| /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 D | segment.hpp | 61 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 D | vertex_longitude.hpp | 40 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 D | thomas_inverse.hpp | 60 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 D | spherical.hpp | 124 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 D | vertex_latitude.hpp | 37 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 D | andoyer_inverse.hpp | 60 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 D | vincenty_inverse.hpp | 70 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 D | differential_quantities.hpp | 38 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 D | sjoberg_intersection.hpp | 42 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 D | segment_box.hpp | 56 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 D | distance_haversine.hpp | 86 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 D | direction_code.hpp | 180 …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 D | boilerplate.rst | 1 .. include:: <xhtml1-lat1.txt>
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/ |
| H A D | index.rst | 29 .. include:: <xhtml1-lat1.txt>
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
| H A D | docbook-xml-update-catalog.xml.patch | 210 - uri="ent/iso-lat1.ent"/> 310 - uri="ent/iso-lat1.ent"/>
|