Searched refs:__nd_ (Results 1 – 2 of 2) sorted by relevance
44 : __nd_(__m, __s) {} in __nd_() function53 {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 …]
58 normal_distribution<result_type> __nd_; variable77 void reset() {__nd_.reset();} in reset()117 return __nd_(__g) * _VSTD::sqrt(__p.n()/__gd(__g)); in operator()