Home
last modified time | relevance | path

Searched refs:geographic_policy (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/strategies/
Dhaversine.cpp239 …test_all<bg::model::point<int, 2, bg::cs::spherical_equatorial<bg::degree> >, geographic_policy>(); in test_main()
240 …st_all<bg::model::point<float, 2, bg::cs::spherical_equatorial<bg::degree> >, geographic_policy>(); in test_main()
241 …t_all<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> >, geographic_policy>(); in test_main()
253 … test_all<bg::model::point<tt, 2, bg::cs::spherical_equatorial<bg::degree> >, geographic_policy>(); in test_main()
262 geographic_policy in test_main()
Dcross_track.cpp170 …_all<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> >, geographic_policy >(); in test_main()
/third_party/boost/libs/geometry/test/
Dgeometry_test_common.hpp145 struct geographic_policy struct