/third_party/boost/libs/geometry/test/core/ |
D | coordinate_system.cpp | 27 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 28 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() argument 60 test_geometry<int[2], bg::cs::cartesian>(); in test_main() 61 test_geometry<float[2], bg::cs::cartesian>(); in test_main() 62 test_geometry<double[2], bg::cs::cartesian>(); in test_main() 64 test_geometry<int[3], bg::cs::cartesian>(); in test_main() 65 test_geometry<float[3], bg::cs::cartesian>(); in test_main() 66 test_geometry<double[3], bg::cs::cartesian>(); in test_main() 69 test_geometry<boost::tuple<double, double>, bg::cs::cartesian>(); in test_main() 70 test_geometry<boost::tuple<double, double, double>, bg::cs::cartesian>(); in test_main() [all …]
|
D | coordinate_type.cpp | 27 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 28 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() argument 72 test_all<bg::model::point<int, 2, bg::cs::cartesian>, int>(); in test_main() 73 test_all<bg::model::point<float, 2, bg::cs::cartesian>, float>(); in test_main() 74 test_all<bg::model::point<double, 2, bg::cs::cartesian>, double>(); in test_main() 75 test_all<bg::model::point<long double, 2, bg::cs::cartesian>, long double>(); in test_main()
|
D | topological_dimension.cpp | 25 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 26 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() argument 68 test_all<bg::model::point<int, 2, bg::cs::cartesian> >(); in test_main() 69 test_all<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 70 test_all<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main()
|
D | geometry_id.cpp | 26 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 27 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() argument 68 test_all<bg::model::point<int, 2, bg::cs::cartesian> >(); in test_main() 69 test_all<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 70 test_all<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | projected_point.cpp | 41 test_all_2d<P, bg::model::point<int, 2, bg::cs::cartesian> >(); in test_all_2d() 42 test_all_2d<P, bg::model::point<float, 2, bg::cs::cartesian> >(); in test_all_2d() 43 test_all_2d<P, bg::model::point<double, 2, bg::cs::cartesian> >(); in test_all_2d() 44 test_all_2d<P, bg::model::point<long double, 2, bg::cs::cartesian> >(); in test_all_2d() 54 test_all_2d<bg::model::point<int, 2, bg::cs::cartesian> >(); in test_main() 55 test_all_2d<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 56 test_all_2d<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() 60 bg::model::point<double, 2, bg::cs::cartesian>, in test_main() 61 bg::model::point<float, 2, bg::cs::cartesian>, in test_main() 69 bg::model::point<ttmath_big, 2, bg::cs::cartesian>, in test_main() [all …]
|
D | projected_point_ax.cpp | 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() 80 bg::model::point<ttmath_big, 2, bg::cs::cartesian>, in test_main() 81 bg::model::point<ttmath_big, 2, bg::cs::cartesian> in test_main()
|
/third_party/boost/libs/geometry/index/test/algorithms/ |
D | margin.cpp | 20 typedef bg::model::point<int, 2, bg::cs::cartesian> int_point_type; in test_large_integers() 21 typedef bg::model::point<double, 2, bg::cs::cartesian> double_point_type; in test_large_integers() 38 typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic; in test_main() 39 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() 40 typedef bg::model::point<double, 2, bg::cs::cartesian> P2dc; in test_main() 42 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() 43 typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc; in test_main() 44 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() 54 typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc; in test_main() 55 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main()
|
D | content.cpp | 20 typedef bg::model::point<int, 2, bg::cs::cartesian> int_point_type; in test_large_integers() 21 typedef bg::model::point<double, 2, bg::cs::cartesian> double_point_type; in test_large_integers() 38 typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic; in test_main() 39 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() 40 typedef bg::model::point<double, 2, bg::cs::cartesian> P2dc; in test_main() 42 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() 43 typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc; in test_main() 44 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() 61 typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc; in test_main() 62 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main()
|
D | union_content.cpp | 20 typedef bg::model::point<int, 2, bg::cs::cartesian> int_point_type; in test_large_integers() 21 typedef bg::model::point<double, 2, bg::cs::cartesian> double_point_type; in test_large_integers() 41 typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic; in test_main() 42 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() 43 typedef bg::model::point<double, 2, bg::cs::cartesian> P2dc; in test_main() 45 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() 46 typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc; in test_main() 47 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() 60 typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc; in test_main() 61 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main()
|
D | intersection_content.cpp | 20 typedef bg::model::point<int, 2, bg::cs::cartesian> int_point_type; in test_large_integers() 21 typedef bg::model::point<double, 2, bg::cs::cartesian> double_point_type; in test_large_integers() 41 typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic; in test_main() 42 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() 43 typedef bg::model::point<double, 2, bg::cs::cartesian> P2dc; in test_main() 45 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() 46 typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc; in test_main() 47 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() 60 typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc; in test_main() 61 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main()
|
D | is_valid.cpp | 56 typedef bg::model::point<int, 2, bg::cs::cartesian> int_point_type; in test_large_integers() 57 typedef bg::model::point<double, 2, bg::cs::cartesian> double_point_type; in test_large_integers() 77 typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic; in test_main() 78 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() 79 typedef bg::model::point<double, 2, bg::cs::cartesian> P2dc; in test_main() 81 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() 82 typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc; in test_main() 83 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() 100 typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc; in test_main() 101 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main()
|
D | minmaxdist.cpp | 55 typedef bg::model::point<int, 2, bg::cs::cartesian> int_point_type; in test_large_integers() 56 typedef bg::model::point<double, 2, bg::cs::cartesian> double_point_type; in test_large_integers() 73 typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic; in test_main() 74 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() 75 typedef bg::model::point<double, 2, bg::cs::cartesian> P2dc; in test_main() 77 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() 78 typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc; in test_main() 79 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() 91 typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc; in test_main() 92 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main()
|
D | path_intersection.cpp | 61 typedef bg::model::point<int, 2, bg::cs::cartesian> int_point_type; in test_large_integers() 62 typedef bg::model::point<double, 2, bg::cs::cartesian> double_point_type; in test_large_integers() 90 typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic; in test_main() 91 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() 92 typedef bg::model::point<double, 2, bg::cs::cartesian> P2dc; in test_main() 94 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() 95 typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc; in test_main() 96 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() 120 typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc; in test_main() 121 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main()
|
D | segment_intersection.cpp | 47 typedef bg::model::point<int, 2, bg::cs::cartesian> int_point_type; in test_large_integers() 48 typedef bg::model::point<double, 2, bg::cs::cartesian> double_point_type; in test_large_integers() 76 typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic; in test_main() 77 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() 78 typedef bg::model::point<double, 2, bg::cs::cartesian> P2dc; in test_main() 80 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() 81 typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc; in test_main() 82 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() 119 typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc; in test_main() 120 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main()
|
/third_party/boost/libs/geometry/test/arithmetic/ |
D | cross_product.cpp | 71 test_2d<bg::model::point<int, 2, bg::cs::cartesian> >(); in test_main() 72 test_2d<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 73 test_2d<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() 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() 80 test_4d<bg::model::point<int, 4, bg::cs::cartesian> >(); in test_main() 81 test_4d<bg::model::point<float, 4, bg::cs::cartesian> >(); in test_main() 82 test_4d<bg::model::point<double, 4, bg::cs::cartesian> >(); in test_main()
|
D | dot_product.cpp | 28 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 29 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() argument 48 test_all<bg::model::point<int, 3, bg::cs::cartesian> >(); in test_main() 49 test_all<bg::model::point<float, 3, bg::cs::cartesian> >(); in test_main() 50 test_all<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | assign.cpp | 29 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 30 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() argument 285 test_assign_point_3d<bg::model::point<int, 3, bg::cs::cartesian> >(); in test_main() 286 test_assign_point_3d<bg::model::point<float, 3, bg::cs::cartesian> >(); in test_main() 287 test_assign_point_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main() 292 test_assign_point_2d<bg::model::point<int, 2, bg::cs::cartesian> >(); in test_main() 293 test_assign_point_2d<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 294 test_assign_point_2d<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() 296 test_assign_conversion<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() 297 test_assign_conversion_variant<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() [all …]
|
D | make.cpp | 27 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 28 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() argument 123 test_2d<bg::model::point<int, 2, bg::cs::cartesian> >(); in test_main() 124 test_2d<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 125 test_2d<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() 128 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main() 131 test_2d<bg::model::point<ttmath_big, 2, bg::cs::cartesian> >(); in test_main() 132 test_3d<bg::model::point<ttmath_big, 3, bg::cs::cartesian> >(); in test_main()
|
/third_party/boost/libs/geometry/test/geometries/ |
D | adapted.cpp | 54 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_RING_TEMPLATED() 55 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_RING_TEMPLATED() 100 test_all<bg::model::point<int, 2, bg::cs::cartesian> >(); in test_main() 101 test_all<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 102 test_all<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() 103 test_all<bg::model::point<long double, 2, bg::cs::cartesian> >(); in test_main() 106 test_all<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main() 107 test_all<bg::model::point<long double, 3, bg::cs::cartesian> >(); in test_main()
|
D | boost_array_as_point.cpp | 20 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 21 BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() argument 22 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() 26 BOOST_GEOMETRY_REGISTER_STD_ARRAY_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() 31 bg::model::point<double, 3, bg::cs::cartesian> p1(1,2,3); in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS()
|
D | segment.cpp | 36 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 37 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() argument 93 test_all<bg::model::point<int, 3, bg::cs::cartesian> >(); in test_main() 94 test_all<bg::model::point<float, 3, bg::cs::cartesian> >(); in test_main() 95 test_all<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main() 98 test_custom<test::custom_segment_of<bg::model::point<double, 2, bg::cs::cartesian> > >(); in test_main()
|
D | boost_fusion.cpp | 21 BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(cs::cartesian) 22 BOOST_GEOMETRY_REGISTER_BOOST_FUSION_CS(cs::cartesian) 23 BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian) 41 bg::model::point<double, 2, bg::cs::cartesian> p1(1, 2); in test_2d() 54 bg::model::point<double, 3, bg::cs::cartesian> p1(1, 2, 3); in test_3d()
|
/third_party/boost/libs/geometry/doc/src/examples/arithmetic/ |
D | cross_product.cpp | 24 bg::model::point<double, 2, bg::cs::cartesian> p1(7.0, 2.0); in main() 25 bg::model::point<double, 2, bg::cs::cartesian> p2(4.0, 5.0); in main() 27 bg::model::point<double, 2, bg::cs::cartesian> r1; in main() 35 bg::model::point<double, 3, bg::cs::cartesian> p3(4.0, 6.0, 5.0); in main() 36 bg::model::point<double, 3, bg::cs::cartesian> p4(7.0, 2.0, 3.0); in main() 38 bg::model::point<double, 3, bg::cs::cartesian> r2; in main()
|
D | dot_product.cpp | 21 BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS(cs::cartesian) in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() argument 27 bg::model::point<double, 3, bg::cs::cartesian> point1(1.0, 2.0, 3.0); in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() 28 bg::model::point<double, 3, bg::cs::cartesian> point2(4.0, 5.0, 6.0); in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() 35 bg::model::point<double, 2, bg::cs::cartesian> point3(3.0, 2.0); in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() 36 bg::model::point<double, 2, bg::cs::cartesian> point4(4.0, 7.0); in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS()
|
/third_party/boost/libs/geometry/test/cs_undefined/ |
D | index.cpp | 70 rtree_test(g.pt, bgi::parameters<bgi::linear<4>, bg::strategy::index::cartesian<> >()); in test_main() 71 rtree_test(g.pt, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main() 72 rtree_test(g.pt, bgi::parameters<bgi::rstar<4>, bg::strategy::index::cartesian<> >()); in test_main() 73 rtree_test(g.b, bgi::parameters<bgi::linear<4>, bg::strategy::index::cartesian<> >()); in test_main() 74 rtree_test(g.b, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main() 75 rtree_test(g.b, bgi::parameters<bgi::rstar<4>, bg::strategy::index::cartesian<> >()); in test_main() 76 rtree_test(g.s, bgi::parameters<bgi::linear<4>, bg::strategy::index::cartesian<> >()); in test_main() 77 rtree_test(g.s, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main() 78 rtree_test(g.s, bgi::parameters<bgi::rstar<4>, bg::strategy::index::cartesian<> >()); in test_main()
|