Searched refs:max_latitude (Results 1 – 7 of 7) 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 D | multipoint.hpp | 100 Constants::max_latitude())) in analyze_point_coordinates() 205 lat_max = Constants::max_latitude(); in get_min_max_latitudes() 217 lat_max = Constants::max_latitude(); in get_min_max_latitudes() 279 : constants::max_latitude(); in apply() 281 ? constants::max_latitude() in apply() 292 : constants::max_latitude(); in apply() 294 ? constants::max_latitude() in apply()
|
| H A D | segment.hpp | 200 bool is_pole1 = math::equals(math::abs(lat1), constants::max_latitude()); in special_cases() 201 bool is_pole2 = math::equals(math::abs(lat2), constants::max_latitude()); in special_cases()
|
| H A D | range_of_boxes.hpp | 274 if (math::equals(lat_min, constants::max_latitude()) in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | normalize_spheroidal_coordinates.hpp | 61 static inline CoordinateType max_latitude() in max_latitude() function 95 static inline CoordinateType max_latitude() in max_latitude() function 165 else if (latitude > constants::max_latitude()) in apply() 178 if (math::equals(math::abs(latitude), constants::max_latitude())) in apply() 188 BOOST_GEOMETRY_ASSERT(! math::larger(latitude, constants::max_latitude())); in apply()
|
| H A D | normalize_spheroidal_box_coordinates.hpp | 59 else if (math::equals(latitude1, constants::max_latitude()) in apply() 60 && math::equals(latitude2, constants::max_latitude())) in apply() 82 BOOST_GEOMETRY_ASSERT(! math::larger(latitude2, constants::max_latitude())); in apply()
|
| /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 | 125 coord1_t const pi_half1 = constants1::max_latitude(); in apply() 126 coord2_t const pi_half2 = constants2::max_latitude(); in apply() 128 calc_t const pi_half = constants::max_latitude(); in apply() 219 constants1::max_latitude() - geometry::get<1>(segment_a)); in apply() 221 constants1::max_latitude() - geometry::get<1>(segment_b)); in apply() 223 constants2::max_latitude() - geometry::get<1>(p)); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/expand/ |
| H A D | point.hpp | 160 if (math::equals(math::abs(p_lat), constants::max_latitude())) in apply() 172 && math::equals(math::abs(b_lat_min), constants::max_latitude())) in apply()
|