Home
last modified time | relevance | path

Searched refs:float_prior (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.hpp332 … return ldexp(float_prior(T(ldexp(val, 2 * tools::digits<T>())), pol), -2 * tools::digits<T>()); in float_prior_imp()
380 …return scalbn(float_prior(T(scalbn(val, 2 * std::numeric_limits<T>::digits)), pol), -2 * std::nume… in float_prior_imp()
396 inline typename tools::promote_args<T>::type float_prior(const T& val, const Policy& pol) in float_prior() function
409 inline double float_prior(const double& val, const Policy& pol)
426 inline typename tools::promote_args<T>::type float_prior(const T& val) in float_prior() function
428 return float_prior(val, policies::policy<>()); in float_prior()
435 …at_next<result_type>(val, pol) : val == direction ? val : boost::math::float_prior<result_type>(va… in nextafter()
696 return float_prior(val, pol); in float_advance_imp()
711 do{ val = float_prior(val, pol); } while(++distance); in float_advance_imp()
782 return float_prior(val, pol); in float_advance_imp()
[all …]
H A Dmath_fwd.hpp1013 typename tools::promote_args<T>::type float_prior(const T&, const Policy&);
1015 typename tools::promote_args<T>::type float_prior(const T&);
1490 template <class T> T float_prior(const T& a){ return boost::math::float_prior(a, Policy()); }\