Home
last modified time | relevance | path

Searched refs:longitude_distance_unsigned (Results 1 – 4 of 4) 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/disjoint/
H A Dbox_box.hpp122 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(b1_min, b2_min); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dpoint_in_box.hpp122 … calc_t const diff_min = math::longitude_distance_unsigned<units_t, calc_t>(min_value, value); in apply()
H A Dbox_in_box.hpp138 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(bing_min, bed_min); 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.hpp268 inline CoordinateType longitude_distance_unsigned(CoordinateType const& longitude1, in longitude_distance_unsigned() function