Searched refs:throw_on_error (Results 1 – 2 of 2) sorted by relevance
178 const ::boost::math::policies::domain_error< ::boost::math::policies::throw_on_error>&) in raise_domain_error()225 const ::boost::math::policies::pole_error< ::boost::math::policies::throw_on_error>&) in raise_pole_error()227 … message, val, ::boost::math::policies::domain_error< ::boost::math::policies::throw_on_error>()); in raise_pole_error()265 … const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error>&) in raise_overflow_error()277 const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error>&) in raise_overflow_error()359 … const ::boost::math::policies::underflow_error< ::boost::math::policies::throw_on_error>&) in raise_underflow_error()403 const ::boost::math::policies::denorm_error< ::boost::math::policies::throw_on_error>&) in raise_denorm_error()450 … const ::boost::math::policies::evaluation_error< ::boost::math::policies::throw_on_error>&) in raise_evaluation_error()498 … const ::boost::math::policies::rounding_error< ::boost::math::policies::throw_on_error>&) in raise_rounding_error()565 …nst ::boost::math::policies::indeterminate_result_error< ::boost::math::policies::throw_on_error>&) in raise_indeterminate_result_error()[all …]
70 #define BOOST_MATH_DOMAIN_ERROR_POLICY throw_on_error73 #define BOOST_MATH_POLE_ERROR_POLICY throw_on_error76 #define BOOST_MATH_OVERFLOW_ERROR_POLICY throw_on_error79 #define BOOST_MATH_EVALUATION_ERROR_POLICY throw_on_error82 #define BOOST_MATH_ROUNDING_ERROR_POLICY throw_on_error199 throw_on_error = 0, enumerator997 …(domain_error_type::value == throw_on_error) || (domain_error_type::value == user_error) || (domai…1007 (domain_error_type::value == throw_on_error) && (domain_error_type::value != user_error),1027 ((t1::value != throw_on_error) && (t1::value != user_error)1028 && (t2::value != throw_on_error) && (t2::value != user_error)[all …]