Home
last modified time | relevance | path

Searched refs:case_precision_m2 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection_multi.cpp335 TEST_INTERSECTION(case_precision_m2, 2, -1, 15.25); in test_areal()
337 TEST_INTERSECTION_REV(case_precision_m2, 2, -1, 15.25); in test_areal()
341 TEST_INTERSECTION_IGNORE(case_precision_m2, 2, -1, 15.25); in test_areal()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dmulti_overlay_cases.hpp1332 static std::string case_precision_m2[2] = variable
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Ddifference_multi.cpp388 TEST_DIFFERENCE(case_precision_m2, count_set(1, 2), 1.0, 1, 57.75, count_set(2, 3)); in test_areal()