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

  /src/external/bsd/jemalloc.old/dist/test/analyze/
rand.c 197 round_to_nearest(const double x) { function
206 means[i] = round_to_nearest(x);
207 stddevs[i] = round_to_nearest(sqrt(x * (1. - proportions[i])));
242 const size_t n_iter = round_to_nearest(MIN_BUCKET_MEAN /
  /src/external/bsd/jemalloc/dist/test/analyze/
rand.c 199 round_to_nearest(const double x) { function
208 means[i] = round_to_nearest(x);
209 stddevs[i] = round_to_nearest(sqrt(x * (1. - proportions[i])));
245 const size_t n_iter = round_to_nearest(

Completed in 14 milliseconds