Home
last modified time | relevance | path

Searched refs:float_next (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/math/special_functions/
H A Dnext.hpp202 return ldexp(float_next(T(ldexp(val, 2 * tools::digits<T>())), pol), -2 * tools::digits<T>()); in float_next_imp()
249 …return scalbn(float_next(T(scalbn(val, 2 * std::numeric_limits<T>::digits)), pol), -2 * std::numer… in float_next_imp()
264 inline typename tools::promote_args<T>::type float_next(const T& val, const Policy& pol) in float_next() function
277 inline double float_next(const double& val, const Policy& pol)
294 inline typename tools::promote_args<T>::type float_next(const T& val) in float_next() function
296 return float_next(val, policies::policy<>()); in float_next()
435 …return val < direction ? boost::math::float_next<result_type>(val, pol) : val == direction ? val :… in nextafter()
694 return float_next(val, pol); in float_advance_imp()
707 do{ val = float_next(val, pol); } while(--distance); in float_advance_imp()
780 return float_next(val, pol); in float_advance_imp()
[all …]
H A Dmath_fwd.hpp1009 typename tools::promote_args<T>::type float_next(const T&, const Policy&);
1011 typename tools::promote_args<T>::type float_next(const T&);
1489 template <class T> T float_next(const T& a){ return boost::math::float_next(a, Policy()); }\