Searched defs:__mean (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__random/ | ||
H A D | normal_distribution.h | 44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __mean = 0, result_type __stddev = 1) in __mean_() argument |
H A D | poisson_distribution.h | 79 poisson_distribution(double __mean) poisson_distribution() argument |