Searched refs:do_test_gamma_2 (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_igamma_inva.hpp | 43 void do_test_gamma_2(const T& data, const char* type_name, const char* test_name) in do_test_gamma_2() function 176 …do_test_gamma_2<T>(igamma_med_data, name, "Running round trip sanity checks on incomplete gamma me… in test_gamma() 180 …do_test_gamma_2<T>(igamma_small_data, name, "Running round trip sanity checks on incomplete gamma … in test_gamma() 184 …do_test_gamma_2<T>(igamma_big_data, name, "Running round trip sanity checks on incomplete gamma la… in test_gamma()
|
D | test_igamma_inv.hpp | 42 void do_test_gamma_2(const T& data, const char* type_name, const char* test_name) in do_test_gamma_2() function 175 …do_test_gamma_2<T>(igamma_med_data, name, "Running round trip sanity checks on incomplete gamma me… in test_gamma() 179 …do_test_gamma_2<T>(igamma_small_data, name, "Running round trip sanity checks on incomplete gamma … in test_gamma() 183 …do_test_gamma_2<T>(igamma_big_data, name, "Running round trip sanity checks on incomplete gamma la… in test_gamma()
|
D | test_igamma.hpp | 29 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()
|