Home
last modified time | relevance | path

Searched refs:TEST_UNION (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dunion_multi.cpp32 #define TEST_UNION(caseid, clips, holes, points, area) \ macro
133 TEST_UNION(case_109_multi, 1, 2, 14, 1400); in test_areal()
177 TEST_UNION(case_123_multi, 1, 0, 11, 2.75); in test_areal()
178 TEST_UNION(case_124_multi, 1, 0, 9, 2.75); in test_areal()
179 TEST_UNION(case_125_multi, 1, 0, 9, 2.75); in test_areal()
180 TEST_UNION(case_126_multi, 1, 2, 27, 52.0); in test_areal()
182 TEST_UNION(case_131_multi, 1, 2, 15, 14.0); in test_areal()
190 TEST_UNION(case_132_multi, 3, 2, 26, 60.0); in test_areal()
192 TEST_UNION(case_133_multi, 2, 1, -1, 64.625); in test_areal()
193 TEST_UNION(case_134_multi, 1, 2, -1, 66.0); in test_areal()
[all …]
Dunion.cpp29 #define TEST_UNION(caseid, clips, holes, points, area) \ macro
265 TEST_UNION(case_precision_1, 1, 0, -1, 22.0); in test_areal()
266 TEST_UNION(case_precision_2, 1, 0, -1, 22.0); in test_areal()
267 TEST_UNION(case_precision_3, 1, 0, -1, 22.0); in test_areal()
268 TEST_UNION(case_precision_4, 1, 0, -1, 22.0); in test_areal()
269 TEST_UNION(case_precision_5, 1, 0, -1, 22.0); in test_areal()
270 TEST_UNION(case_precision_6, 1, 0, -1, 71.0); in test_areal()
271 TEST_UNION(case_precision_7, 1, 0, -1, 22.0); in test_areal()
272 TEST_UNION(case_precision_8, 1, 1, -1, 73.0); in test_areal()
273 TEST_UNION(case_precision_9, 1, 1, -1, 73.0); in test_areal()
[all …]
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dsort_by_side.cpp223 #define TEST_UNION(caseid, exp) { (test_sort_by_side<multi_polygon, bg::overlay_union>) \ macro
247 TEST_UNION(case_recursive_boxes_46, list_of(2)(1)(2)(1)(1)(2)(1)); in test_all()
249 TEST_UNION(case_62_multi, list_of(2)); in test_all()
250 TEST_UNION(case_63_multi, list_of(2)); in test_all()
251 TEST_UNION(case_64_multi, list_of(1)); in test_all()
252 TEST_UNION(case_107_multi, list_of(1)); in test_all()
253 TEST_UNION(case_123_multi, list_of(1)); in test_all()
254 TEST_UNION(case_124_multi, list_of(1)); in test_all()
255 TEST_UNION(case_recursive_boxes_10, list_of(1)); in test_all()
256 TEST_UNION(case_recursive_boxes_18, list_of(3)); in test_all()
[all …]
Doverlay.cpp461 #define TEST_UNION(caseid, area, clips, holes) (test_overlay<multi_polygon, bg::overlay_union>) \ macro
480 TEST_UNION(case_multi_simplex, 14.58, 1, 0); in test_all()
490 TEST_UNION(case_recursive_boxes_3, 56.5, 17, 6); in test_all()
493 TEST_UNION(case_recursive_boxes_7, 7.0, 2, 0); in test_all()
496 TEST_UNION(case_89_multi, 6.0, 1, 0); in test_all()
500 TEST_UNION(case_101_multi, 22.25, 1, 3); in test_all()
506 TEST_UNION(case_recursive_boxes_4, 96.75, 1, 2); in test_all()
509 TEST_UNION(case_recursive_boxes_12, 6.0, 6, 0); in test_all()
510 TEST_UNION(case_recursive_boxes_13, 10.25, 3, 0); in test_all()