Home
last modified time | relevance | path

Searched refs:test_gamma (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_gamma_mp.cpp76 void test_gamma(T, const char* name) in test_gamma() function
171 test_gamma(number<cpp_bin_float<38> >(0), "number<cpp_bin_float<38> >"); in BOOST_AUTO_TEST_CASE()
172 test_gamma(number<cpp_bin_float<45> >(0), "number<cpp_bin_float<45> >"); in BOOST_AUTO_TEST_CASE()
173 test_gamma(cpp_bin_float_50(0), "cpp_bin_float_50"); in BOOST_AUTO_TEST_CASE()
174 test_gamma(number<cpp_bin_float<55> >(0), "number<cpp_bin_float<55> >"); in BOOST_AUTO_TEST_CASE()
175 test_gamma(number<cpp_bin_float<65> >(0), "number<cpp_bin_float<65> >"); in BOOST_AUTO_TEST_CASE()
176 test_gamma(number<cpp_bin_float<75> >(0), "number<cpp_bin_float<75> >"); in BOOST_AUTO_TEST_CASE()
177 test_gamma(number<cpp_bin_float<85> >(0), "number<cpp_bin_float<85> >"); in BOOST_AUTO_TEST_CASE()
178 test_gamma(cpp_bin_float_100(0), "cpp_bin_float_100"); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_gamma_mp.cpp76 void test_gamma(T, const char* name) in test_gamma() function
171 test_gamma(number<cpp_bin_float<38> >(0), "number<cpp_bin_float<38> >"); in BOOST_AUTO_TEST_CASE()
172 test_gamma(number<cpp_bin_float<45> >(0), "number<cpp_bin_float<45> >"); in BOOST_AUTO_TEST_CASE()
173 test_gamma(cpp_bin_float_50(0), "cpp_bin_float_50"); in BOOST_AUTO_TEST_CASE()
174 test_gamma(number<cpp_bin_float<55> >(0), "number<cpp_bin_float<55> >"); in BOOST_AUTO_TEST_CASE()
175 test_gamma(number<cpp_bin_float<65> >(0), "number<cpp_bin_float<65> >"); in BOOST_AUTO_TEST_CASE()
176 test_gamma(number<cpp_bin_float<75> >(0), "number<cpp_bin_float<75> >"); in BOOST_AUTO_TEST_CASE()
177 test_gamma(number<cpp_bin_float<85> >(0), "number<cpp_bin_float<85> >"); in BOOST_AUTO_TEST_CASE()
178 test_gamma(cpp_bin_float_100(0), "cpp_bin_float_100"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inva.cpp111 test_gamma(0.1F, "float"); in BOOST_AUTO_TEST_CASE()
115 test_gamma(0.1, "double"); in BOOST_AUTO_TEST_CASE()
119 test_gamma(0.1L, "long double"); in BOOST_AUTO_TEST_CASE()
124 test_gamma(boost::math::concepts::real_concept(0.1), "real_concept"); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_gamma_mp.cpp76 void test_gamma(T, const char* name) in test_gamma() function
171 test_gamma(number<cpp_bin_float<38> >(0), "number<cpp_bin_float<38> >"); in BOOST_AUTO_TEST_CASE()
172 test_gamma(number<cpp_bin_float<45> >(0), "number<cpp_bin_float<45> >"); in BOOST_AUTO_TEST_CASE()
173 test_gamma(cpp_bin_float_50(0), "cpp_bin_float_50"); in BOOST_AUTO_TEST_CASE()
174 test_gamma(number<cpp_bin_float<55> >(0), "number<cpp_bin_float<55> >"); in BOOST_AUTO_TEST_CASE()
175 test_gamma(number<cpp_bin_float<65> >(0), "number<cpp_bin_float<65> >"); in BOOST_AUTO_TEST_CASE()
176 test_gamma(number<cpp_bin_float<75> >(0), "number<cpp_bin_float<75> >"); in BOOST_AUTO_TEST_CASE()
177 test_gamma(number<cpp_bin_float<85> >(0), "number<cpp_bin_float<85> >"); in BOOST_AUTO_TEST_CASE()
178 test_gamma(cpp_bin_float_100(0), "cpp_bin_float_100"); in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_gamma_mp.cpp76 void test_gamma(T, const char* name) in test_gamma() function
171 test_gamma(number<cpp_bin_float<38> >(0), "number<cpp_bin_float<38> >"); in BOOST_AUTO_TEST_CASE()
172 test_gamma(number<cpp_bin_float<45> >(0), "number<cpp_bin_float<45> >"); in BOOST_AUTO_TEST_CASE()
173 test_gamma(cpp_bin_float_50(0), "cpp_bin_float_50"); in BOOST_AUTO_TEST_CASE()
174 test_gamma(number<cpp_bin_float<55> >(0), "number<cpp_bin_float<55> >"); in BOOST_AUTO_TEST_CASE()
175 test_gamma(number<cpp_bin_float<65> >(0), "number<cpp_bin_float<65> >"); in BOOST_AUTO_TEST_CASE()
176 test_gamma(number<cpp_bin_float<75> >(0), "number<cpp_bin_float<75> >"); in BOOST_AUTO_TEST_CASE()
177 test_gamma(number<cpp_bin_float<85> >(0), "number<cpp_bin_float<85> >"); in BOOST_AUTO_TEST_CASE()
178 test_gamma(cpp_bin_float_100(0), "cpp_bin_float_100"); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-docs/boost_1_72_0/libs/math/reporting/accuracy/
H A Dtest_igamma.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inv.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inva.cpp21 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
55 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_gamma.cpp24 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
54 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
56 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
58 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/reporting/accuracy/
H A Dtest_igamma.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inv.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inva.cpp21 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
55 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_gamma.cpp24 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
54 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
56 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
58 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/reporting/accuracy/
H A Dtest_igamma.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inv.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inva.cpp21 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
55 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_gamma.cpp24 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
54 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
56 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
58 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/math/reporting/accuracy/
H A Dtest_igamma.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inv.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inva.cpp21 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
55 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_gamma.cpp24 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
54 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
56 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
58 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/math/reporting/accuracy/
H A Dtest_igamma_inv.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma.cpp19 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
49 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_igamma_inva.cpp21 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
51 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
53 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
55 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
H A Dtest_gamma.cpp24 test_gamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE()
54 test_gamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE()
56 test_gamma(0.0, "double"); in BOOST_AUTO_TEST_CASE()
58 test_gamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()

12345678910>>...15