HomeSort by: relevance | last modified time | path
    Searched defs:pt_chi2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/include/test/
math.h 217 pt_chi2(double p, double df, double ln_gamma_df_2) { function
305 return pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale;
  /src/external/bsd/jemalloc.old/dist/test/include/test/
math.h 217 pt_chi2(double p, double df, double ln_gamma_df_2) { function
305 return pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale;

Completed in 39 milliseconds