Home
last modified time | relevance | path

Searched refs:max_longitude (Results 1 – 3 of 3) 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 Drange_of_boxes.hpp124 (! math::larger(lon_max, constants::max_longitude())); in apply()
131 (! math::larger(max_gap_right, constants::max_longitude())); in apply()
264 coordinate_type const max_longitude = constants::max_longitude(); in apply() local
285 if (math::larger(lon_right, max_longitude)) in apply()
287 intervals.push_back(interval_type(lon_left, max_longitude)); 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 Dnormalize_spheroidal_coordinates.hpp49 static inline CoordinateType max_longitude() in max_longitude() function
85 static inline CoordinateType max_longitude() in max_longitude() function
192 BOOST_GEOMETRY_ASSERT(! math::larger(longitude, constants::max_longitude())); in apply()
H A Dnormalize_spheroidal_box_coordinates.hpp70 longitude2 = constants::max_longitude(); in apply()