Searched defs:__nw (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | discrete_distribution.h | 104 discrete_distribution(size_t __nw,double __xmin,double __xmax,_UnaryOperation __fw) discrete_distribution() argument 159 param_type(size_t __nw,double __xmin,double __xmax,_UnaryOperation __fw) param_type() argument
|
H A D | piecewise_constant_distribution.h | 112 piecewise_constant_distribution(size_t __nw,result_type __xmin,result_type __xmax,_UnaryOperation __fw) piecewise_constant_distribution() argument 269 param_type(size_t __nw,result_type __xmin,result_type __xmax,_UnaryOperation __fw) param_type() argument
|
H A D | piecewise_linear_distribution.h | 112 piecewise_linear_distribution(size_t __nw,result_type __xmin,result_type __xmax,_UnaryOperation __fw) piecewise_linear_distribution() argument 273 param_type(size_t __nw,result_type __xmin,result_type __xmax,_UnaryOperation __fw) param_type() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | fill_n.h | 54 __storage_type __nw = __n / __bits_per_word; in __fill_n_bool() local
|