Searched refs:raise_indeterminate_result_error (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_error_handling.cpp | 157 …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 …]
|
D | test_policy_9.cpp | 50 constexpr float r9 = raise_indeterminate_result_error("func", "msg", 0.0, 0.0f, p6); in test()
|
/third_party/boost/boost/math/policies/ |
D | error_handling.hpp | 560 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/ |
D | pow.hpp | 99 return policies::raise_indeterminate_result_error<T>( in result()
|