Home
last modified time | relevance | path

Searched refs:lat2 (Results 1 – 14 of 14) 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.hpp93 CalculationType& lat2) in swap() argument
96 std::swap(lat1, lat2); in swap()
132 CalculationType& lat2, in compute_box_corners() argument
141 CalculationType lat2_rad = math::as_radian<Units>(lat2); in compute_box_corners()
143 if (lat1 > lat2) in compute_box_corners()
145 std::swap(lat1, lat2); in compute_box_corners()
161 CalculationType const mid_lat = lat1 + lat2; in compute_box_corners()
181 if (lat2 < lat_max) in compute_box_corners()
183 lat2 = lat_max; in compute_box_corners()
193 CalculationType& lat2) in special_cases() argument
[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.hpp41 T const& lat2, //segment point 2 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()
70 T const& lat2, //segment point 2 in apply() argument
83 || math::equals(lat2, half_pi) in apply()
85 || math::equals(lat2, -half_pi)) in apply()
101 CT const bet2 = atan(one_minus_f * tan(lat2)); 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.hpp62 T2 const& lat2, in apply() argument
69 if ( math::equals(lon1, lon2) && math::equals(lat1, lat2) ) in apply()
91 CT const theta2 = math::equals(lat2, pi_half) ? lat2 : in apply()
92 math::equals(lat2, -pi_half) ? lat2 : in apply()
93 atan(one_minus_f * tan(lat2)); in apply()
207 quantities::apply(lon1, lat1, lon2, lat2, in apply()
H A Dspherical.hpp126 T2 const& lat2) in spherical_azimuth() argument
145 CT const cos_lat2 = cos(lat2); in spherical_azimuth()
147 CT const sin_lat2 = sin(lat2); in spherical_azimuth()
169 T2 const& lon2, T2 const& lat2) 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 Dandoyer_inverse.hpp62 T2 const& lat2, in apply() argument
69 if ( math::equals(lon1, lon2) && math::equals(lat1, lat2) ) in apply()
84 CT const sin_lat2 = sin(lat2); in apply()
85 CT const cos_lat2 = cos(lat2); in apply()
132 result.azimuth = lat1 <= lat2 ? c0 : pi; in apply()
H A Dvincenty_inverse.hpp72 T2 const& lat2, in apply()
77 if (math::equals(lat1, lat2) && math::equals(lon1, lon2)) in apply()
106 CT const tan_U2 = one_min_f * tan(lat2); // above (1) in apply()
211 quantities::apply(lon1, lat1, lon2, lat2, in apply()
H A Ddifferential_quantities.hpp39 CT const& lon2, CT const& lat2, in apply() argument
47 CT const sin_lat2 = sin(lat2); in apply()
48 CT const cos_lat2 = cos(lat2); in apply()
H A Dsjoberg_intersection.hpp43 CT const& lon2, CT const& lat2, CT const& lon_b2, CT const& lat_b2, in apply()
48 lon2, lat2, lon_b2, lat_b2, in apply()
60 CT const& lon2, CT const& lat2, CT const& lon_b2, CT const& lat_b2, in apply_alt()
68 CT const sin_lat2 = sin(lat2); in apply_alt()
70 CT const cos_lat2 = cos(lat2); 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.hpp58 CT& lat2) in swap()
61 std::swap(lat1, lat2); in swap()
101 CT lat2 = geometry::get_as_radian<1>(p1_normalized); in apply() local
105 swap(lon1, lat1, lon2, lat2); in apply()
112 azimuth_strategy.apply(lon1, lat1, lon2, lat2, alp1); in apply()
118 lon2, lat2, in apply()
158 CT lat_sum = lat1 + lat2; in apply()
178 lon2, lat2, in apply()
/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.hpp87 T2 const& lon2, T2 const& lat2) 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/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp168 qreal lat2 = QLocationUtils::degrees(resultLatRad); in calculatePeripheralPoints() local
171 path << QGeoCoordinate(lat2, lon2, center.altitude()); in calculatePeripheralPoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp714 qreal lat2 = QLocationUtils::degrees(resultLatRad); in calculatePeripheralPoints() local
717 path << QGeoCoordinate(lat2, lon2, center.altitude()); in calculatePeripheralPoints()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch213 - uri="ent/iso-lat2.ent"/>
313 - uri="ent/iso-lat2.ent"/>