Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/include/test/
A 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
308 return (pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale); in pt_gamma()
/third_party/ulib/jemalloc/test/unit/
A Dmath.c302 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df), in TEST_BEGIN()

Completed in 4 milliseconds