Searched defs:pt_gamma_shape (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/unit/
H A Dmath.c311 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 344 milliseconds