Home
last modified time | relevance | path

Searched refs:__nd_ (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__random/
H A Dlognormal_distribution.h44 : __nd_(__m, __s) {} in __nd_() function
53 {return __x.__nd_ == __y.__nd_;}
149 return __os << __x.__p_.__nd_;
204 : __nd_(__m, __s) {}
209 : __nd_(__m, __s) {}
215 void reset() {__nd_.reset();}
240 param_type param() const {return param_type(__nd_.mean(), __nd_.stddev());}
245 __nd_.param(__pn);
256 {return __x.__nd_ == __y.__nd_;}
281 return __os << __x.__nd_;
[all …]
H A Dstudent_t_distribution.h58 normal_distribution<result_type> __nd_; variable
77 void reset() {__nd_.reset();} in reset()
117 return __nd_(__g) * _VSTD::sqrt(__p.n()/__gd(__g)); in operator()