OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ln_gamma_shape
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/unit/
math.c
357
double
ln_gamma_shape
= ln_gamma(shape);
local
361
ln_gamma_shape
), pt_gamma_expected[e], MAX_REL_ERR,
373
double
ln_gamma_shape
= ln_gamma(shape);
local
376
pt_gamma(0.5, shape, 1.0,
ln_gamma_shape
) * 10.0,
377
pt_gamma(0.5, shape, 10.0,
ln_gamma_shape
), MAX_REL_ERR,
/external/jemalloc/test/include/test/
math.h
6
double pt_gamma(double p, double shape, double scale, double
ln_gamma_shape
);
306
pt_gamma(double p, double shape, double scale, double
ln_gamma_shape
)
309
return (pt_chi2(p, shape * 2.0,
ln_gamma_shape
) * 0.5 * scale);
Completed in 928 milliseconds