Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drandom.h5313 _Func __fw); in _GLIBCXX_VISIBILITY()
5355 _Func __fw) in _GLIBCXX_VISIBILITY()
5356 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5542 param_type(initializer_list<_RealType> __bi, _Func __fw); in _GLIBCXX_VISIBILITY()
5546 _Func __fw); in _GLIBCXX_VISIBILITY()
5599 _Func __fw) in _GLIBCXX_VISIBILITY()
5600 : _M_param(__bl, __fw) in _GLIBCXX_VISIBILITY()
5606 _Func __fw) in _GLIBCXX_VISIBILITY()
5607 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5813 param_type(initializer_list<_RealType> __bl, _Func __fw); in _GLIBCXX_VISIBILITY()
[all …]
Drandom.tcc2691 param_type(size_t __nw, double __xmin, double __xmax, _Func __fw) in param_type() argument
2699 _M_prob.push_back(__fw(__xmin + __k * __delta + 0.5 * __delta)); in param_type()
2885 param_type(initializer_list<_RealType> __bl, _Func __fw) in param_type() argument
2894 _M_den.push_back(__fw(0.5 * (_M_int[__k + 1] + _M_int[__k]))); in param_type()
2902 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
2914 _M_den.push_back(__fw(_M_int[__k] + 0.5 * __delta)); in param_type()
3098 param_type(initializer_list<_RealType> __bl, _Func __fw) in param_type() argument
3106 _M_den.push_back(__fw(*__biter)); in param_type()
3115 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
3126 _M_den.push_back(__fw(_M_int[__k] + __delta)); in param_type()