Home
last modified time | relevance | path

Searched refs:result_from_distance (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/libs/geometry/test/strategies/
Dhaversine.cpp144 …return_type c_expected = services::result_from_distance<comparable_type, P1, P2>::apply(comparable… in test_services()
150 …return_type c_dist_lower = services::result_from_distance<comparable_type, P1, P2>::apply(comparab… in test_services()
151 …return_type c_dist_higher = services::result_from_distance<comparable_type, P1, P2>::apply(compara… in test_services()
161 …return_type dist_lower = services::result_from_distance<strategy_type, P1, P2>::apply(strategy, ex… in test_services()
162 …return_type dist_higher = services::result_from_distance<strategy_type, P1, P2>::apply(strategy, e… in test_services()
Dpythagoras.cpp176 …return_type c_dist5 = services::result_from_distance<comparable_type, P1, P2>::apply(comparable, 5… in test_services()
177 …return_type c_dist6 = services::result_from_distance<comparable_type, P1, P2>::apply(comparable, 6… in test_services()
183 return_type dist5 = services::result_from_distance<strategy_type, P1, P2>::apply(strategy, 5.0); in test_services()
184 return_type dist6 = services::result_from_distance<strategy_type, P1, P2>::apply(strategy, 6.0); in test_services()
Dpythagoras_point_box.cpp251 comparable_return_type c_dist5 = services::result_from_distance in test_services()
256 comparable_return_type c_dist6 = services::result_from_distance in test_services()
265 return_type dist5 = services::result_from_distance in test_services()
269 return_type dist6 = services::result_from_distance in test_services()
/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_cross_track_point_box.hpp100 return geometry::strategy::distance::services::result_from_distance in apply()
108 return geometry::strategy::distance::services::result_from_distance in apply()
334 struct result_from_distance struct
354 return result_from_distance in apply()
Ddistance_cross_track_box_box.hpp164 return geometry::strategy::distance::services::result_from_distance in apply()
172 return geometry::strategy::distance::services::result_from_distance in apply()
408 struct result_from_distance struct
428 return result_from_distance in apply()
Ddistance_haversine.hpp246 struct result_from_distance<haversine<RadiusType, CalculationType>, P1, P2> struct
295 struct result_from_distance<comparable::haversine<RadiusType, CalculationType>, P1, P2> struct
Ddistance_segment_box.hpp354 struct result_from_distance<spherical_segment_box<CalculationType, Strategy>, PS, PB> struct
373 return result_from_distance<Strategy, PS, PB>::apply(s, value); in apply()
Ddistance_cross_track.hpp685 struct result_from_distance<cross_track<CalculationType, Strategy>, P, PS> struct
752 struct result_from_distance struct
/third_party/boost/boost/geometry/strategies/cartesian/
Ddistance_projected_point_ax.hpp288 struct result_from_distance<detail::projected_point_ax<CalculationType, Strategy>, P, PS> struct
298 ret.atd = result_from_distance<Strategy, P, PS>::apply(s, value.atd); in apply()
299 ret.xtd = result_from_distance<Strategy, P, PS>::apply(s, value.xtd); in apply()
Ddistance_segment_box.hpp172 struct result_from_distance<cartesian_segment_box<CalculationType, Strategy>, PS, PB> struct
191 return result_from_distance<Strategy, PS, PB>::apply(s, value); in apply()
Ddistance_pythagoras.hpp212 struct result_from_distance<pythagoras<CalculationType>, Point1, Point2> struct
261 struct result_from_distance<comparable::pythagoras<CalculationType>, Point1, Point2> struct
Ddistance_projected_point.hpp242 struct result_from_distance<projected_point<CalculationType, Strategy>, P, PS> struct
251 return result_from_distance<Strategy, P, PS>::apply(s, value); in apply()
Ddistance_pythagoras_point_box.hpp241 struct result_from_distance<pythagoras_point_box<CalculationType>, Point, Box> struct
299 struct result_from_distance struct
Ddistance_pythagoras_box_box.hpp243 struct result_from_distance<pythagoras_box_box<CalculationType>, Box1, Box2> struct
299 struct result_from_distance struct
/third_party/boost/boost/geometry/strategies/concepts/
Ddistance_concept.hpp112 r = strategy::distance::services::result_from_distance in apply()
193 r = services::result_from_distance in apply()
/third_party/boost/boost/geometry/strategies/geographic/
Ddistance_cross_track_box_box.hpp186 struct result_from_distance struct
204 result_from_distance in apply()
Ddistance_cross_track_point_box.hpp170 struct result_from_distance struct
188 result_from_distance in apply()
Ddistance_segment_box.hpp293 struct result_from_distance<geographic_segment_box<FormulaPolicy>, PS, PB> struct
317 struct result_from_distance<geographic_segment_box<FormulaPolicy, Spheroid, CalculationType>, PS, P… struct
Ddistance_andoyer.hpp107 struct result_from_distance<andoyer<Spheroid, CalculationType>, P1, P2> struct
Ddistance_thomas.hpp100 struct result_from_distance<thomas<Spheroid, CalculationType>, P1, P2 > struct
Ddistance_vincenty.hpp102 struct result_from_distance<vincenty<Spheroid, CalculationType>, P1, P2 > struct
Ddistance_karney.hpp95 struct result_from_distance<karney<Spheroid, CalculationType>, P1, P2 > struct
Ddistance.hpp202 struct result_from_distance<geographic<FormulaPolicy, Spheroid, CalculationType>, P1, P2> struct
/third_party/boost/boost/geometry/strategies/
Ddistance.hpp66 struct result_from_distance {}; struct
/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_distance.hpp74 struct result_from_distance<taxicab_distance, P1, P2> struct

12