Home
last modified time | relevance | path

Searched refs:lat1 (Results 1 – 15 of 15) 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.hpp61 static inline CalculationType apply(T1 const& lat1, in apply()
66 ::apply(lat1, alp1); in apply()
74 static inline CalculationType apply(T1 const& lat1, in apply()
79 ::apply(lat1, alp1, strategy.model()); in apply()
91 CalculationType& lat1, in swap() argument
96 std::swap(lat1, lat2); in swap()
130 CalculationType& lat1, in compute_box_corners() argument
140 CalculationType lat1_rad = math::as_radian<Units>(lat1); in compute_box_corners()
143 if (lat1 > lat2) in compute_box_corners()
145 std::swap(lat1, lat2); in compute_box_corners()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_longitude.hpp40 static inline CT apply(T const& lat1, //segment point 1 in apply() argument
47 CT const A = sin(lat1) * cos(lat2) * cos(lat3) * sin_l12; in apply()
48 CT const B = sin(lat1) * cos(lat2) * cos(lat3) * cos_l12 in apply()
49 - cos(lat1) * sin(lat2) * cos(lat3); in apply()
69 static inline CT apply(T const& lat1, //segment point 1 in apply() argument
82 if (math::equals(lat1, half_pi) in apply()
84 || math::equals(lat1, -half_pi) in apply()
100 CT const bet1 = atan(one_minus_f * tan(lat1)); in apply()
155 if (lat1 * lat2 < c0)//different hemispheres in apply()
157 if ((lat2 - lat1) * lat3 > c0)// ascending segment in apply()
[all …]
H A Dthomas_inverse.hpp60 T1 const& lat1, in apply() argument
69 if ( math::equals(lon1, lon2) && math::equals(lat1, lat2) ) in apply()
88 CT const theta1 = math::equals(lat1, pi_half) ? lat1 : in apply()
89 math::equals(lat1, -pi_half) ? lat1 : in apply()
90 atan(one_minus_f * tan(lat1)); in apply()
207 quantities::apply(lon1, lat1, lon2, lat2, in apply()
H A Dspherical.hpp124 T1 const& lat1, in spherical_azimuth() argument
144 CT const cos_lat1 = cos(lat1); in spherical_azimuth()
146 CT const sin_lat1 = sin(lat1); in spherical_azimuth()
168 inline ReturnType spherical_azimuth(T1 const& lon1, T1 const& lat1, in spherical_azimuth() argument
171 return spherical_azimuth<ReturnType, false>(lon1, lat1, lon2, lat2).azimuth; in spherical_azimuth()
175 inline T spherical_azimuth(T const& lon1, T const& lat1, T const& lon2, T const& lat2) in spherical_azimuth() argument
177 return spherical_azimuth<T, false>(lon1, lat1, lon2, lat2).azimuth; in spherical_azimuth()
H A Dvertex_latitude.hpp37 static inline CT apply(T1 const& lat1, in apply() argument
40 return std::acos( math::abs(cos(lat1) * sin(alp1)) ); in apply()
75 static inline CT apply(T1 const& lat1, in apply() argument
84 CT const bet1 = atan( one_minus_f * tan(lat1) ); in apply()
H A Dandoyer_inverse.hpp60 T1 const& lat1, in apply() argument
69 if ( math::equals(lon1, lon2) && math::equals(lat1, lat2) ) in apply()
82 CT const sin_lat1 = sin(lat1); in apply()
83 CT const cos_lat1 = cos(lat1); in apply()
132 result.azimuth = lat1 <= lat2 ? c0 : pi; in apply()
H A Dvincenty_inverse.hpp70 T1 const& lat1, in apply()
77 if (math::equals(lat1, lat2) && math::equals(lon1, lon2)) in apply()
105 CT const tan_U1 = one_min_f * tan(lat1); // above (1) in apply()
211 quantities::apply(lon1, lat1, lon2, lat2, in apply()
H A Ddifferential_quantities.hpp38 static inline void apply(CT const& lon1, CT const& lat1, in apply() argument
45 CT const sin_lat1 = sin(lat1); in apply()
46 CT const cos_lat1 = cos(lat1); in apply()
H A Dsjoberg_intersection.hpp42 static inline bool apply(CT const& lon1, CT const& lat1, CT const& lon_a2, CT const& lat_a2, in apply()
47 bool res = apply_alt(lon1, lat1, lon_a2, lat_a2, in apply()
59 static inline bool apply_alt(CT const& lon1, CT const& lat1, CT const& lon_a2, CT const& lat_a2, in apply_alt()
67 CT const sin_lat1 = sin(lat1); in apply_alt()
69 CT const cos_lat1 = cos(lat1); in apply_alt()
/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.hpp56 CT& lat1, in swap()
61 std::swap(lat1, lat2); in swap()
99 CT lat1 = geometry::get_as_radian<1>(p0_normalized); in apply() local
105 swap(lon1, lat1, lon2, lat2); in apply()
112 azimuth_strategy.apply(lon1, lat1, lon2, lat2, alp1); in apply()
117 ::template apply<geometry::radian>(lon1, lat1, in apply()
136 azimuth_strategy.apply(lon1, lat1, b_lon_min, b_lat_min, a_b0); in apply()
137 azimuth_strategy.apply(lon1, lat1, b_lon_max, b_lat_min, a_b1); in apply()
138 azimuth_strategy.apply(lon1, lat1, b_lon_min, b_lat_max, a_b2); in apply()
139 azimuth_strategy.apply(lon1, lat1, b_lon_max, b_lat_max, a_b3); in apply()
[all …]
/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() argument
89 return math::hav(lat2 - lat1) in calculate()
90 + cos(lat1) * cos(lat2) * math::hav(lon2 - lon1); in calculate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Ddirection_code.hpp180 …static inline T latitude_distance_signed(T const& lat1, T const& lat2, T const& lon_ds, T const& p… in latitude_distance_signed()
184 T res = lat2 - lat1; in latitude_distance_signed()
189 res = lat2 + lat1; in latitude_distance_signed()
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dboilerplate.rst1 .. include:: <xhtml1-lat1.txt>
/OK3568_Linux_fs/yocto/poky/bitbake/doc/
H A Dindex.rst29 .. include:: <xhtml1-lat1.txt>
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch210 - uri="ent/iso-lat1.ent"/>
310 - uri="ent/iso-lat1.ent"/>