/third_party/boost/libs/math/test/ |
D | test_error_handling.cpp | 147 …TEST_EXCEPTION(boost::math::policies::raise_pole_error(func, msg1, T(0.0), throw_policy), std::dom… in test_error() 148 …TEST_EXCEPTION(boost::math::policies::raise_pole_error(func, 0, T(0.0), throw_policy), std::domain… in test_error() 163 …BOOST_MATH_CHECK_THROW(boost::math::policies::raise_pole_error(func, msg1, T(0.0), user_policy), u… in test_error() 173 …BOOST_CHECK((boost::math::isnan)(boost::math::policies::raise_pole_error(func, msg1, T(0.0), ignor… in test_error() 185 …BOOST_CHECK((boost::math::isnan)(boost::math::policies::raise_pole_error(func, msg1, T(0.0), errno… in test_error() 219 …TEST_EXCEPTION(boost::math::policies::raise_pole_error(func, msg1, T(0.0), throw_policy), std::dom… in test_complex_error() 220 …TEST_EXCEPTION(boost::math::policies::raise_pole_error(func, 0, T(0.0), throw_policy), std::domain… in test_complex_error() 235 …BOOST_MATH_CHECK_THROW(boost::math::policies::raise_pole_error(func, msg1, T(0.0), user_policy), u… in test_complex_error() 245 …BOOST_CHECK((boost::math::isnan)(boost::math::policies::raise_pole_error(func, msg1, T(0.0), ignor… in test_complex_error() 257 …BOOST_CHECK((boost::math::isnan)(boost::math::policies::raise_pole_error(func, msg1, T(0.0), errno… in test_complex_error() [all …]
|
D | test_policy_9.cpp | 43 constexpr double r2 = raise_pole_error<double>("func", "msg", 0.0, p6); in test()
|
/third_party/boost/boost/math/special_functions/ |
D | digamma.hpp | 425 return policies::raise_pole_error<T>("boost::math::digamma<%1%>(%1%)", 0, (1-x), pol); in digamma_imp() 430 return policies::raise_pole_error<T>("boost::math::digamma<%1%>(%1%)", 0, x, pol); in digamma_imp() 491 return policies::raise_pole_error<T>("boost::math::digamma<%1%>(%1%)", 0, (1 - x), pol); in digamma_imp() 496 return policies::raise_pole_error<T>("boost::math::digamma<%1%>(%1%)", 0, x, pol); in digamma_imp()
|
D | hypergeometric_1F0.hpp | 27 return policies::raise_pole_error<T>( in hypergeometric_1F0_imp()
|
D | hypergeometric_0F1.hpp | 67 return policies::raise_pole_error<T>( in hypergeometric_0F1_imp()
|
D | gamma.hpp | 133 …return policies::raise_pole_error<T>(function, "Evaluation of tgamma at a negative integer %1%.", … in gamma_imp() 226 …return policies::raise_pole_error<T>(function, "Evaluation of lgamma at a negative integer %1%.", … in lgamma_imp() 243 return policies::raise_pole_error<T>(function, "Evaluation of lgamma at %1%.", z, pol); in lgamma_imp() 535 …return policies::raise_pole_error<T>(function, "Evaluation of tgamma at a negative integer %1%.", … in gamma_imp() 676 …return policies::raise_pole_error<T>(function, "Evaluation of lgamma at a negative integer %1%.", … in lgamma_imp()
|
D | trigamma.hpp | 380 return policies::raise_pole_error<T>("boost::math::trigamma<%1%>(%1%)", 0, (1-x), pol); in trigamma_imp()
|
D | zeta.hpp | 921 return policies::raise_pole_error<T>( in zeta_imp()
|
/third_party/boost/boost/math/policies/ |
D | error_handling.hpp | 221 inline T raise_pole_error( in raise_pole_error() function 231 inline BOOST_MATH_CONSTEXPR T raise_pole_error( in raise_pole_error() function 241 inline BOOST_MATH_CONSTEXPR T raise_pole_error( in raise_pole_error() function 251 inline T raise_pole_error( in raise_pole_error() function 622 inline BOOST_MATH_CONSTEXPR T raise_pole_error(const char* function, const char* message, const T& … in raise_pole_error() function 625 return detail::raise_pole_error( in raise_pole_error()
|
/third_party/boost/boost/math/special_functions/detail/ |
D | polygamma.hpp | 511 … return policies::raise_pole_error<T>(function, "Evaluation at negative integer %1%", x, pol); in polygamma_imp()
|
/third_party/boost/boost/math/bindings/ |
D | mpfr.hpp | 524 … return policies::raise_pole_error<mpfr_class>("boost::math::digamma<%1%>(%1%)", 0, (1-x), pol); in digamma_imp()
|
D | mpreal.hpp | 471 … return policies::raise_pole_error<mpfr::mpreal>("boost::math::digamma<%1%>(%1%)", 0, (1-x), pol); in digamma_imp()
|
D | rr.hpp | 869 … return policies::raise_pole_error<ntl::RR>("boost::math::digamma<%1%>(%1%)", 0, (1-x), pol); in digamma_imp()
|
D | e_float.hpp | 645 …return policies::raise_pole_error<boost::math::ef::e_float>("boost::math::digamma<%1%>(%1%)", 0, (… in digamma_imp()
|
/third_party/boost/libs/math/doc/overview/ |
D | error_handling.qbk | 229 boost::math::policies::raise_pole_error<T>(FunctionName, Message, Val, __Policy);
|
/third_party/boost/boost/multiprecision/ |
D | mpfr.hpp | 2238 …return policies::raise_pole_error<boost::multiprecision::number<boost::multiprecision::mpfr_float_… in BOOST_PREVENT_MACRO_SUBSTITUTION()
|