Home
last modified time | relevance | path

Searched refs:raise_underflow_error (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/policies/
H A Derror_handling.hpp356 inline T raise_underflow_error( in raise_underflow_error() function
367 inline BOOST_MATH_CONSTEXPR T raise_underflow_error( in raise_underflow_error() function
378 inline T raise_underflow_error( in raise_underflow_error() function
390 inline T raise_underflow_error( in raise_underflow_error() function
649 inline BOOST_MATH_CONSTEXPR T raise_underflow_error(const char* function, const char* message, cons… in raise_underflow_error() function
652 return detail::raise_underflow_error<T>( in raise_underflow_error()
727 …*result = static_cast<R>(boost::math::policies::detail::raise_underflow_error<R>(function, 0, pol)… in check_underflow()