/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | buffer_piece_border.cpp | 147 void test_point(std::string const& wkt, bool expected, Border const& border, in test_point() function 213 test_point<Point>("POINT(1.5 2.5)", true, border, mapper, "red"); in test_rectangle_point_on_piece_a() 216 test_point<Point>("POINT(0.5 2.5)", false, border, mapper, "green"); in test_rectangle_point_on_piece_a() 217 test_point<Point>("POINT(2.5 2.5)", false, border, mapper, "green"); in test_rectangle_point_on_piece_a() 218 test_point<Point>("POINT(1.5 1.5)", false, border, mapper, "green"); in test_rectangle_point_on_piece_a() 219 test_point<Point>("POINT(1.5 3.5)", false, border, mapper, "green"); in test_rectangle_point_on_piece_a() 222 test_point<Point>("POINT(1.0 2.0)", true, border, mapper, "orange"); in test_rectangle_point_on_piece_a() 223 test_point<Point>("POINT(1.5 2.0)", true, border, mapper, "orange"); in test_rectangle_point_on_piece_a() 224 test_point<Point>("POINT(2.0 2.0)", true, border, mapper, "orange"); in test_rectangle_point_on_piece_a() 227 test_point<Point>("POINT(1.0 3.0)", false, border, mapper, "blue"); in test_rectangle_point_on_piece_a() [all …]
|
D | buffer_point_geo.cpp | 15 void test_point() in test_point() function 40 test_point<true, bg::model::point<default_test_type, 2, bg::cs::geographic<bg::degree> > >(); in test_main() 43 test_point<true, bg::model::point<long double, 2, bg::cs::geographic<bg::degree> > >(); in test_main()
|
/third_party/boost/libs/geometry/test/test_common/ |
D | test_point.hpp | 31 struct test_point struct 54 struct tag<test::test_point> { typedef point_tag type; }; argument 57 struct coordinate_type<test::test_point> { typedef float type; }; 60 struct coordinate_system<test::test_point> { typedef cs::cartesian type; }; 63 struct dimension<test::test_point>: boost::mpl::int_<3> {}; 65 template<> struct access<test::test_point, 0> 67 static inline const float& get(const test::test_point& p) in get() 72 static inline void set(test::test_point& p, const float& value) in set() 78 template<> struct access<test::test_point, 1> 80 static inline const float& get(const test::test_point& p) in get() [all …]
|
/third_party/boost/libs/geometry/index/test/rtree/ |
D | rtree_values.cpp | 116 void test_point() in test_point() function 141 test_point< bgi::linear<16> >(); in test_main() 142 test_point< bgi::quadratic<4> >(); in test_main() 143 test_point< bgi::rstar<4> >(); in test_main()
|
/third_party/boost/libs/geometry/test/geometries/ |
D | initialization.cpp | 198 struct test_point struct 200 test_point(T = T(), T = T()) {} in test_point() argument 217 typedef test_point<float> P; in test_sanity_check()
|
D | adapted.cpp | 98 test_all<test::test_point>(); in test_main()
|
D | custom_linestring.cpp | 121 test_all<test::test_point>(); in test_main()
|
D | box.cpp | 99 test_all<test::test_point>(); in test_main()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | pythagoras_point_box.cpp | 389 test_all_3d<P, test::test_point>(); in test_all_3d() 448 test_all_3d<test::test_point>(); in BOOST_AUTO_TEST_CASE() 473 test_services<double[3], bg::model::box<test::test_point>, float>(); in BOOST_AUTO_TEST_CASE() 482 test_services<test::test_point, bg::model::box<double[3]>, float>(); in BOOST_AUTO_TEST_CASE()
|
D | pythagoras.cpp | 290 test_all_3d<P, test::test_point>(); in test_all_3d() 333 test_all_3d<test::test_point>(); in test_main() 345 test_services<double[3], test::test_point, float>(); in test_main()
|
/third_party/boost/libs/geometry/test/arithmetic/ |
D | dot_product.cpp | 47 test_all<test::test_point>(); in test_main()
|
D | general.cpp | 136 test_all<test::test_point>(); in test_main()
|
/third_party/boost/libs/geometry/test/util/ |
D | for_each_coordinate.cpp | 78 test_all<test::test_point>(); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | num_interior_rings.cpp | 64 BOOST_AUTO_TEST_CASE( test_point ) in BOOST_AUTO_TEST_CASE() argument
|
D | num_geometries.cpp | 64 BOOST_AUTO_TEST_CASE( test_point ) in BOOST_AUTO_TEST_CASE() argument
|
D | append.cpp | 165 test_all<test::test_point>(); in test_main()
|
D | num_segments.cpp | 101 BOOST_AUTO_TEST_CASE( test_point ) in BOOST_AUTO_TEST_CASE() argument
|
D | is_empty.cpp | 108 BOOST_AUTO_TEST_CASE( test_point ) in BOOST_AUTO_TEST_CASE() argument
|
D | assign.cpp | 284 test_assign_point_3d<test::test_point>(); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/envelope_expand/ |
D | expand.cpp | 146 test_3d<test::test_point>(); in test_main()
|
D | envelope.cpp | 216 test_3d<test::test_point>(); in test_main()
|
/third_party/quickjs/ |
D | Changelog | 77 - added example of C class in a module (examples/test_point.js)
|