OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pt_gamma_shape
(Results
1 - 1
of
1
) sorted by null
/external/jemalloc/test/unit/
math.c
311
static const double
pt_gamma_shape
[] = {0.5, 1.0, 1.5, 2.0, 2.5, 3.0};
variable
355
for (i = 0; i < sizeof(
pt_gamma_shape
)/sizeof(double); i++) {
356
double shape =
pt_gamma_shape
[i];
Completed in 47 milliseconds