Home
last modified time | relevance | path

Searched defs:lon1 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dsegment.hpp90 static inline void swap(CalculationType& lon1, in swap()
116 static inline bool crosses_antimeridian(CoordinateType const& lon1, in crosses_antimeridian()
129 static inline void compute_box_corners(CalculationType& lon1, in compute_box_corners()
190 static inline void special_cases(CalculationType& lon1, in special_cases()
256 static inline void create_box(CalculationType lon1, in create_box()
296 static inline void apply(CalculationType& lon1, in apply()
315 static inline void apply(CalculationType& lon1, in apply()
343 static inline void apply(CalculationType lon1, in apply()
361 static inline void apply(CalculationType lon1, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dspherical.hpp123 static inline result_spherical<CT> spherical_azimuth(T1 const& lon1, in spherical_azimuth()
168 inline ReturnType spherical_azimuth(T1 const& lon1, T1 const& lat1, in spherical_azimuth()
175 inline T spherical_azimuth(T const& lon1, T const& lat1, T const& lon2, T const& lat2) in spherical_azimuth()
H A Dandoyer_inverse.hpp59 static inline result_type apply(T1 const& lon1, in apply()
H A Dthomas_inverse.hpp59 static inline result_type apply(T1 const& lon1, in apply()
H A Dvertex_longitude.hpp286 static inline CT apply(CT& lon1, in apply()
H A Ddifferential_quantities.hpp38 static inline void apply(CT const& lon1, CT const& lat1, in apply()
H A Dsjoberg_intersection.hpp906 CT lon1, lon2; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dsegment_box.hpp98 CT lon1 = geometry::get_as_radian<0>(p0_normalized); in apply() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_haversine.hpp86 static inline R calculate(T1 const& lon1, T1 const& lat1, in calculate()