/third_party/boost/libs/math/test/ |
D | test_erf.hpp | 31 pg funcp = ERF_FUNCTION_TO_TEST; in do_test_erf() local 33 pg funcp = boost::math::erf<value_type>; in do_test_erf() local 35 pg funcp = boost::math::erf; in do_test_erf() local 49 bind_func<Real>(funcp, 0), in do_test_erf() 57 funcp = ERFC_FUNCTION_TO_TEST; in do_test_erf() 59 funcp = boost::math::erfc<value_type>; in do_test_erf() 61 funcp = boost::math::erfc; in do_test_erf() 66 bind_func<Real>(funcp, 0), in do_test_erf() 89 pg funcp = ERF_INV_FUNCTION_TO_TEST; in do_test_erf_inv() local 91 pg funcp = boost::math::erf_inv<value_type>; in do_test_erf_inv() local [all …]
|
D | test_trig.hpp | 31 pg funcp = SIN_PI_RATIO_FUNCTION_TO_TEST; in do_test_trig() local 33 pg funcp = boost::math::sin_pi<value_type>; in do_test_trig() local 35 pg funcp = boost::math::sin_pi; in do_test_trig() local 48 bind_func<Real>(funcp, 0), in do_test_trig() 55 funcp = COS_PI_RATIO_FUNCTION_TO_TEST; in do_test_trig() 57 funcp = boost::math::cos_pi<value_type>; in do_test_trig() 59 funcp = boost::math::cos_pi; in do_test_trig() 63 bind_func<Real>(funcp, 0), in do_test_trig()
|
D | test_ibeta_inv_ab.hpp | 103 pg funcp = IBETA_INVA_FUNCTION_TO_TEST; in test_inverses2() local 105 pg funcp = boost::math::ibeta_inva<value_type, value_type, value_type>; in test_inverses2() local 107 pg funcp = boost::math::ibeta_inva; in test_inverses2() local 120 bind_func<Real>(funcp, 0, 1, 2), in test_inverses2() 127 funcp = IBETAC_INVA_FUNCTION_TO_TEST; in test_inverses2() 129 funcp = boost::math::ibetac_inva<value_type, value_type, value_type>; in test_inverses2() 131 funcp = boost::math::ibetac_inva; in test_inverses2() 135 bind_func<Real>(funcp, 0, 1, 2), in test_inverses2() 142 funcp = IBETA_INVB_FUNCTION_TO_TEST; in test_inverses2() 144 funcp = boost::math::ibeta_invb<value_type, value_type, value_type>; in test_inverses2() [all …]
|
D | test_gamma_mp.cpp | 35 pg funcp = TGAMMA_FUNCTION_TO_TEST; in do_test_gamma() local 37 pg funcp = boost::math::tgamma<value_type>; in do_test_gamma() local 39 pg funcp = boost::math::tgamma; in do_test_gamma() local 52 bind_func<Real>(funcp, 0), in do_test_gamma() 59 funcp = LGAMMA_FUNCTION_TO_TEST; in do_test_gamma() 61 funcp = boost::math::lgamma<value_type>; in do_test_gamma() 63 funcp = boost::math::lgamma; in do_test_gamma() 67 bind_func<Real>(funcp, 0), in do_test_gamma()
|
D | log1p_expm1_test.hpp | 21 pg funcp = LOG1P_FUNCTION_TO_TEST; in do_test() local 23 pg funcp = &boost::math::log1p<value_type>; in do_test() local 25 pg funcp = &boost::math::log1p; in do_test() local 37 bind_func<Real>(funcp, 0), in do_test() 47 funcp = EXPM1_FUNCTION_TO_TEST; in do_test() 49 funcp = boost::math::expm1<value_type>; in do_test() 51 funcp = boost::math::expm1; in do_test() 55 bind_func<Real>(funcp, 0), in do_test()
|
D | test_ibeta.hpp | 33 pg funcp = BETA_INC_FUNCTION_TO_TEST; in do_test_beta() local 35 pg funcp = boost::math::beta<value_type, value_type, value_type>; in do_test_beta() local 37 pg funcp = boost::math::beta; in do_test_beta() local 51 bind_func<Real>(funcp, 0, 1, 2), in do_test_beta() 57 funcp = BETAC_INC_FUNCTION_TO_TEST; in do_test_beta() 59 funcp = boost::math::betac<value_type, value_type, value_type>; in do_test_beta() 61 funcp = boost::math::betac; in do_test_beta() 66 bind_func<Real>(funcp, 0, 1, 2), in do_test_beta() 71 funcp = IBETA_FUNCTION_TO_TEST; in do_test_beta() 73 funcp = boost::math::ibeta<value_type, value_type, value_type>; in do_test_beta() [all …]
|
D | test_igamma.hpp | 34 pg funcp; in do_test_gamma_2() local 41 funcp = IGAMMA_FUNCTION_TO_TEST; in do_test_gamma_2() 43 funcp = boost::math::tgamma<value_type, value_type>; in do_test_gamma_2() 45 funcp = boost::math::tgamma; in do_test_gamma_2() 58 bind_func<Real>(funcp, 0, 1), in do_test_gamma_2() 65 funcp = IGAMMAL_FUNCTION_TO_TEST; in do_test_gamma_2() 67 funcp = boost::math::tgamma_lower<value_type, value_type>; in do_test_gamma_2() 69 funcp = boost::math::tgamma_lower; in do_test_gamma_2() 73 bind_func<Real>(funcp, 0, 1), in do_test_gamma_2() 83 funcp = GAMMAQ_FUNCTION_TO_TEST; in do_test_gamma_2() [all …]
|
D | test_bessel_y.hpp | 32 pg funcp = BESSEL_Y_FUNCTION_TO_TEST; in do_test_cyl_neumann_y() local 34 pg funcp = boost::math::cyl_neumann<value_type, value_type>; in do_test_cyl_neumann_y() local 36 pg funcp = boost::math::cyl_neumann; in do_test_cyl_neumann_y() local 49 bind_func<Real>(funcp, 0, 1), in do_test_cyl_neumann_y() 75 pg funcp = cyl_neumann_int_wrapper<value_type>; in do_test_cyl_neumann_y_int() local 77 pg funcp = cyl_neumann_int_wrapper; in do_test_cyl_neumann_y_int() local 90 bind_func<Real>(funcp, 0, 1), in do_test_cyl_neumann_y_int() 105 pg funcp = BESSEL_YS_FUNCTION_TO_TEST; in do_test_sph_neumann_y() local 107 pg funcp = boost::math::sph_neumann<value_type>; in do_test_sph_neumann_y() local 109 pg funcp = boost::math::sph_neumann; in do_test_sph_neumann_y() local [all …]
|
D | test_bessel_y_prime.hpp | 33 pg funcp = BESSEL_YP_FUNCTION_TO_TEST; in do_test_cyl_neumann_y_prime() local 35 pg funcp = boost::math::cyl_neumann_prime<value_type, value_type>; in do_test_cyl_neumann_y_prime() local 37 pg funcp = boost::math::cyl_neumann_prime; in do_test_cyl_neumann_y_prime() local 51 bind_func<Real>(funcp, 0, 1), in do_test_cyl_neumann_y_prime() 76 pg funcp = cyl_neumann_prime_int_wrapper<value_type>; in do_test_cyl_neumann_y_prime_int() local 78 pg funcp = cyl_neumann_prime_int_wrapper; in do_test_cyl_neumann_y_prime_int() local 91 bind_func<Real>(funcp, 0, 1), in do_test_cyl_neumann_y_prime_int() 106 pg funcp = BESSEL_YPS_FUNCTION_TO_TEST; in do_test_sph_neumann_y_prime() local 108 pg funcp = boost::math::sph_neumann_prime<value_type>; in do_test_sph_neumann_y_prime() local 110 pg funcp = boost::math::sph_neumann_prime; in do_test_sph_neumann_y_prime() local [all …]
|
D | test_laguerre.hpp | 31 pg funcp = LAGUERRE_FUNCTION_TO_TEST; in do_test_laguerre2() local 33 pg funcp = boost::math::laguerre<value_type>; in do_test_laguerre2() local 35 pg funcp = boost::math::laguerre; in do_test_laguerre2() local 48 bind_func_int1<Real>(funcp, 0, 1), in do_test_laguerre2() 64 pg funcp = ASSOC_LAGUERRE_FUNCTION_TO_TEST; in do_test_laguerre3() local 66 pg funcp = boost::math::laguerre<unsigned, value_type>; in do_test_laguerre3() local 68 pg funcp = boost::math::laguerre; in do_test_laguerre3() local 81 bind_func_int2<Real>(funcp, 0, 1, 2), in do_test_laguerre3()
|
D | test_ibeta_derivative.hpp | 41 pg funcp = boost::math::ibeta_derivative<value_type, value_type, value_type>; in do_test_beta() local 43 pg funcp = boost::math::ibeta_derivative; in do_test_beta() local 57 bind_func<Real>(funcp, 0, 1, 2), in do_test_beta() 63 funcp = ibeta_forwarder<value_type>; in do_test_beta() 65 funcp = ibeta_forwarder; in do_test_beta() 75 bind_func<Real>(funcp, 0, 1, 2), in do_test_beta()
|
D | test_inv_hyp.cpp | 108 pg funcp = boost::math::asinh<value_type>; in do_test_asinh() local 110 pg funcp = boost::math::asinh; in do_test_asinh() local 119 bind_func<Real>(funcp, 0), in do_test_asinh() 138 pg funcp = boost::math::acosh<value_type>; in do_test_acosh() local 140 pg funcp = boost::math::acosh; in do_test_acosh() local 149 bind_func<Real>(funcp, 0), in do_test_acosh() 168 pg funcp = boost::math::atanh<value_type>; in do_test_atanh() local 170 pg funcp = boost::math::atanh; in do_test_atanh() local 179 bind_func<Real>(funcp, 0), in do_test_atanh()
|
D | test_bessel_j_prime.hpp | 32 pg funcp = BESSEL_JP_FUNCTION_TO_TEST; in do_test_cyl_bessel_j_prime() local 34 pg funcp = boost::math::cyl_bessel_j_prime<value_type, value_type>; in do_test_cyl_bessel_j_prime() local 36 pg funcp = boost::math::cyl_bessel_j_prime; in do_test_cyl_bessel_j_prime() local 49 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_j_prime() 75 pg funcp = cyl_bessel_j_prime_int_wrapper<value_type>; in do_test_cyl_bessel_j_prime_int() local 77 pg funcp = cyl_bessel_j_prime_int_wrapper; in do_test_cyl_bessel_j_prime_int() local 90 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_j_prime_int() 105 pg funcp = BESSEL_JPS_FUNCTION_TO_TEST; in do_test_sph_bessel_j_prime() local 107 pg funcp = boost::math::sph_bessel_prime<value_type>; in do_test_sph_bessel_j_prime() local 109 pg funcp = boost::math::sph_bessel_prime; in do_test_sph_bessel_j_prime() local [all …]
|
D | test_bessel_j.hpp | 32 pg funcp = BESSEL_J_FUNCTION_TO_TEST; in do_test_cyl_bessel_j() local 34 pg funcp = boost::math::cyl_bessel_j<value_type, value_type>; in do_test_cyl_bessel_j() local 36 pg funcp = boost::math::cyl_bessel_j; in do_test_cyl_bessel_j() local 49 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_j() 76 pg funcp = cyl_bessel_j_int_wrapper<value_type>; in do_test_cyl_bessel_j_int() local 78 pg funcp = cyl_bessel_j_int_wrapper; in do_test_cyl_bessel_j_int() local 91 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_j_int() 106 pg funcp = BESSEL_JS_FUNCTION_TO_TEST; in do_test_sph_bessel_j() local 108 pg funcp = boost::math::sph_bessel<value_type>; in do_test_sph_bessel_j() local 110 pg funcp = boost::math::sph_bessel; in do_test_sph_bessel_j() local [all …]
|
D | test_igamma_inva.hpp | 123 pg funcp = GAMMAP_INVA_FUNCTION_TO_TEST; in do_test_gamma_inva() local 125 pg funcp = boost::math::gamma_p_inva<value_type, value_type>; in do_test_gamma_inva() local 127 pg funcp = boost::math::gamma_p_inva; in do_test_gamma_inva() local 140 bind_func<Real>(funcp, 0, 1), in do_test_gamma_inva() 147 funcp = GAMMAQ_INVA_FUNCTION_TO_TEST; in do_test_gamma_inva() 149 funcp = boost::math::gamma_q_inva<value_type, value_type>; in do_test_gamma_inva() 151 funcp = boost::math::gamma_q_inva; in do_test_gamma_inva() 155 bind_func<Real>(funcp, 0, 1), in do_test_gamma_inva()
|
D | test_tgamma_ratio.hpp | 48 pg funcp = TGAMMA_DELTA_RATIO_FUNCTION_TO_TEST; in do_test_tgamma_delta_ratio() local 50 pg funcp = boost::math::tgamma_delta_ratio<value_type, value_type>; in do_test_tgamma_delta_ratio() local 52 pg funcp = boost::math::tgamma_delta_ratio; in do_test_tgamma_delta_ratio() local 65 bind_func<Real>(funcp, 0, 1), in do_test_tgamma_delta_ratio() 86 pg funcp = TGAMMA_RATIO_FUNCTION_TO_TEST; in do_test_tgamma_ratio() local 88 pg funcp = boost::math::tgamma_ratio<value_type, value_type>; in do_test_tgamma_ratio() local 90 pg funcp = boost::math::tgamma_ratio; in do_test_tgamma_ratio() local 103 bind_func<Real>(funcp, 0, 1), in do_test_tgamma_ratio()
|
D | test_bessel_i_prime.hpp | 45 pg funcp = BESSEL_IP_FUNCTION_TO_TEST; in do_test_cyl_bessel_i_prime() local 47 pg funcp = boost::math::cyl_bessel_i_prime<value_type, value_type>; in do_test_cyl_bessel_i_prime() local 49 pg funcp = boost::math::cyl_bessel_i_prime; in do_test_cyl_bessel_i_prime() local 62 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_i_prime() 77 pg funcp = cyl_bessel_i_prime_int_wrapper<value_type>; in do_test_cyl_bessel_i_prime_int() local 79 pg funcp = cyl_bessel_i_prime_int_wrapper; in do_test_cyl_bessel_i_prime_int() local 92 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_i_prime_int()
|
D | test_bessel_i.hpp | 45 pg funcp = BESSEL_I_FUNCTION_TO_TEST; in do_test_cyl_bessel_i() local 47 pg funcp = boost::math::cyl_bessel_i<value_type, value_type>; in do_test_cyl_bessel_i() local 49 pg funcp = boost::math::cyl_bessel_i; in do_test_cyl_bessel_i() local 62 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_i() 78 pg funcp = cyl_bessel_i_int_wrapper<value_type>; in do_test_cyl_bessel_i_int() local 80 pg funcp = cyl_bessel_i_int_wrapper; in do_test_cyl_bessel_i_int() local 93 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_i_int()
|
D | test_bessel_k.hpp | 45 pg funcp = BESSEL_K_FUNCTION_TO_TEST; in do_test_cyl_bessel_k() local 47 pg funcp = boost::math::cyl_bessel_k<value_type, value_type>; in do_test_cyl_bessel_k() local 49 pg funcp = boost::math::cyl_bessel_k; in do_test_cyl_bessel_k() local 62 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_k() 78 pg funcp = cyl_bessel_k_int_wrapper<value_type>; in do_test_cyl_bessel_k_int() local 80 pg funcp = cyl_bessel_k_int_wrapper; in do_test_cyl_bessel_k_int() local 93 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_k_int()
|
D | test_cbrt.hpp | 46 pg funcp = boost::math::cbrt<value_type>; in do_test_cbrt() local 48 pg funcp = boost::math::cbrt<value_type>; in do_test_cbrt() local 50 pg funcp = boost::math::cbrt; in do_test_cbrt() local 63 bind_func<Real>(funcp, 1), in do_test_cbrt()
|
D | test_bessel_k_prime.hpp | 45 pg funcp = BESSEL_KP_FUNCTION_TO_TEST; in do_test_cyl_bessel_k_prime() local 47 pg funcp = boost::math::cyl_bessel_k_prime<value_type, value_type>; in do_test_cyl_bessel_k_prime() local 49 pg funcp = boost::math::cyl_bessel_k_prime; in do_test_cyl_bessel_k_prime() local 62 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_k_prime() 77 pg funcp = cyl_bessel_k_prime_int_wrapper<value_type>; in do_test_cyl_bessel_k_prime_int() local 79 pg funcp = cyl_bessel_k_prime_int_wrapper; in do_test_cyl_bessel_k_prime_int() local 92 bind_func<Real>(funcp, 0, 1), in do_test_cyl_bessel_k_prime_int()
|
D | test_ibeta_inv.hpp | 80 pg funcp = IBETA_INV_FUNCTION_TO_TEST; in test_inverses2() local 82 pg funcp = boost::math::ibeta_inv<value_type, value_type, value_type>; in test_inverses2() local 84 pg funcp = boost::math::ibeta_inv; in test_inverses2() local 97 bind_func<Real>(funcp, 0, 1, 2), in test_inverses2() 104 funcp = IBETAC_INV_FUNCTION_TO_TEST; in test_inverses2() 106 funcp = boost::math::ibetac_inv<value_type, value_type, value_type>; in test_inverses2() 108 funcp = boost::math::ibetac_inv; in test_inverses2() 112 bind_func<Real>(funcp, 0, 1, 2), in test_inverses2()
|
D | test_igamma_inv.hpp | 122 pg funcp = GAMMAP_INV_FUNCTION_TO_TEST; in do_test_gamma_inv() local 124 pg funcp = boost::math::gamma_p_inv<value_type, value_type>; in do_test_gamma_inv() local 126 pg funcp = boost::math::gamma_p_inv; in do_test_gamma_inv() local 139 bind_func<Real>(funcp, 0, 1), in do_test_gamma_inv() 146 funcp = GAMMAQ_INV_FUNCTION_TO_TEST; in do_test_gamma_inv() 148 funcp = boost::math::gamma_q_inv<value_type, value_type>; in do_test_gamma_inv() 150 funcp = boost::math::gamma_q_inv; in do_test_gamma_inv() 154 bind_func<Real>(funcp, 0, 1), in do_test_gamma_inv()
|
/third_party/boost/libs/multiprecision/test/math/high_prec/ |
D | test_gamma.hpp | 35 pg funcp = boost::math::tgamma<value_type>; in do_test_gamma() local 37 pg funcp = boost::math::tgamma; in do_test_gamma() local 50 bind_func<Real>(funcp, 0), in do_test_gamma() 58 funcp = boost::math::lgamma<value_type>; in do_test_gamma() 60 funcp = boost::math::lgamma; in do_test_gamma() 64 bind_func<Real>(funcp, 0), in do_test_gamma()
|
/third_party/libunwind/tests/ |
D | Gtest-dyn1.c | 173 template_t funcp; in main() local 214 funcp = get_funcp (fdesc); in main() 217 (*funcp) (10, funcp, printf, "iteration %c%s\n", strarr); in main() 219 (*funcp) (10, funcp, dev_null, "iteration %c%s\n", strarr); in main()
|