Searched refs:test_all_2d_ax (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/geometry/test/strategies/ |
D | projected_point_ax.cpp | 26 void test_all_2d_ax() in test_all_2d_ax() function 63 void test_all_2d_ax() in test_all_2d_ax() function 65 test_all_2d_ax<P, bg::model::point<int, 2, bg::cs::cartesian> >(); in test_all_2d_ax() 66 test_all_2d_ax<P, bg::model::point<float, 2, bg::cs::cartesian> >(); in test_all_2d_ax() 67 test_all_2d_ax<P, bg::model::point<double, 2, bg::cs::cartesian> >(); in test_all_2d_ax() 68 test_all_2d_ax<P, bg::model::point<long double, 2, bg::cs::cartesian> >(); in test_all_2d_ax() 73 test_all_2d_ax<bg::model::point<int, 2, bg::cs::cartesian> >(); in test_main() 74 test_all_2d_ax<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 75 test_all_2d_ax<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() 78 test_all_2d_ax in test_main()
|