Home
last modified time | relevance | path

Searched refs:throw_on_error (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp48 #define BOOST_MATH_DOMAIN_ERROR_POLICY throw_on_error
51 #define BOOST_MATH_POLE_ERROR_POLICY throw_on_error
54 #define BOOST_MATH_OVERFLOW_ERROR_POLICY throw_on_error
57 #define BOOST_MATH_EVALUATION_ERROR_POLICY throw_on_error
60 #define BOOST_MATH_ROUNDING_ERROR_POLICY throw_on_error
178 throw_on_error = 0, enumerator
962 (domain_error_type::value == throw_on_error) || (domain_error_type::value == user_error),
972 (domain_error_type::value == throw_on_error) && (domain_error_type::value != user_error),