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

  /src/external/bsd/jemalloc/dist/test/analyze/
rand.c 13 * (3) expected mean and stddev of the count of random numbers in each
19 * (a) the (given) expected mean and stddev,
22 * deviation less than stddev from the expectation;
24 * of [stddev, 2 * stddev) from the expectation;
26 * range of [2 * stddev, 3 * stddev) from the expectation; and
35 * towards the last bucket; the expected mean and stddev provided should
130 * Mathematical tricks to guarantee that both mean and stddev are
136 const size_t stddev = (N_BUCKET - 1) * q local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 63 *__f++ = _M_saved * __param.stddev() + __param.mean();
185 * __param.stddev());
211 *__f = __y * __mult * __param.stddev() + __param.mean();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 63 *__f++ = _M_saved * __param.stddev() + __param.mean();
185 * __param.stddev());
211 *__f = __y * __mult * __param.stddev() + __param.mean();
  /src/external/bsd/tre/dist/tests/
bench.c 67 double mean, tmp1, tmp2, variance, stddev, error, percent; local
85 stddev = sqrt(variance);
87 printf("# standard deviation: %.16f\n", stddev);
89 error = t_distribution[samples-1] * stddev / sqrt(samples);
  /src/external/bsd/libevent/dist/
CMakeLists.txt 1337 --check-stddev 100)
1346 --check-stddev 50)
1357 --check-stddev 50)
1369 --check-stddev 50)
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 1337 --check-stddev 100)
1346 --check-stddev 50)
1357 --check-stddev 50)
1369 --check-stddev 50)
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 1416 double avg = 0.0, stddev; local
1419 stddev = cleaner_stats.util_sos / MAX(cleaner_stats.segs_cleaned -
1432 syslog(LOG_INFO, "utilization sdev: %9.6f", stddev);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
random.h 2146 stddev() const
2201 stddev() const
2202 { return _M_param.stddev(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
random.h 2003 stddev() const
2056 stddev() const
2057 { return _M_param.stddev(); }

Completed in 44 milliseconds