Lines Matching refs:negative_binomial_distribution
30 class _LIBCPP_TEMPLATE_VIS negative_binomial_distribution
42 typedef negative_binomial_distribution distribution_type;
68 negative_binomial_distribution() : negative_binomial_distribution(1) {} in negative_binomial_distribution() function
70 explicit negative_binomial_distribution(result_type __k, double __p = 0.5)
74 explicit negative_binomial_distribution(result_type __k = 1,
79 explicit negative_binomial_distribution(const param_type& __p) : __p_(__p) {} in negative_binomial_distribution() function
107 bool operator==(const negative_binomial_distribution& __x,
108 const negative_binomial_distribution& __y)
111 bool operator!=(const negative_binomial_distribution& __x,
112 const negative_binomial_distribution& __y)
119 negative_binomial_distribution<_IntType>::operator()(_URNG& __urng, const param_type& __pr) in operator()
149 const negative_binomial_distribution<_IntType>& __x)
163 negative_binomial_distribution<_IntType>& __x)
165 typedef negative_binomial_distribution<_IntType> _Eng;