Home
last modified time | relevance | path

Searched refs:pt_chi2 (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/test/include/test/
Dmath.h5 double pt_chi2(double p, double df, double ln_gamma_df_2);
222 pt_chi2(double p, double df, double ln_gamma_df_2) in pt_chi2() function
309 return (pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale); in pt_gamma()
/external/jemalloc/test/unit/
Dmath.c298 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df), in TEST_BEGIN()