Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dgamma_distribution.h45 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __alpha = 1, result_type __beta = 1)
46 : __alpha_(__alpha), __beta_(__beta) {} in __alpha_()
64 _LIBCPP_HIDE_FROM_ABI explicit gamma_distribution(result_type __alpha, result_type __beta = 1)
65 : __p_(param_type(__alpha, __beta)) {} in __p_() argument
67 _LIBCPP_HIDE_FROM_ABI explicit gamma_distribution(result_type __alpha = 1, result_type __beta = 1)
68 : __p_(param_type(__alpha, __beta)) {}
170 result_type __beta; variable
171 __is >> __alpha >> __beta;
173 __x.param(param_type(__alpha, __beta));
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dgamma_distribution.h45 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __alpha = 1, result_type __beta = 1)
46 : __alpha_(__alpha), __beta_(__beta) {} in __alpha_()
62 _LIBCPP_HIDE_FROM_ABI explicit gamma_distribution(result_type __alpha = 1, result_type __beta = 1)
63 : __p_(param_type(__alpha, __beta)) {} in __p_() argument
164 result_type __beta; variable
165 __is >> __alpha >> __beta;
167 __x.param(param_type(__alpha, __beta));