Home
last modified time | relevance | path

Searched refs:area_d1 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dtest_overlay_p_q.hpp129 CalculationType area_d1 = 0, area_d2 = 0; in test_overlay_p_q() local
145 area_d1 = p_q_area(out_d1); in test_overlay_p_q()
147 double sum_d1 = (area_u - area_q) - area_d1; in test_overlay_p_q()
234 << " area d1: " << area_d1 in test_overlay_p_q()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dassemble.cpp61 type area_i = 0, area_u = 0, area_d1 = 0, area_d2 = 0; in test_assemble() local
73 area_d1 += bg::area(g); in test_assemble()
81 type diff_d1 = (area_u - area_q) - area_d1; in test_assemble()