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

  /src/external/bsd/jemalloc.old/dist/test/analyze/
rand.c 168 * comments in test_prof_sample for explanations for n_divide.
172 const size_t n_divide) {
174 assert(n_divide > 0);
180 double y = x * exp(-1. / n_divide);
224 #define N_DIVIDE (1 << LG_N_DIVIDE)
228 #define N_GEO_BUCKET (N_DIVIDE << LG_N_MULTIPLY)
241 N_GEO_BUCKET + 1, N_DIVIDE);
261 #undef N_DIVIDE
  /src/external/bsd/jemalloc/dist/test/analyze/
rand.c 170 * comments in test_prof_sample for explanations for n_divide.
174 double proportions[], const size_t n_bucket, const size_t n_divide) {
176 assert(n_divide > 0);
182 double y = x * exp(-1. / n_divide);
226 # define N_DIVIDE (1 << LG_N_DIVIDE)
230 # define N_GEO_BUCKET (N_DIVIDE << LG_N_MULTIPLY)
244 proportions, N_GEO_BUCKET + 1, N_DIVIDE);
265 # undef N_DIVIDE

Completed in 48 milliseconds