Searched refs:raise_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 D | error_handling.hpp | 124 void raise_error(const char* pfunction, const char* message) in raise_error() function 147 void raise_error(const char* pfunction, const char* pmessage, const T& val) in raise_error() function 180 raise_error<std::domain_error, T>(function, message, val); in raise_domain_error() 267 raise_error<std::overflow_error, T>(function, message ? message : "numeric overflow"); in raise_overflow_error() 279 raise_error<std::overflow_error, T>(function, message ? message : "numeric overflow", val); in raise_overflow_error() 361 raise_error<std::underflow_error, T>(function, message ? message : "numeric underflow"); in raise_underflow_error() 405 raise_error<std::underflow_error, T>(function, message ? message : "denormalised result"); in raise_denorm_error() 452 raise_error<boost::math::evaluation_error, T>(function, message, val); in raise_evaluation_error() 500 raise_error<boost::math::rounding_error, T>(function, message, val); in raise_rounding_error() 567 raise_error<std::domain_error, T>(function, message, val); in raise_indeterminate_result_error()
|