Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_error_handling.cpp95 indeterminate_result_error<errno_on_error> > errno_policy; variable
182 …:isnan)(boost::math::policies::raise_domain_error(func, msg1, T(0.0), errno_policy)) || !std::nume… in test_error()
185 …h::isnan)(boost::math::policies::raise_pole_error(func, msg1, T(0.0), errno_policy)) || !std::nume… in test_error()
188 …BOOST_CHECK_EQUAL(boost::math::policies::raise_overflow_error<T>(func, msg2, errno_policy), std::n… in test_error()
191 …BOOST_CHECK_EQUAL(boost::math::policies::raise_underflow_error<T>(func, msg2, errno_policy), T(0)); in test_error()
194 …BOOST_CHECK_EQUAL(boost::math::policies::raise_denorm_error<T>(func, msg2, T(1.25), errno_policy),… in test_error()
197 …K_EQUAL(boost::math::policies::raise_evaluation_error(func, msg1, T(1.25), errno_policy), T(1.25)); in test_error()
200 …::policies::raise_indeterminate_result_error(func, 0, T(0.0), T(12.34), errno_policy) == T(12.34)); in test_error()
254 …:isnan)(boost::math::policies::raise_domain_error(func, msg1, T(0.0), errno_policy)) || !std::nume… in test_complex_error()
257 …h::isnan)(boost::math::policies::raise_pole_error(func, msg1, T(0.0), errno_policy)) || !std::nume… in test_complex_error()
[all …]