Home
last modified time | relevance | path

Searched refs:evaluation_error (Results 1 – 25 of 54) sorted by relevance

123

/third_party/boost/libs/math/test/
Dtest_policy_8.cpp36evaluation_error<ignore_error>()), policy<domain_error<ignore_error>, pole_error<ignore_error>, ov… in BOOST_AUTO_TEST_CASE()
37evaluation_error<ignore_error>(), indeterminate_result_error<throw_on_error>()), policy<domain_err… in BOOST_AUTO_TEST_CASE()
38evaluation_error<ignore_error>(), indeterminate_result_error<throw_on_error>(), digits2<10>()), po… in BOOST_AUTO_TEST_CASE()
39evaluation_error<ignore_error>(), indeterminate_result_error<throw_on_error>(), digits10<5>()), po… in BOOST_AUTO_TEST_CASE()
40evaluation_error<ignore_error>(), indeterminate_result_error<throw_on_error>(), digits2<10>(), pro… in BOOST_AUTO_TEST_CASE()
42evaluation_error<ignore_error>(), indeterminate_result_error<throw_on_error>(), digits2<10>(), pro… in BOOST_AUTO_TEST_CASE()
43evaluation_error<ignore_error>(), indeterminate_result_error<throw_on_error>(), digits2<10>(), pro… in BOOST_AUTO_TEST_CASE()
Dtest_policy.cpp39 …BOOST_CHECK((is_same<policy<>::evaluation_error_type, evaluation_error<BOOST_MATH_EVALUATION_ERROR… in BOOST_AUTO_TEST_CASE()
46 …is_same<policy<domain_error<ignore_error> >::evaluation_error_type, evaluation_error<BOOST_MATH_EV… in BOOST_AUTO_TEST_CASE()
58 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::evaluation_error_type, evaluation_error<BOOS… in BOOST_AUTO_TEST_CASE()
70 …ame<policy<overflow_error<errno_on_error> >::evaluation_error_type, evaluation_error<BOOST_MATH_EV… in BOOST_AUTO_TEST_CASE()
82 …me<policy<underflow_error<errno_on_error> >::evaluation_error_type, evaluation_error<BOOST_MATH_EV… in BOOST_AUTO_TEST_CASE()
94 …_same<policy<denorm_error<errno_on_error> >::evaluation_error_type, evaluation_error<BOOST_MATH_EV… in BOOST_AUTO_TEST_CASE()
101 …BOOST_CHECK((is_same<policy<evaluation_error<errno_on_error> >::domain_error_type, policy<>::domai… in BOOST_AUTO_TEST_CASE()
102 …BOOST_CHECK((is_same<policy<evaluation_error<errno_on_error> >::pole_error_type, policy<>::pole_er… in BOOST_AUTO_TEST_CASE()
103 …BOOST_CHECK((is_same<policy<evaluation_error<errno_on_error> >::overflow_error_type, policy<>::ove… in BOOST_AUTO_TEST_CASE()
104 …BOOST_CHECK((is_same<policy<evaluation_error<errno_on_error> >::underflow_error_type, policy<>::un… in BOOST_AUTO_TEST_CASE()
[all …]
Dtest_pFq_precision.cpp145 catch (const boost::math::evaluation_error&) {} in test_spots_1F1()
162 catch (const boost::math::evaluation_error&) {} in test_spots_1F1_b()
179 catch (const boost::math::evaluation_error&) {} in test_spots_2F1()
196 catch (const boost::math::evaluation_error&) {} in test_spots_0F2()
213 catch (const boost::math::evaluation_error&) {} in test_spots_1F2()
230 catch (const boost::math::evaluation_error&) {} in test_spots_2F2()
Dtest_pFq.hpp217 catch (const boost::math::evaluation_error&) {} in test_spots_1F1()
233 catch (const boost::math::evaluation_error&) {} in test_spots_1F1_b()
249 catch (const boost::math::evaluation_error&) {} in test_spots_2F1()
265 catch (const boost::math::evaluation_error&) {} in test_spots_0F2()
281 catch (const boost::math::evaluation_error&) {} in test_spots_1F2()
297 catch (const boost::math::evaluation_error&) {} in test_spots_2F2()
Dtest_policy_9.cpp27 …denorm_error<user_error>(), evaluation_error<user_error>(), rounding_error<user_error>(), indeterm… in test()
40 …denorm_error<ignore_error>(), evaluation_error<ignore_error>(), rounding_error<ignore_error>(), in… in test()
80 …denorm_error<user_error>(), evaluation_error<user_error>(), rounding_error<user_error>(), indeterm… in test()
Dtest_error_handling.cpp86 evaluation_error<throw_on_error>,
94 evaluation_error<errno_on_error>,
102 evaluation_error<ignore_error>,
110 evaluation_error<user_error>,
155 …e_evaluation_error(func, msg1, T(1.25), throw_policy), boost::math::evaluation_error, format_messa… in test_error()
156 …aise_evaluation_error(func, 0, T(1.25), throw_policy), boost::math::evaluation_error, format_messa… in test_error()
227 …e_evaluation_error(func, msg1, T(1.25), throw_policy), boost::math::evaluation_error, format_messa… in test_complex_error()
228 …aise_evaluation_error(func, 0, T(1.25), throw_policy), boost::math::evaluation_error, format_messa… in test_complex_error()
295 …raise_evaluation_error(func, msg1, val, throw_policy), boost::math::evaluation_error, format_messa… in test_polynomial_error()
296 …s::raise_evaluation_error(func, 0, val, throw_policy), boost::math::evaluation_error, format_messa… in test_polynomial_error()
Dtest_nc_beta.cpp253 BOOST_MATH_CHECK_THROW(skewness(dist), boost::math::evaluation_error); in test_spots()
254 BOOST_MATH_CHECK_THROW(kurtosis(dist), boost::math::evaluation_error); in test_spots()
255 BOOST_MATH_CHECK_THROW(kurtosis_excess(dist), boost::math::evaluation_error); in test_spots()
Dtest_hankel.cpp95 boost::math::policies::evaluation_error<boost::math::policies::throw_on_error>,
107 boost::math::policies::evaluation_error<boost::math::policies::errno_on_error>,
119 boost::math::policies::evaluation_error<boost::math::policies::ignore_error>,
Dtest_lambert_w_integrals_float.cpp59 using boost::math::policies::evaluation_error;
186 using boost::math::policies::evaluation_error; in BOOST_AUTO_TEST_CASE()
Dtest_lambert_w_integrals_long_double.cpp59 using boost::math::policies::evaluation_error;
186 using boost::math::policies::evaluation_error; in BOOST_AUTO_TEST_CASE()
Dtest_lambert_w_integrals_quad.cpp62 using boost::math::policies::evaluation_error;
189 using boost::math::policies::evaluation_error; in BOOST_AUTO_TEST_CASE()
Dtest_lambert_w_integrals_double.cpp59 using boost::math::policies::evaluation_error;
186 using boost::math::policies::evaluation_error; in BOOST_AUTO_TEST_CASE()
Dtest_lambert_w_integrals_float128.cpp63 using boost::math::policies::evaluation_error;
190 using boost::math::policies::evaluation_error; in BOOST_AUTO_TEST_CASE()
Dtest_roots.cpp628 …return std::make_pair(x * x + 1, 2 * x); }, 10.0, -12.0, 12.0, 52), boost::math::evaluation_error); in test_failures()
629 …eturn std::make_pair(x * x + 1, 2 * x); }, -10.0, -12.0, 12.0, 52), boost::math::evaluation_error); in test_failures()
631 …w<5>(x) - 8 * boost::math::pow<3>(x) + 1); }, 0.75, -20., 20., 52), boost::math::evaluation_error); in test_failures()
634 …rn std::make_tuple(x * x + 1, 2 * x, 2); }, 10.0, -12.0, 12.0, 52), boost::math::evaluation_error); in test_failures()
635 …n std::make_tuple(x * x + 1, 2 * x, 2); }, -10.0, -12.0, 12.0, 52), boost::math::evaluation_error); in test_failures()
637 …:pow<4>(x) - 24 * boost::math::pow<2>(x)); }, 0.75, -20., 20., 52), boost::math::evaluation_error); in test_failures()
/third_party/boost/libs/math/src/tr1/
Dc_policy.hpp16 evaluation_error<errno_on_error>,
26 typedef evaluation_error<errno_on_error> evaluation_error_type;
47 evaluation_error<errno_on_error>,
59 typedef evaluation_error<errno_on_error> evaluation_error_type;
76 …error>, pole_error<errno_on_error>, overflow_error<errno_on_error>, evaluation_error<errno_on_erro…
89 …error>, pole_error<errno_on_error>, overflow_error<errno_on_error>, evaluation_error<errno_on_erro…
93 …error>, pole_error<errno_on_error>, overflow_error<errno_on_error>, evaluation_error<errno_on_erro…
106 …error>, pole_error<errno_on_error>, overflow_error<errno_on_error>, evaluation_error<errno_on_erro…
119 using boost::math::policies::evaluation_error;
125 evaluation_error<errno_on_error>,
/third_party/boost/libs/math/example/
Dpolicy_eg_2.cpp24 using boost::math::policies::evaluation_error; in main()
34 evaluation_error<errno_on_error>() in main()
47 evaluation_error<errno_on_error>() in main()
Dc_error_policy_example.cpp26 using boost::math::policies::evaluation_error;
39evaluation_error<errno_on_error> // evaluation does not converge and may be inaccurate, or worse,
63 evaluation_error<errno_on_error>() in main()
Dpolicy_ref_snip1.cpp17 using boost::math::policies::evaluation_error;
29 evaluation_error<errno_on_error>
44 evaluation_error<errno_on_error>() )
Dpolicy_eg_4.cpp43 using boost::math::policies::evaluation_error;
50 evaluation_error<errno_on_error>
Dpolicy_eg_1.cpp21 using boost::math::policies::evaluation_error;
36 evaluation_error<errno_on_error>
Derror_policies_example.cpp42 using boost::math::policies::evaluation_error;
58 evaluation_error<ignore_error>
Dpolicy_eg_5.cpp30 evaluation_error<errno_on_error>
/third_party/boost/libs/math/tools/
Dhyp_1f1_big_data.cpp55 throw evaluation_error(""); in hypergeometric_1f1_generic_series()
60 throw evaluation_error(""); in hypergeometric_1f1_generic_series()
71 throw evaluation_error(""); in hypergeometric_1f1_generic_series()
/third_party/boost/boost/math/policies/
Derror_handling.hpp39 class evaluation_error : public std::runtime_error class
42 evaluation_error(const std::string& s) : std::runtime_error(s){} in evaluation_error() function in boost::math::evaluation_error
450 … const ::boost::math::policies::evaluation_error< ::boost::math::policies::throw_on_error>&) in raise_evaluation_error()
452 raise_error<boost::math::evaluation_error, T>(function, message, val); in raise_evaluation_error()
462 …const ::boost::math::policies::evaluation_error< ::boost::math::policies::ignore_error>&) BOOST_M… in raise_evaluation_error()
474 …const ::boost::math::policies::evaluation_error< ::boost::math::policies::errno_on_error>&) BOOST… in raise_evaluation_error()
487 const ::boost::math::policies::evaluation_error< ::boost::math::policies::user_error>&) in raise_evaluation_error()
/third_party/boost/boost/math/special_functions/
Dowens_t.hpp863 …ame boost::math::policies::normalise<Policy, boost::math::policies::evaluation_error<> >::type for… in owens_t_dispatch()
879 catch(const boost::math::evaluation_error&){} // T1 may fail and throw, that's OK in owens_t_dispatch()
894 catch(const boost::math::evaluation_error&){} // T2 may fail and throw, that's OK in owens_t_dispatch()
913 catch(const boost::math::evaluation_error&){} // T1 may fail and throw, that's OK in owens_t_dispatch()
932 catch(const boost::math::evaluation_error&){} // T2 may fail and throw, that's OK in owens_t_dispatch()
946 catch(const boost::math::evaluation_error&){} // T4 may fail and throw, that's OK in owens_t_dispatch()

123