Searched refs:check_denorm (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 D | error_handling.hpp | 743 inline bool check_denorm(T val, R* result, const char* function, const Policy& pol) BOOST_NOEXCEPT_… in check_denorm() function 754 inline bool check_denorm(std::complex<T> val, R* result, const char* function, const Policy& pol) B… in check_denorm() function 758 bool r = check_denorm<r_type>(val.real(), &re, function, pol); in check_denorm() 759 r = check_denorm<r_type>(val.imag(), &im, function, pol) || r; in check_denorm() 778 inline BOOST_MATH_CONSTEXPR bool check_denorm(T /* val */, R* /* result*/, const char* /* function … in check_denorm() function 781 inline BOOST_MATH_CONSTEXPR bool check_denorm(std::complex<T> /* val */, R* /* result*/, const char… in check_denorm() function 800 if(detail::check_denorm<R>(val, &result, function, denorm_type())) in checked_narrowing_cast()
|