Home
last modified time | relevance | path

Searched refs:test_pt (Results 1 – 25 of 59) sorted by relevance

123

/dports/misc/vxl/vxl-3.3.2/core/vpdl/tests/
H A Dtest_gaussian_sphere.cxx45 gauss3.sqr_mahal_dist(test_pt), in test_gaussian_sphere_type()
48 gauss1.sqr_mahal_dist(test_pt[0]), in test_gaussian_sphere_type()
51 gauss.sqr_mahal_dist(test_pt.as_ref()), in test_gaussian_sphere_type()
62 gauss3.log_prob_density(test_pt), in test_gaussian_sphere_type()
65 gauss1.log_prob_density(test_pt[0]), in test_gaussian_sphere_type()
123 vnl_vector_fixed<T, 3> d = mean - test_pt; in test_gaussian_sphere_type()
130 gauss.sqr_mahal_dist(test_pt.as_ref()), in test_gaussian_sphere_type()
148 dist3.log_prob_density(test_pt), in test_gaussian_sphere_type()
163 T den = dist3.density(test_pt); in test_gaussian_sphere_type()
173 T den1 = dist1.density(test_pt[0]); in test_gaussian_sphere_type()
[all …]
H A Dtest_gaussian.cxx54 gauss3.sqr_mahal_dist(test_pt), in test_gaussian_type()
57 gauss1.sqr_mahal_dist(test_pt[0]), in test_gaussian_type()
60 gauss.sqr_mahal_dist(test_pt.as_ref()), in test_gaussian_type()
71 gauss3.log_prob_density(test_pt), in test_gaussian_type()
74 gauss1.log_prob_density(test_pt[0]), in test_gaussian_type()
144 vnl_vector_fixed<T, 3> d = mean - test_pt; in test_gaussian_type()
151 gauss1.sqr_mahal_dist(test_pt[0]), in test_gaussian_type()
175 dist3.log_prob_density(test_pt), in test_gaussian_type()
190 T den = dist3.density(test_pt); in test_gaussian_type()
200 T den1 = dist1.density(test_pt[0]); in test_gaussian_type()
[all …]
H A Dtest_gaussian_indep.cxx49 gauss3.sqr_mahal_dist(test_pt), in test_gaussian_indep_type()
52 gauss1.sqr_mahal_dist(test_pt[0]), in test_gaussian_indep_type()
55 gauss.sqr_mahal_dist(test_pt.as_ref()), in test_gaussian_indep_type()
66 gauss3.log_prob_density(test_pt), in test_gaussian_indep_type()
69 gauss1.log_prob_density(test_pt[0]), in test_gaussian_indep_type()
128 vnl_vector_fixed<T, 3> d = mean - test_pt; in test_gaussian_indep_type()
136 gauss.sqr_mahal_dist(test_pt.as_ref()), in test_gaussian_indep_type()
155 dist3.log_prob_density(test_pt), in test_gaussian_indep_type()
170 T den = dist3.density(test_pt); in test_gaussian_indep_type()
180 T den1 = dist1.density(test_pt[0]); in test_gaussian_indep_type()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/wrappers/python/
H A Dpytest.py95 test_pt = np.random.rand(dim)*2.0-1.0 variable
100 print("test_pt = ", test_pt)
101 grad = ft.grad_eval(test_pt)
111 ft2eval = ft2.eval(test_pt)
112 ft_sgd_eval = ft_sgd.eval(test_pt)
114 ft3eval = ft3.eval(test_pt)
115 ft4eval = ft4.eval(test_pt)
116 ft_adapt_eval = ft_adapt.eval(test_pt)
117 ft_lin_adapt_eval = ft_lin_adapt.eval(test_pt)
119 eval1s = func1(test_pt.reshape((1,dim)))
[all …]
H A Dpytest_adapt.py45 test_pt = np.random.rand(DIM)*2.0-1.0 variable
46 ft_adapt_eval = ft.eval(test_pt)
47 eval2s = func2(test_pt.reshape((1,DIM)))
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/pyexamples/
H A Dpytest.py95 test_pt = np.random.rand(dim)*2.0-1.0 variable
100 print("test_pt = ", test_pt)
101 grad = ft.grad_eval(test_pt)
111 ft2eval = ft2.eval(test_pt)
112 ft_sgd_eval = ft_sgd.eval(test_pt)
114 ft3eval = ft3.eval(test_pt)
115 ft4eval = ft4.eval(test_pt)
116 ft_adapt_eval = ft_adapt.eval(test_pt)
117 ft_lin_adapt_eval = ft_lin_adapt.eval(test_pt)
119 eval1s = func1(test_pt.reshape((1,dim)))
[all …]
H A Dpytest_adapt.py45 test_pt = np.random.rand(DIM)*2.0-1.0 variable
46 ft_adapt_eval = ft.eval(test_pt)
47 eval2s = func2(test_pt.reshape((1,DIM)))
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/tests/
H A Dtest_gaussian_indep.cxx36 vnl_vector_fixed<T,3> test_pt(T(1.5), T(3.0), T(3.0)); in test_gaussian_indep_type() local
37 vnl_vector_fixed<T,3> d = mean - test_pt; in test_gaussian_indep_type()
43 gauss.sqr_mahalanobis_dist(test_pt), sqr_mah_dist); in test_gaussian_indep_type()
48 gauss.prob_density(test_pt), prob, epsilon); in test_gaussian_indep_type()
52 gauss.gradient(test_pt)[0], gradient_x, epsilon); in test_gaussian_indep_type()
55 gauss.gradient(test_pt)[1], gradient_y, epsilon); in test_gaussian_indep_type()
58 gauss.gradient(test_pt)[2], gradient_z, epsilon); in test_gaussian_indep_type()
62 zero_var_gauss.sqr_mahalanobis_dist(test_pt), in test_gaussian_indep_type()
66 zero_var_gauss.prob_density(test_pt), T(0)); in test_gaussian_indep_type()
H A Dtest_gaussian_full.cxx36 vnl_vector_fixed<T,3> test_pt(T(1.5), T(3.0), T(3.0)); in test_gaussian_full_type() local
37 vnl_vector_fixed<T,3> d = mean - test_pt; in test_gaussian_full_type()
42 gauss.sqr_mahalanobis_dist(test_pt), sqr_mah_dist, epsilon); in test_gaussian_full_type()
47 gauss.prob_density(test_pt), prob, epsilon); in test_gaussian_full_type()
51 zero_var_gauss.sqr_mahalanobis_dist(test_pt), in test_gaussian_full_type()
55 zero_var_gauss.prob_density(test_pt), T(0)); in test_gaussian_full_type()
H A Dtest_gaussian_sphere.cxx31 vnl_vector_fixed<T,3> test_pt(T(1.5), T(3.0), T(3.0)); in test_gaussian_sphere_type() local
32 vnl_vector_fixed<T,3> d = mean - test_pt; in test_gaussian_sphere_type()
38 gauss.sqr_mahalanobis_dist(test_pt), sqr_mah_dist); in test_gaussian_sphere_type()
44 gauss.prob_density(test_pt), prob, epsilon); in test_gaussian_sphere_type()
48 zero_var_gauss.sqr_mahalanobis_dist(test_pt), in test_gaussian_sphere_type()
52 zero_var_gauss.prob_density(test_pt), T(0)); in test_gaussian_sphere_type()
/dports/cad/py-gdspy/gdspy-1.6.8/gdspy/
H A Dcurve.py332 test_pt = f(test_u)
381 test_pt = f(test_u)
435 test_pt = f(test_u)
491 test_pt = f(test_u)
537 test_pt = f(test_u)
585 test_pt = f(test_u)
636 test_pt = f(test_u)
689 test_pt = f(test_u)
733 test_pt = f(test_u)
737 fu.insert(iu, test_pt)
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dclip_scroll_tree.rs584 fn test_pt( in test_pt() function
642 test_pt(100.0, 100.0, &cst, child1, root, 200.0, 100.0); in test_cst_simple_translation()
643 test_pt(100.0, 100.0, &cst, child2, root, 200.0, 150.0); in test_cst_simple_translation()
645 test_pt(100.0, 100.0, &cst, child3, root, 400.0, 350.0); in test_cst_simple_translation()
684 test_pt(100.0, 100.0, &cst, child1, root, 400.0, 100.0); in test_cst_simple_scale()
685 test_pt(100.0, 100.0, &cst, child2, root, 400.0, 200.0); in test_cst_simple_scale()
686 test_pt(100.0, 100.0, &cst, child3, root, 800.0, 400.0); in test_cst_simple_scale()
734 test_pt(100.0, 100.0, &cst, child1, root, 200.0, 150.0); in test_cst_scale_translation()
735 test_pt(100.0, 100.0, &cst, child2, root, 300.0, 450.0); in test_cst_scale_translation()
738 test_pt(0.0, 0.0, &cst, child4, child1, 400.0, -400.0); in test_cst_scale_translation()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dspatial_tree.rs774 fn test_pt( in test_pt() function
832 test_pt(100.0, 100.0, &cst, child1, root, 200.0, 100.0); in test_cst_simple_translation()
833 test_pt(100.0, 100.0, &cst, child2, root, 200.0, 150.0); in test_cst_simple_translation()
835 test_pt(100.0, 100.0, &cst, child3, root, 400.0, 350.0); in test_cst_simple_translation()
874 test_pt(100.0, 100.0, &cst, child1, root, 400.0, 100.0); in test_cst_simple_scale()
875 test_pt(100.0, 100.0, &cst, child2, root, 400.0, 200.0); in test_cst_simple_scale()
876 test_pt(100.0, 100.0, &cst, child3, root, 800.0, 400.0); in test_cst_simple_scale()
924 test_pt(100.0, 100.0, &cst, child1, root, 200.0, 150.0); in test_cst_scale_translation()
925 test_pt(100.0, 100.0, &cst, child2, root, 300.0, 450.0); in test_cst_scale_translation()
928 test_pt(0.0, 0.0, &cst, child4, child1, 400.0, -400.0); in test_cst_scale_translation()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dspatial_tree.rs899 fn test_pt( in test_pt() function
957 test_pt(100.0, 100.0, &cst, child1, root, 200.0, 100.0); in test_cst_simple_translation()
958 test_pt(100.0, 100.0, &cst, child2, root, 200.0, 150.0); in test_cst_simple_translation()
960 test_pt(100.0, 100.0, &cst, child3, root, 400.0, 350.0); in test_cst_simple_translation()
999 test_pt(100.0, 100.0, &cst, child1, root, 400.0, 100.0); in test_cst_simple_scale()
1000 test_pt(100.0, 100.0, &cst, child2, root, 400.0, 200.0); in test_cst_simple_scale()
1001 test_pt(100.0, 100.0, &cst, child3, root, 800.0, 400.0); in test_cst_simple_scale()
1049 test_pt(100.0, 100.0, &cst, child1, root, 200.0, 150.0); in test_cst_scale_translation()
1050 test_pt(100.0, 100.0, &cst, child2, root, 300.0, 450.0); in test_cst_scale_translation()
1053 test_pt(0.0, 0.0, &cst, child4, child1, 400.0, -400.0); in test_cst_scale_translation()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dspatial_tree.rs899 fn test_pt( in test_pt() function
957 test_pt(100.0, 100.0, &cst, child1, root, 200.0, 100.0); in test_cst_simple_translation()
958 test_pt(100.0, 100.0, &cst, child2, root, 200.0, 150.0); in test_cst_simple_translation()
960 test_pt(100.0, 100.0, &cst, child3, root, 400.0, 350.0); in test_cst_simple_translation()
999 test_pt(100.0, 100.0, &cst, child1, root, 400.0, 100.0); in test_cst_simple_scale()
1000 test_pt(100.0, 100.0, &cst, child2, root, 400.0, 200.0); in test_cst_simple_scale()
1001 test_pt(100.0, 100.0, &cst, child3, root, 800.0, 400.0); in test_cst_simple_scale()
1049 test_pt(100.0, 100.0, &cst, child1, root, 200.0, 150.0); in test_cst_scale_translation()
1050 test_pt(100.0, 100.0, &cst, child2, root, 300.0, 450.0); in test_cst_scale_translation()
1053 test_pt(0.0, 0.0, &cst, child4, child1, 400.0, -400.0); in test_cst_scale_translation()
[all …]
/dports/databases/postgis32/postgis-3.2.0/regress/core/
H A Dregress_management.sql4 CREATE TABLE test_pt(gid SERIAL PRIMARY KEY, geom geometry); table
5 INSERT INTO test_pt(geom) VALUES(ST_GeomFromEWKT('SRID=4326;POINT M(1 2 3)'));
H A Dregress_management_expected2 The result: public.test_pt dropped.
/dports/databases/postgis30/postgis-3.0.4/regress/core/
H A Dregress_management.sql4 CREATE TABLE test_pt(gid SERIAL PRIMARY KEY, geom geometry); table
5 INSERT INTO test_pt(geom) VALUES(ST_GeomFromEWKT('SRID=4326;POINT M(1 2 3)'));
/dports/databases/postgis31/postgis-3.1.4/regress/core/
H A Dregress_management.sql4 CREATE TABLE test_pt(gid SERIAL PRIMARY KEY, geom geometry); table
5 INSERT INTO test_pt(geom) VALUES(ST_GeomFromEWKT('SRID=4326;POINT M(1 2 3)'));
/dports/databases/postgis25/postgis-2.5.5/regress/
H A Dregress_management.sql6 CREATE TABLE test_pt(gid SERIAL PRIMARY KEY, geom geometry); table
7 INSERT INTO test_pt(geom) VALUES(ST_GeomFromEWKT('SRID=4326;POINT M(1 2 3)'));
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dhomxform_test.cpp318 HomCoord test_pt(1, 2, 3); in test_coord_xform_operators() local
320 HomCoord test_pt2 = test_pt * HomXform::IDENTITY; in test_coord_xform_operators()
321 if (test_pt2 != test_pt) { in test_coord_xform_operators()
341 test_pt2 = (test_pt * xform2) / xform2; in test_coord_xform_operators()
342 if (test_pt2 != test_pt) { in test_coord_xform_operators()
H A Dspatial_locator_test.cpp122 CartVect box_del, test_pt, test_res; in test_locator() local
133 test_pt = box.bMin + CartVect(rx*box_del[0], ry*box_del[1], rz*box_del[2]); in test_locator()
136 rval = sl->locate_points(test_pt.array(), 1, &ent, test_res.array(), &is_in); CHECK_ERR(rval); in test_locator()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DEffGlobalMinimizer.cpp936 RealVector test_pt(2); in debug_plots() local
941 test_pt[0] = lbnd[0] + float(j) * interval0; in debug_plots()
943 test_pt[1] = lbnd[1] + float(k) * interval1; in debug_plots()
945 fHatModel.continuous_variables(test_pt); in debug_plots()
950 gpOut << '\n' << std::setw(13) << test_pt[0] << ' ' << std::setw(13) in debug_plots()
951 << test_pt[1] << ' ' << std::setw(13) << gp_fn[i]; in debug_plots()
956 varOut << '\n' << std::setw(13) << test_pt[0] << ' ' << std::setw(13) in debug_plots()
957 << test_pt[1] << ' ' << std::setw(13) << variances[i]; in debug_plots()
968 Real ei = expected_improvement(merit, test_pt); in debug_plots()
970 eifOut << '\n' << std::setw(13) << test_pt[0] << ' ' in debug_plots()
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dspatial_tree.rs1385 fn test_pt( in test_pt() function
1450 test_pt(100.0, 100.0, &st, child1, root, 200.0, 100.0); in test_cst_simple_translation()
1451 test_pt(100.0, 100.0, &st, child2, root, 200.0, 150.0); in test_cst_simple_translation()
1453 test_pt(100.0, 100.0, &st, child3, root, 400.0, 350.0); in test_cst_simple_translation()
1499 test_pt(100.0, 100.0, &st, child1, root, 400.0, 100.0); in test_cst_simple_scale()
1500 test_pt(100.0, 100.0, &st, child2, root, 400.0, 200.0); in test_cst_simple_scale()
1501 test_pt(100.0, 100.0, &st, child3, root, 800.0, 400.0); in test_cst_simple_scale()
1557 test_pt(100.0, 100.0, &st, child1, root, 200.0, 150.0); in test_cst_scale_translation()
1558 test_pt(100.0, 100.0, &st, child2, root, 300.0, 450.0); in test_cst_scale_translation()
1561 test_pt(0.0, 0.0, &st, child4, child1, 400.0, -400.0); in test_cst_scale_translation()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vpgl/tests/
H A Dtest_affine_camera.cxx78 vgl_point_2d<double> test_pt(14.24918434, 543.8458145); in test_affine_camera() local
79 double pdist = (pt - test_pt).length(); in test_affine_camera()

123