OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pt_chi2
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/unit/
math.c
252
* Expected
pt_chi2
(p=[0.01..0.99] increment=0.07,
298
assert_true(double_eq_rel(
pt_chi2
(p, df, ln_gamma_df),
300
"Incorrect
pt_chi2
result for i=%u, j=%u", i, j);
/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);
Completed in 86 milliseconds