Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dnormal_distribution.h44 : __mean_(__mean), __stddev_(__stddev) {} in __mean_() argument
71 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {} in __p_()
191 result_type __mean; variable
Dpoisson_distribution.h79 explicit poisson_distribution(double __mean) in poisson_distribution()
124 poisson_distribution<_IntType>::param_type::param_type(double __mean) in param_type()
270 double __mean; variable