Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__random/
H A Dnormal_distribution.h45 : __mean_(__mean), __stddev_(__stddev) {} in __mean_() argument
66 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {} in __p_()
157 result_type __mean; variable
H A Dpoisson_distribution.h73 _LIBCPP_HIDE_FROM_ABI explicit poisson_distribution(double __mean) : __p_(__mean) {} in poisson_distribution()
106 poisson_distribution<_IntType>::param_type::param_type(double __mean) in param_type()
230 double __mean; variable