/third_party/boost/libs/geometry/test/algorithms/envelope_expand/ |
D | expand.cpp | 77 void test_3d() in test_3d() function 146 test_3d<test::test_point>(); in test_main() 147 test_3d<bg::model::point<int, 3, bg::cs::cartesian> >(); in test_main() 148 test_3d<bg::model::point<float, 3, bg::cs::cartesian> >(); in test_main() 149 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main() 158 test_3d<bg::model::point<ttmath_big, 3, bg::cs::cartesian> >(); in test_main()
|
D | envelope_multi.cpp | 42 void test_3d() in test_3d() function 54 test_3d<boost::tuple<float, float, float> >(); in test_main() 55 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main()
|
D | envelope.cpp | 59 void test_3d() in test_3d() function 216 test_3d<test::test_point>(); in test_main() 217 test_3d<boost::tuple<int, int, int> >(); in test_main() 231 test_3d<boost::tuple<ttmath_big, ttmath_big, ttmath_big> >(); in test_main()
|
/third_party/boost/libs/geometry/test/arithmetic/ |
D | cross_product.cpp | 40 void test_3d() in test_3d() function 75 test_3d<bg::model::point<int, 3, bg::cs::cartesian> >(); in test_main() 76 test_3d<bg::model::point<float, 3, bg::cs::cartesian> >(); in test_main() 77 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | make.cpp | 111 void test_3d() in test_3d() function 128 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main() 132 test_3d<bg::model::point<ttmath_big, 3, bg::cs::cartesian> >(); in test_main()
|
D | centroid.cpp | 155 void test_3d() in test_3d() function 256 test_3d<boost::tuple<double, double, double> >(); in test_main() 262 test_3d<boost::tuple<ttmath_big, ttmath_big, ttmath_big> >(); in test_main()
|
D | simplify.cpp | 266 void test_3d() in test_3d() function 297 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main()
|
/third_party/boost/libs/geometry/test/geometries/ |
D | boost_fusion.cpp | 52 void test_3d() in test_3d() function 68 test_3d(); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/disjoint/ |
D | disjoint_point_box_geometry.cpp | 100 void test_3d() in test_3d() function 125 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/covered_by/ |
D | covered_by.cpp | 120 void test_3d() in test_3d() function 187 test_3d(); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/overlaps/ |
D | overlaps_box.cpp | 39 void test_3d() in test_3d() function
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance.cpp | 264 void test_3d() in test_3d() function 520 test_3d<boost::tuple<float, float, float> >(); in test_main() 521 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main()
|