/third_party/boost/libs/geometry/test/strategies/ |
D | haversine.cpp | 144 …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()
|
D | pythagoras.cpp | 176 …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()
|
D | pythagoras_point_box.cpp | 251 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/ |
D | distance_cross_track_point_box.hpp | 100 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()
|
D | distance_cross_track_box_box.hpp | 164 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()
|
D | distance_haversine.hpp | 246 struct result_from_distance<haversine<RadiusType, CalculationType>, P1, P2> struct 295 struct result_from_distance<comparable::haversine<RadiusType, CalculationType>, P1, P2> struct
|
D | distance_segment_box.hpp | 354 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()
|
D | distance_cross_track.hpp | 685 struct result_from_distance<cross_track<CalculationType, Strategy>, P, PS> struct 752 struct result_from_distance struct
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | distance_projected_point_ax.hpp | 288 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()
|
D | distance_segment_box.hpp | 172 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()
|
D | distance_pythagoras.hpp | 212 struct result_from_distance<pythagoras<CalculationType>, Point1, Point2> struct 261 struct result_from_distance<comparable::pythagoras<CalculationType>, Point1, Point2> struct
|
D | distance_projected_point.hpp | 242 struct result_from_distance<projected_point<CalculationType, Strategy>, P, PS> struct 251 return result_from_distance<Strategy, P, PS>::apply(s, value); in apply()
|
D | distance_pythagoras_point_box.hpp | 241 struct result_from_distance<pythagoras_point_box<CalculationType>, Point, Box> struct 299 struct result_from_distance struct
|
D | distance_pythagoras_box_box.hpp | 243 struct result_from_distance<pythagoras_box_box<CalculationType>, Box1, Box2> struct 299 struct result_from_distance struct
|
/third_party/boost/boost/geometry/strategies/concepts/ |
D | distance_concept.hpp | 112 r = strategy::distance::services::result_from_distance in apply() 193 r = services::result_from_distance in apply()
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | distance_cross_track_box_box.hpp | 186 struct result_from_distance struct 204 result_from_distance in apply()
|
D | distance_cross_track_point_box.hpp | 170 struct result_from_distance struct 188 result_from_distance in apply()
|
D | distance_segment_box.hpp | 293 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
|
D | distance_andoyer.hpp | 107 struct result_from_distance<andoyer<Spheroid, CalculationType>, P1, P2> struct
|
D | distance_thomas.hpp | 100 struct result_from_distance<thomas<Spheroid, CalculationType>, P1, P2 > struct
|
D | distance_vincenty.hpp | 102 struct result_from_distance<vincenty<Spheroid, CalculationType>, P1, P2 > struct
|
D | distance_karney.hpp | 95 struct result_from_distance<karney<Spheroid, CalculationType>, P1, P2 > struct
|
D | distance.hpp | 202 struct result_from_distance<geographic<FormulaPolicy, Spheroid, CalculationType>, P1, P2> struct
|
/third_party/boost/boost/geometry/strategies/ |
D | distance.hpp | 66 struct result_from_distance {}; struct
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | test_distance.hpp | 74 struct result_from_distance<taxicab_distance, P1, P2> struct
|