Searched refs:test_point_point (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/equals/ |
D | equals_on_spheroid.cpp | 28 struct test_point_point struct 163 test_point_point<bgm::point<int, 2, cs_type> >::apply("se"); in BOOST_AUTO_TEST_CASE() 164 test_point_point<bgm::point<double, 2, cs_type> >::apply("se"); in BOOST_AUTO_TEST_CASE() 165 test_point_point<bgm::point<long double, 2, cs_type> >::apply("se"); in BOOST_AUTO_TEST_CASE() 168 test_point_point in BOOST_AUTO_TEST_CASE() 173 test_point_point in BOOST_AUTO_TEST_CASE() 179 test_point_point<bgm::point<ttmath_big, 2, cs_type> >::apply("se"); in BOOST_AUTO_TEST_CASE() 187 test_point_point<bgm::point<int, 3, cs_type> >::apply("seh"); in BOOST_AUTO_TEST_CASE() 188 test_point_point<bgm::point<double, 3, cs_type> >::apply("seh"); in BOOST_AUTO_TEST_CASE() 189 test_point_point<bgm::point<long double, 3, cs_type> >::apply("seh"); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/boost/libs/geometry/test/algorithms/disjoint/ |
D | disjoint_coverage_p_p.cpp | 81 inline void test_point_point() in test_point_point() function 172 test_point_point<point_type>(); in test_pointlike_pointlike()
|
/third_party/boost/libs/geometry/test/algorithms/relate/ |
D | relate_pointlike_geometry.cpp | 22 void test_point_point() in test_point_point() function 227 test_point_point<P>(); in test_all()
|