Home
last modified time | relevance | path

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

/external/jemalloc_new/test/include/test/
Dmath.h217 pt_chi2(double p, double df, double ln_gamma_df_2) { in pt_chi2() function
305 return pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale; in pt_gamma()
/external/jemalloc_new/test/unit/
Dmath.c298 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df), in TEST_BEGIN()