Searched refs:stddev (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/tre/dist/tests/ |
| D | bench.c | 67 double mean, tmp1, tmp2, variance, stddev, error, percent; in stats() local 85 stddev = sqrt(variance); in stats() 87 printf("# standard deviation: %.16f\n", stddev); in stats() 89 error = t_distribution[samples-1] * stddev / sqrt(samples); in stats()
|
| /netbsd/src/libexec/lfs_cleanerd/ |
| D | lfs_cleanerd.c | 1416 double avg = 0.0, stddev; in sig_report() local 1419 stddev = cleaner_stats.util_sos / MAX(cleaner_stats.segs_cleaned - in sig_report() 1432 syslog(LOG_INFO, "utilization sdev: %9.6f", stddev); in sig_report()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | CMakeLists.txt | 1337 --check-stddev 100) 1346 --check-stddev 50) 1357 --check-stddev 50) 1369 --check-stddev 50)
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | CMakeLists.txt | 1337 --check-stddev 100) 1346 --check-stddev 50) 1357 --check-stddev 50) 1369 --check-stddev 50)
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | random.tcc | 1842 __ret = __ret * __param.stddev() + __param.mean(); in operator ()() 1863 *__f++ = _M_saved * __param.stddev() + __param.mean(); in __generate_impl() 1884 *__f++ = __y * __mult * __param.stddev() + __param.mean(); in __generate_impl() 1885 *__f++ = __x * __mult * __param.stddev() + __param.mean(); in __generate_impl() 1902 *__f = __y * __mult * __param.stddev() + __param.mean(); in __generate_impl() 1941 __os << __x.mean() << __space << __x.stddev() in operator <<()
|
| D | random.h | 2003 stddev() const in _GLIBCXX_VISIBILITY() 2056 stddev() const in _GLIBCXX_VISIBILITY() 2057 { return _M_param.stddev(); } in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | stop | 1122 stddev
|