Home
last modified time | relevance | path

Searched refs:do_test_gamma_2 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_igamma_inva.hpp43 void do_test_gamma_2(const T& data, const char* type_name, const char* test_name) in do_test_gamma_2() function
176do_test_gamma_2<T>(igamma_med_data, name, "Running round trip sanity checks on incomplete gamma me… in test_gamma()
180do_test_gamma_2<T>(igamma_small_data, name, "Running round trip sanity checks on incomplete gamma … in test_gamma()
184do_test_gamma_2<T>(igamma_big_data, name, "Running round trip sanity checks on incomplete gamma la… in test_gamma()
Dtest_igamma_inv.hpp42 void do_test_gamma_2(const T& data, const char* type_name, const char* test_name) in do_test_gamma_2() function
175do_test_gamma_2<T>(igamma_med_data, name, "Running round trip sanity checks on incomplete gamma me… in test_gamma()
179do_test_gamma_2<T>(igamma_small_data, name, "Running round trip sanity checks on incomplete gamma … in test_gamma()
183do_test_gamma_2<T>(igamma_big_data, name, "Running round trip sanity checks on incomplete gamma la… in test_gamma()
Dtest_igamma.hpp29 void do_test_gamma_2(const T& data, const char* type_name, const char* test_name) in do_test_gamma_2() function
127 do_test_gamma_2<T>(igamma_med_data, name, "tgamma(a, z) medium values"); in test_gamma()
131 do_test_gamma_2<T>(igamma_small_data, name, "tgamma(a, z) small values"); in test_gamma()
135 do_test_gamma_2<T>(igamma_big_data, name, "tgamma(a, z) large values"); in test_gamma()
139 do_test_gamma_2<T>(igamma_int_data, name, "tgamma(a, z) integer and half integer values"); in test_gamma()