Home
last modified time | relevance | path

Searched refs:dlon1 (Results 1 – 2 of 2) 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/
H A Ddirection_code.hpp150 calc_t const dlon1 = math::longitude_distance_signed<units_t>(b0, a0); in apply() local
154 calc_t const dlat1 = latitude_distance_signed(b1, a1, dlon1, pi, is_antilon1); in apply()
159 (std::min)(is_antilon1 ? c0 : math::abs(dlon1), in apply()
167 s1 = dlon1 > 0 ? 1 : -1; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp96 CT const dlon1 = lon_a2 - lon1; in apply() local
97 CT const sin_dlon1 = sin(dlon1); in apply()
123 CT const cos_dlon1 = cos(dlon1); in apply()
131 CT const cos_dlon1 = cos(dlon1); in apply()