Searched refs:c_result (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/geometry/test/strategies/ |
D | haversine.cpp | 142 return_type c_result = comparable.apply(p1, p2); in test_services() local 146 BOOST_CHECK_CLOSE(c_result, return_type(c_expected), 0.001); in test_services() 154 BOOST_CHECK(c_dist_lower < c_result && c_result < c_dist_higher); in test_services() 157 return_type c_check = return_type(2.0) * asin(sqrt(c_result)) * average_earth_radius; in test_services()
|
D | pythagoras.cpp | 171 return_type c_result = comparable.apply(p1, p2); in test_services() local 172 BOOST_CHECK_CLOSE(c_result, return_type(sqr_expected), 0.001); in test_services() 180 BOOST_CHECK(c_dist5 < c_result && c_result < c_dist6); in test_services()
|
D | pythagoras_point_box.cpp | 246 comparable_return_type c_result = comparable.apply(p, b); in test_services() local 247 BOOST_CHECK_CLOSE(c_result, return_type(sqr_expected), 0.001); in test_services() 262 BOOST_CHECK(c_dist5 < c_result && c_result < c_dist6); in test_services()
|
D | test_projected_point.hpp | 107 return_type c_result = comparable.apply(p, p1, p2); in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() local 108 BOOST_CHECK_CLOSE(c_result, return_type(sqr_expected), 0.001); in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
|