Home
last modified time | relevance | path

Searched refs:__stddev (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dnormal_distribution.h44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __mean = 0, result_type __stddev = 1)
45 : __mean_(__mean), __stddev_(__stddev) {} in __mean_()
65 _LIBCPP_HIDE_FROM_ABI explicit normal_distribution(result_type __mean, result_type __stddev = 1)
66 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {} in __p_() argument
68 …_LIBCPP_HIDE_FROM_ABI explicit normal_distribution(result_type __mean = 0, result_type __stddev = …
69 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {}
158 result_type __stddev; variable
161 __is >> __mean >> __stddev >> __v_hot;
165 __x.param(param_type(__mean, __stddev));
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dnormal_distribution.h44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __mean = 0, result_type __stddev = 1)
45 : __mean_(__mean), __stddev_(__stddev) {} in __mean_()
63 …_LIBCPP_HIDE_FROM_ABI explicit normal_distribution(result_type __mean = 0, result_type __stddev = …
64 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {} in __p_() argument
152 result_type __stddev; variable
155 __is >> __mean >> __stddev >> __v_hot;
159 __x.param(param_type(__mean, __stddev));