Searched refs:__xmin (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | random.tcc | 2691 param_type(size_t __nw, double __xmin, double __xmax, _Func __fw) in param_type() argument 2695 const double __delta = (__xmax - __xmin) / __n; in param_type() 2699 _M_prob.push_back(__fw(__xmin + __k * __delta + 0.5 * __delta)); in param_type() 2902 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument 2906 const _RealType __delta = (__xmax - __xmin) / __n; in param_type() 2910 _M_int.push_back(__xmin + __k * __delta); in param_type() 3115 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument 3119 const _RealType __delta = (__xmax - __xmin) / __n; in param_type() 3125 _M_int.push_back(__xmin + __k * __delta); in param_type()
|
| D | random.h | 5312 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY() 5354 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY() 5356 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY() 5545 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY() 5605 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY() 5607 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY() 5816 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY() 5877 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY() 5879 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
|