Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drandom.h1987 param_type(_RealType __mean, _RealType __stddev = _RealType(1)) in _GLIBCXX_VISIBILITY()
1988 : _M_mean(__mean), _M_stddev(__stddev) in _GLIBCXX_VISIBILITY()
2024 result_type __stddev = result_type(1)) in _GLIBCXX_VISIBILITY()
2025 : _M_param(__mean, __stddev) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc1920 double __mean, __stddev; in operator >>() local
1922 if (__is >> __mean >> __stddev >> __saved_avail) in operator >>()
1927 __x.param(param_type(__mean, __stddev)); in operator >>()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.h1992 param_type(_RealType __mean, _RealType __stddev = _RealType(1)) in _GLIBCXX_VISIBILITY()
1993 : _M_mean(__mean), _M_stddev(__stddev) in _GLIBCXX_VISIBILITY()
2029 result_type __stddev = result_type(1)) in _GLIBCXX_VISIBILITY()
2030 : _M_param(__mean, __stddev) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc1960 double __mean, __stddev; in operator >>() local
1962 if (__is >> __mean >> __stddev >> __saved_avail) in operator >>()
1967 __x.param(param_type(__mean, __stddev)); in operator >>()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Drandom4398 explicit param_type(result_type __mean = 0, result_type __stddev = 1)
4399 : __mean_(__mean), __stddev_(__stddev) {}
4425 explicit normal_distribution(result_type __mean, result_type __stddev = 1)
4426 : __p_(param_type(__mean, __stddev)), _V_hot_(false) {}
4430 result_type __stddev = 1)
4431 : __p_(param_type(__mean, __stddev)), _V_hot_(false) {}
4545 result_type __stddev;
4548 __is >> __mean >> __stddev >> _V_hot;
4553 __x.param(param_type(__mean, __stddev));