Home
last modified time | relevance | path

Searched refs:expon2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dnext.hpp501 int expon2; in float_distance_imp() local
502 frexp(b, &expon2); in float_distance_imp()
503 T upper2 = ldexp(T(0.5), expon2); in float_distance_imp()
505 result += (expon2 - expon - 1) * ldexp(T(1), tools::digits<T>() - 1); in float_distance_imp()
609 boost::intmax_t expon2 = 1 + ilogb(b); in float_distance_imp() local
610 T upper2 = scalbn(T(1), expon2 - 1); in float_distance_imp()
612 result += (expon2 - expon - 1) * scalbn(T(1), std::numeric_limits<T>::digits - 1); in float_distance_imp()