Searched defs:pt_chi2 (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/include/test/
H 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) function
309 return (pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale);

Completed in 99 milliseconds