Searched refs:__stddev (Results 1 – 1 of 1) sorted by relevance
44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __mean = 0, result_type __stddev = 1)45 : __mean_(__mean), __stddev_(__stddev) {} in __mean_()65 _LIBCPP_HIDE_FROM_ABI explicit normal_distribution(result_type __mean, result_type __stddev = 1)66 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {} in __p_() argument68 …_LIBCPP_HIDE_FROM_ABI explicit normal_distribution(result_type __mean = 0, result_type __stddev = …69 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {}158 result_type __stddev; variable161 __is >> __mean >> __stddev >> __v_hot;165 __x.param(param_type(__mean, __stddev));