Home
last modified time | relevance | path

Searched refs:__alpha_val (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Drandom.tcc499 _RealType __alpha_val, __beta_val; in operator >>() local
500 __is >> __alpha_val >> __beta_val; in operator >>()
502 param_type(__alpha_val, __beta_val)); in operator >>()
917 _RealType __alpha_val, __mu_val; in operator >>() local
918 __is >> __alpha_val >> __mu_val; in operator >>()
921 param_type(__alpha_val, __mu_val)); in operator >>()
Drandom432 param_type(_RealType __alpha_val, _RealType __beta_val = _RealType(1))
433 : _M_alpha(__alpha_val), _M_beta(__beta_val)
472 beta_distribution(_RealType __alpha_val,
474 : _M_param(__alpha_val, __beta_val)
1494 param_type(result_type __alpha_val,
1496 : _M_alpha(__alpha_val), _M_mu(__mu_val)
1533 pareto_distribution(result_type __alpha_val,
1535 : _M_param(__alpha_val, __mu_val),
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Drandom.h2338 gamma_distribution(const result_type& __alpha_val = result_type(1)) in _GLIBCXX_VISIBILITY()
2339 : _M_alpha(__alpha_val) in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drandom.h2425 param_type(_RealType __alpha_val, _RealType __beta_val = _RealType(1)) in _GLIBCXX_VISIBILITY()
2426 : _M_alpha(__alpha_val), _M_beta(__beta_val) in _GLIBCXX_VISIBILITY()
2470 gamma_distribution(_RealType __alpha_val, in _GLIBCXX_VISIBILITY()
2472 : _M_param(__alpha_val, __beta_val), _M_nd() in _GLIBCXX_VISIBILITY()
Drandom.tcc2504 _RealType __alpha_val, __beta_val; in operator >>() local
2505 if (__is >> __alpha_val >> __beta_val >> __x._M_nd) in operator >>()
2506 __x.param(param_type(__alpha_val, __beta_val)); in operator >>()