Home
last modified time | relevance | path

Searched defs:__mean (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__random/
H A Dnormal_distribution.h44 : __mean_(__mean), __stddev_(__stddev) {} in __mean_() argument
71 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {} in __p_()
190 result_type __mean; variable
H A Dpoisson_distribution.h79 explicit poisson_distribution(double __mean) in poisson_distribution()
123 poisson_distribution<_IntType>::param_type::param_type(double __mean) in param_type()
269 double __mean; variable