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

/freebsd-current/tools/tools/tscdrift/
H A Dtscdrift.c91 float *stddev; local
/freebsd-current/sbin/ping/
H A Dmain.c238 double stddev = sqrt(fmax(0, tsumsq / num - avg * avg)); local
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dnormal_distribution.h48 _LIBCPP_HIDE_FROM_ABI result_type stddev() const { return __stddev_; } function in class:normal_distribution::param_type
84 _LIBCPP_HIDE_FROM_ABI result_type stddev() const { return __p_.stddev(); } function in class:normal_distribution

Completed in 82 milliseconds