Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_error_handling.cpp147 …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 …]
Dtest_policy_9.cpp43 constexpr double r2 = raise_pole_error<double>("func", "msg", 0.0, p6); in test()
/third_party/boost/boost/math/special_functions/
Ddigamma.hpp425 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()
Dhypergeometric_1F0.hpp27 return policies::raise_pole_error<T>( in hypergeometric_1F0_imp()
Dhypergeometric_0F1.hpp67 return policies::raise_pole_error<T>( in hypergeometric_0F1_imp()
Dgamma.hpp133 …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()
Dtrigamma.hpp380 return policies::raise_pole_error<T>("boost::math::trigamma<%1%>(%1%)", 0, (1-x), pol); in trigamma_imp()
Dzeta.hpp921 return policies::raise_pole_error<T>( in zeta_imp()
/third_party/boost/boost/math/policies/
Derror_handling.hpp221 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/
Dpolygamma.hpp511 … return policies::raise_pole_error<T>(function, "Evaluation at negative integer %1%", x, pol); in polygamma_imp()
/third_party/boost/boost/math/bindings/
Dmpfr.hpp524 … return policies::raise_pole_error<mpfr_class>("boost::math::digamma<%1%>(%1%)", 0, (1-x), pol); in digamma_imp()
Dmpreal.hpp471 … return policies::raise_pole_error<mpfr::mpreal>("boost::math::digamma<%1%>(%1%)", 0, (1-x), pol); in digamma_imp()
Drr.hpp869 … return policies::raise_pole_error<ntl::RR>("boost::math::digamma<%1%>(%1%)", 0, (1-x), pol); in digamma_imp()
De_float.hpp645 …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/
Derror_handling.qbk229 boost::math::policies::raise_pole_error<T>(FunctionName, Message, Val, __Policy);
/third_party/boost/boost/multiprecision/
Dmpfr.hpp2238 …return policies::raise_pole_error<boost::multiprecision::number<boost::multiprecision::mpfr_float_… in BOOST_PREVENT_MACRO_SUBSTITUTION()