Home
last modified time | relevance | path

Searched defs:tester (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/boost/libs/math/reporting/performance/
Dtest_polynomial.cpp22 struct tester struct
24 tester() in tester() argument
34 double test_add() in test_add()
44 double test_subtract() in test_subtract()
54 double test_add_int() in test_add_int()
64 double test_subtract_int() in test_subtract_int()
74 double test_multiply() in test_multiply()
84 double test_multiply_int() in test_multiply_int()
94 double test_divide() in test_divide()
104 double test_divide_int() in test_divide_int()
[all …]
/third_party/boost/libs/multiprecision/performance/
Dperformance_test.hpp72 struct tester struct
74 tester() in tester() argument
84 double test_add() in test_add()
94 double test_subtract() in test_subtract()
104 double test_add_int() in test_add_int()
114 double test_subtract_int() in test_subtract_int()
124 double test_multiply() in test_multiply()
134 double test_multiply_int() in test_multiply_int()
144 double test_divide() in test_divide()
154 double test_divide_int() in test_divide_int()
[all …]
/third_party/boost/libs/multiprecision/test/
Dtest_cpp_int.cpp83 struct tester struct
85 typedef Number test_type;
86 typedef typename test_type::backend_type::checked_type checked;
88 unsigned last_error_count;
89 boost::timer tim;
91 boost::multiprecision::mpz_int a, b, c, d;
92 int si;
93 unsigned ui;
94 test_type a1, b1, c1, d1;
96 void t1() in t1()
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp23 static void RunBenchmark(benchmark::State &state, T &tester) in RunBenchmark()
40 DrawTester tester(multisample); in TriangleSolidColor() local
42 tester.onCreateVertexBuffers([](DrawTester &tester) { in TriangleSolidColor()
60 tester.onCreateVertexShader([](DrawTester &tester) { in TriangleSolidColor()
72 tester.onCreateFragmentShader([](DrawTester &tester) { in TriangleSolidColor()
91 DrawTester tester(multisample); in TriangleInterpolateColor() local
93 tester.onCreateVertexBuffers([](DrawTester &tester) { in TriangleInterpolateColor()
113 tester.onCreateVertexShader([](DrawTester &tester) { in TriangleInterpolateColor()
129 tester.onCreateFragmentShader([](DrawTester &tester) { in TriangleInterpolateColor()
150 DrawTester tester(multisample); in TriangleSampleTexture() local
[all …]
/third_party/boost/libs/geometry/test/algorithms/disjoint/
Ddisjoint_coverage_a_a.cpp85 typedef test_disjoint tester; in test_box_box() typedef
109 typedef test_disjoint tester; in test_ring_box() typedef
133 typedef test_disjoint tester; in test_polygon_box() typedef
158 typedef test_disjoint tester; in test_multipolygon_box() typedef
181 typedef test_disjoint tester; in test_ring_ring() typedef
205 typedef test_disjoint tester; in test_polygon_ring() typedef
230 typedef test_disjoint tester; in test_multipolygon_ring() typedef
253 typedef test_disjoint tester; in test_polygon_polygon() typedef
314 typedef test_disjoint tester; in test_polygon_multipolygon() typedef
338 typedef test_disjoint tester; in test_multipolygon_multipolygon() typedef
Ddisjoint_coverage_l_a.cpp86 typedef test_disjoint tester; in test_segment_box() typedef
186 typedef test_disjoint tester; in test_segment_ring() typedef
215 typedef test_disjoint tester; in test_segment_polygon() typedef
245 typedef test_disjoint tester; in test_segment_multipolygon() typedef
274 typedef test_disjoint tester; in test_linestring_box() typedef
303 typedef test_disjoint tester; in test_linestring_ring() typedef
332 typedef test_disjoint tester; in test_linestring_polygon() typedef
362 typedef test_disjoint tester; in test_linestring_multipolygon() typedef
392 typedef test_disjoint tester; in test_multilinestring_box() typedef
422 typedef test_disjoint tester; in test_multilinestring_ring() typedef
[all …]
Ddisjoint_coverage_p_a.cpp84 typedef test_disjoint tester; in test_point_box() typedef
103 typedef test_disjoint tester; in test_point_ring() typedef
121 typedef test_disjoint tester; in test_point_polygon() typedef
140 typedef test_disjoint tester; in test_point_multipolygon() typedef
156 typedef test_disjoint tester; in test_multipoint_box() typedef
187 typedef test_disjoint tester; in test_multipoint_ring() typedef
211 typedef test_disjoint tester; in test_multipoint_polygon() typedef
241 typedef test_disjoint tester; in test_multipoint_multipolygon() typedef
Ddisjoint_coverage_l_l.cpp85 typedef test_disjoint tester; in test_segment_segment() typedef
134 typedef test_disjoint tester; in test_linestring_segment() typedef
209 typedef test_disjoint tester; in test_multilinestring_segment() typedef
257 typedef test_disjoint tester; in test_linestring_linestring() typedef
291 typedef test_disjoint tester; in test_linestring_multilinestring() typedef
325 typedef test_disjoint tester; in test_multilinestring_multilinestring() typedef
Ddisjoint_coverage_p_l.cpp83 typedef test_disjoint tester; in test_point_segment() typedef
146 typedef test_disjoint tester; in test_point_linestring() typedef
185 typedef test_disjoint tester; in test_point_multilinestring() typedef
226 typedef test_disjoint tester; in test_multipoint_segment() typedef
278 typedef test_disjoint tester; in test_multipoint_linestring() typedef
333 typedef test_disjoint tester; in test_multipoint_multilinestring() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection_pl_a.cpp38 > tester; in BOOST_AUTO_TEST_CASE() typedef
68 > tester; in BOOST_AUTO_TEST_CASE() typedef
112 > tester; in BOOST_AUTO_TEST_CASE() typedef
148 > tester; in BOOST_AUTO_TEST_CASE() typedef
164 > tester; in BOOST_AUTO_TEST_CASE() typedef
180 > tester; in BOOST_AUTO_TEST_CASE() typedef
Dintersection_linear_linear.cpp52 typedef test_intersection_of_geometries<L, L, ML> tester; in BOOST_AUTO_TEST_CASE() typedef
496 typedef test_intersection_of_geometries<L, ML, ML> tester; in BOOST_AUTO_TEST_CASE() typedef
706 typedef test_intersection_of_geometries<L, ML, ML> tester; in BOOST_AUTO_TEST_CASE() typedef
792 typedef test_intersection_of_geometries<ML, L, ML> tester; in BOOST_AUTO_TEST_CASE() typedef
848 typedef test_intersection_of_geometries<ML, ML, ML> tester; in BOOST_AUTO_TEST_CASE() typedef
1147 typedef test_intersection_of_geometries<ML, ML, ML> tester; in BOOST_AUTO_TEST_CASE() typedef
1366 typedef test_intersection_of_geometries<ML, ML, ML> tester; in BOOST_AUTO_TEST_CASE() typedef
Dintersection_pl_l.cpp54 > tester; in BOOST_AUTO_TEST_CASE() typedef
101 > tester; in BOOST_AUTO_TEST_CASE() typedef
191 > tester; in BOOST_AUTO_TEST_CASE() typedef
330 > tester; in BOOST_AUTO_TEST_CASE() typedef
488 > tester; in BOOST_AUTO_TEST_CASE() typedef
626 > tester; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Ddifference_pl_a.cpp38 > tester; in BOOST_AUTO_TEST_CASE() typedef
67 > tester; in BOOST_AUTO_TEST_CASE() typedef
103 > tester; in BOOST_AUTO_TEST_CASE() typedef
151 > tester; in BOOST_AUTO_TEST_CASE() typedef
173 > tester; in BOOST_AUTO_TEST_CASE() typedef
195 > tester; in BOOST_AUTO_TEST_CASE() typedef
Ddifference_pl_l.cpp72 > tester; in BOOST_AUTO_TEST_CASE() typedef
119 > tester; in BOOST_AUTO_TEST_CASE() typedef
209 > tester; in BOOST_AUTO_TEST_CASE() typedef
334 > tester; in BOOST_AUTO_TEST_CASE() typedef
478 > tester; in BOOST_AUTO_TEST_CASE() typedef
608 > tester; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/distance/
Ddistance_ca_l_ar.cpp52 typedef test_distance_of_geometries<segment_type, polygon_type> tester; in test_distance_segment_polygon() typedef
84 typedef test_distance_of_geometries<linestring_type, polygon_type> tester; in test_distance_linestring_polygon() typedef
123 > tester; in test_distance_linestring_open_polygon() typedef
142 > tester; in test_distance_multilinestring_polygon() typedef
177 > tester; in test_distance_segment_multipolygon() typedef
212 > tester; in test_distance_linestring_multipolygon() typedef
247 > tester; in test_distance_linestring_open_multipolygon() typedef
270 > tester; in test_distance_multilinestring_multipolygon() typedef
292 typedef test_distance_of_geometries<segment_type, ring_type> tester; in test_distance_segment_ring() typedef
320 typedef test_distance_of_geometries<linestring_type, ring_type> tester; in test_distance_linestring_ring() typedef
[all …]
Ddistance_ca_ar_ar.cpp46 typedef test_distance_of_geometries<polygon_type, polygon_type> tester; in test_distance_polygon_polygon() typedef
78 > tester; in test_distance_polygon_multipolygon() typedef
100 typedef test_distance_of_geometries<polygon_type, ring_type> tester; in test_distance_polygon_ring() typedef
127 > tester; in test_distance_multipolygon_multipolygon() typedef
154 > tester; in test_distance_multipolygon_ring() typedef
176 typedef test_distance_of_geometries<ring_type, ring_type> tester; in test_distance_ring_ring() typedef
201 typedef test_distance_of_geometries<box_type, box_type> tester; in test_distance_box_box() typedef
237 typedef test_distance_of_geometries<polygon_type, box_type> tester; in test_distance_polygon_box() typedef
269 typedef test_distance_of_geometries<multi_polygon_type, box_type> tester; in test_distance_multipolygon_box() typedef
296 typedef test_distance_of_geometries<ring_type, box_type> tester; in test_distance_ring_box() typedef
Ddistance_se_geo_l_ar.cpp39 typedef test_distance_of_geometries<segment_type, polygon_type> tester; in test_distance_segment_polygon() typedef
69 typedef test_distance_of_geometries<linestring_type, polygon_type> tester; in test_distance_linestring_polygon() typedef
100 typedef test_distance_of_geometries<multi_linestring_type, polygon_type> tester; in test_distance_multi_linestring_polygon() typedef
137 typedef test_distance_of_geometries<segment_type, multi_polygon_type> tester; in test_distance_segment_multi_polygon() typedef
169 typedef test_distance_of_geometries<linestring_type, multi_polygon_type> tester; in test_distance_linestring_multi_polygon() typedef
203 typedef test_distance_of_geometries<multi_linestring_type, multi_polygon_type> tester; in test_distance_multi_linestring_multi_polygon() typedef
238 typedef test_distance_of_geometries<segment_type, ring_type> tester; in test_distance_segment_ring() typedef
257 typedef test_distance_of_geometries<linestring_type, ring_type> tester; in test_distance_linestring_ring() typedef
277 typedef test_distance_of_geometries<multi_linestring_type, ring_type> tester; in test_distance_multi_linestring_ring() typedef
300 typedef test_distance_of_geometries<segment_type, box_type> tester; in test_distance_segment_box() typedef
[all …]
Ddistance_se_geo_l_l.cpp40 typedef test_distance_of_geometries<segment_type, segment_type> tester; in test_distance_segment_segment() typedef
89 typedef test_distance_of_geometries<segment_type, linestring_type> tester; in test_distance_segment_linestring() typedef
124 > tester; in test_distance_linestring_linestring() typedef
167 > tester; in test_distance_segment_multilinestring() typedef
203 > tester; in test_distance_linestring_multilinestring() typedef
235 > tester; in test_distance_multilinestring_multilinestring() typedef
Ddistance_ca_pl_ar.cpp49 typedef test_distance_of_geometries<point_type, polygon_type> tester; in test_distance_point_polygon() typedef
87 typedef test_distance_of_geometries<point_type, ring_type> tester; in test_distance_point_ring() typedef
116 typedef test_distance_of_geometries<point_type, multi_polygon_type> tester; in test_distance_point_multipolygon() typedef
149 typedef test_distance_of_geometries<multi_point_type, polygon_type> tester; in test_distance_multipoint_polygon() typedef
182 typedef test_distance_of_geometries<multi_point_type, ring_type> tester; in test_distance_multipoint_ring() typedef
214 > tester; in test_distance_multipoint_multipolygon() typedef
253 typedef test_distance_of_geometries<box_type, point_type> tester; in test_distance_point_box_2d() typedef
367 typedef test_distance_of_geometries<box_type_3d, point_type_3d> tester; in test_distance_point_box_3d() typedef
504 typedef test_distance_of_geometries<box_type, multi_point_type> tester; in test_distance_multipoint_box_2d() typedef
541 > tester; in test_distance_multipoint_box_3d() typedef
Ddistance_geo_linear_box.cpp39 typedef test_distance_of_geometries<segment_type, polygon_type> tester; in test_distance_segment_polygon() typedef
59 typedef test_distance_of_geometries<linestring_type, polygon_type> tester; in test_distance_linestring_polygon() typedef
80 typedef test_distance_of_geometries<multi_linestring_type, polygon_type> tester; in test_distance_multi_linestring_polygon() typedef
103 typedef test_distance_of_geometries<segment_type, multi_polygon_type> tester; in test_distance_segment_multi_polygon() typedef
125 typedef test_distance_of_geometries<linestring_type, multi_polygon_type> tester; in test_distance_linestring_multi_polygon() typedef
148 typedef test_distance_of_geometries<multi_linestring_type, multi_polygon_type> tester; in test_distance_multi_linestring_multi_polygon() typedef
171 typedef test_distance_of_geometries<segment_type, ring_type> tester; in test_distance_segment_ring() typedef
191 typedef test_distance_of_geometries<linestring_type, ring_type> tester; in test_distance_linestring_ring() typedef
212 typedef test_distance_of_geometries<multi_linestring_type, ring_type> tester; in test_distance_multi_linestring_ring() typedef
235 typedef test_distance_of_geometries<segment_type, box_type> tester; in test_distance_segment_box() typedef
[all …]
/third_party/boost/libs/pool/test/
Dtrack_allocator.hpp52 struct tester struct
54 tester(bool throw_except = false) in tester() argument
64 tester(const tester &) in tester() argument
69 ~tester() in ~tester() argument
/third_party/boost/libs/geometry/test/algorithms/
Dnum_segments.cpp123 typedef test_num_segments<linestring> tester; in BOOST_AUTO_TEST_CASE() typedef
134 typedef test_num_segments<multi_point> tester; in BOOST_AUTO_TEST_CASE() typedef
144 typedef test_num_segments<multi_linestring> tester; in BOOST_AUTO_TEST_CASE() typedef
157 typedef test_num_segments<OpenRing> tester; in test_open_ring() typedef
169 typedef test_num_segments<ClosedRing> tester; in test_closed_ring() typedef
190 typedef test_num_segments<OpenPolygon> tester; in test_open_polygon() typedef
209 typedef test_num_segments<ClosedPolygon> tester; in test_closed_polygon() typedef
236 typedef test_num_segments<OpenMultiPolygon> tester; in test_open_multipolygon() typedef
247 typedef test_num_segments<ClosedMultiPolygon> tester; in test_closed_multipolygon() typedef
270 typedef test_num_segments<variant_geometry_type> tester; in BOOST_AUTO_TEST_CASE() typedef
Dis_empty.cpp132 typedef test_is_empty<linestring> tester; in BOOST_AUTO_TEST_CASE() typedef
143 typedef test_is_empty<multi_point> tester; in BOOST_AUTO_TEST_CASE() typedef
153 typedef test_is_empty<multi_linestring> tester; in BOOST_AUTO_TEST_CASE() typedef
169 typedef test_is_empty<OpenRing> tester; in test_open_ring() typedef
181 typedef test_is_empty<ClosedRing> tester; in test_closed_ring() typedef
202 typedef test_is_empty<OpenPolygon> tester; in test_open_polygon() typedef
224 typedef test_is_empty<ClosedPolygon> tester; in test_closed_polygon() typedef
254 typedef test_is_empty<OpenMultiPolygon> tester; in test_open_multipolygon() typedef
269 typedef test_is_empty<ClosedMultiPolygon> tester; in test_closed_multipolygon() typedef
296 typedef test_is_empty<variant_geometry_type> tester; in BOOST_AUTO_TEST_CASE() typedef
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-locate/
Dreadme.md50 #### tester(element) argument
66 Number of concurrently pending promises returned by `tester`. argument
68 ##### preserveOrder
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-locate/
Dreadme.md50 #### tester(element) argument
66 Number of concurrently pending promises returned by `tester`. argument
68 ##### preserveOrder

123456