Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_error_handling.cpp157 …TEST_EXCEPTION(boost::math::policies::raise_indeterminate_result_error(func, msg1, T(1.25), T(12.3… in test_error()
158 …TEST_EXCEPTION(boost::math::policies::raise_indeterminate_result_error(func, 0, T(1.25), T(12.34),… in test_error()
168 …BOOST_MATH_CHECK_THROW(boost::math::policies::raise_indeterminate_result_error(func, msg1, T(0.0),… in test_error()
178 …BOOST_CHECK_EQUAL(boost::math::policies::raise_indeterminate_result_error(func, 0, T(0.0), T(12.34… in test_error()
200 …BOOST_CHECK(boost::math::policies::raise_indeterminate_result_error(func, 0, T(0.0), T(12.34), err… in test_error()
229 …TEST_EXCEPTION(boost::math::policies::raise_indeterminate_result_error(func, msg1, T(1.25), T(12.3… in test_complex_error()
230 …TEST_EXCEPTION(boost::math::policies::raise_indeterminate_result_error(func, 0, T(1.25), T(12.34),… in test_complex_error()
240 …BOOST_MATH_CHECK_THROW(boost::math::policies::raise_indeterminate_result_error(func, msg1, T(0.0),… in test_complex_error()
250 …BOOST_CHECK_EQUAL(boost::math::policies::raise_indeterminate_result_error(func, 0, T(0.0), T(12.34… in test_complex_error()
272 …BOOST_CHECK(boost::math::policies::raise_indeterminate_result_error(func, 0, T(0.0), T(12.34), err… in test_complex_error()
[all …]
Dtest_policy_9.cpp50 constexpr float r9 = raise_indeterminate_result_error("func", "msg", 0.0, 0.0f, p6); in test()
/third_party/boost/boost/math/policies/
Derror_handling.hpp560 inline T raise_indeterminate_result_error( in raise_indeterminate_result_error() function
573 inline BOOST_MATH_CONSTEXPR T raise_indeterminate_result_error( in raise_indeterminate_result_error() function
586 inline T raise_indeterminate_result_error( in raise_indeterminate_result_error() function
600 inline T raise_indeterminate_result_error( in raise_indeterminate_result_error() function
686 inline BOOST_MATH_CONSTEXPR T raise_indeterminate_result_error(const char* function, const char* me… in raise_indeterminate_result_error() function
689 return detail::raise_indeterminate_result_error( in raise_indeterminate_result_error()
/third_party/boost/boost/math/special_functions/
Dpow.hpp99 return policies::raise_indeterminate_result_error<T>( in result()