Home
last modified time | relevance | path

Searched refs:dlon2 (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.hpp151 calc_t const dlon2 = math::longitude_distance_signed<units_t>(b0, p0); in apply() local
155 calc_t const dlat2 = latitude_distance_signed(b1, p1, dlon2, pi, is_antilon2); in apply()
160 is_antilon2 ? c0 : math::abs(dlon2)); in apply()
168 s2 = dlon2 > 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.hpp98 CT const dlon2 = lon_b2 - lon2; in apply() local
99 CT const sin_dlon2 = sin(dlon2); in apply()
115 CT const cos_dlon2 = cos(dlon2); in apply()
132 CT const cos_dlon2 = cos(dlon2); in apply()