Home
last modified time | relevance | path

Searched defs:__nw (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Ddiscrete_distribution.h104 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 Dpiecewise_constant_distribution.h112 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 Dpiecewise_linear_distribution.h112 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 Dfill_n.h54 __storage_type __nw = __n / __bits_per_word; in __fill_n_bool() local