HomeSort by relevance Sort by last modified time
    Searched refs:pt_chi2 (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/test/include/test/
math.h 5 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);
  /external/jemalloc/test/unit/
math.c 256 * Expected pt_chi2(p=[0.01..0.99] increment=0.07,
302 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df),
304 "Incorrect pt_chi2 result for i=%u, j=%u", i, j);

Completed in 97 milliseconds