Searched defs:__nw (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__random/ |
H A D | discrete_distribution.h | 104 discrete_distribution(size_t __nw, double __xmin, double __xmax, in discrete_distribution() 158 discrete_distribution<_IntType>::param_type::param_type(size_t __nw, in param_type()
|
H A D | piecewise_constant_distribution.h | 112 piecewise_constant_distribution(size_t __nw, result_type __xmin, in piecewise_constant_distribution() 268 size_t __nw, result_type __xmin, result_type __xmax, _UnaryOperation __fw) in param_type()
|
H A D | piecewise_linear_distribution.h | 112 piecewise_linear_distribution(size_t __nw, result_type __xmin, in piecewise_linear_distribution() 272 size_t __nw, result_type __xmin, result_type __xmax, _UnaryOperation __fw) in param_type()
|