Home
last modified time | relevance | path

Searched refs:negative_binomial_distribution (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__random/
H A Dnegative_binomial_distribution.h30 class _LIBCPP_TEMPLATE_VIS negative_binomial_distribution {
42 typedef negative_binomial_distribution distribution_type;
61 _LIBCPP_HIDE_FROM_ABI negative_binomial_distribution() : negative_binomial_distribution(1) {} in negative_binomial_distribution() function
64 …_LIBCPP_HIDE_FROM_ABI explicit negative_binomial_distribution(result_type __k = 1, double __p = 0.…
67 …_LIBCPP_HIDE_FROM_ABI explicit negative_binomial_distribution(const param_type& __p) : __p_(__p) {} in negative_binomial_distribution() function
89 operator==(const negative_binomial_distribution& __x, const negative_binomial_distribution& __y) {
93 operator!=(const negative_binomial_distribution& __x, const negative_binomial_distribution& __y) {
100 _IntType negative_binomial_distribution<_IntType>::operator()(_URNG& __urng, const param_type& __pr… in operator()
126 operator<<(basic_ostream<_CharT, _Traits>& __os, const negative_binomial_distribution<_IntType>& __…
137 operator>>(basic_istream<_CharT, _Traits>& __is, negative_binomial_distribution<_IntType>& __x) {
[all …]
H A Dgeometric_distribution.h72 return negative_binomial_distribution<result_type>(1, __p.p())(__g); in operator()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Drandom.inc71 // [rand.dist.bern.negbin], class template negative_binomial_distribution
72 using std::negative_binomial_distribution;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Drandom746 class negative_binomial_distribution
755 typedef negative_binomial_distribution distribution_type;
768 negative_binomial_distribution() : negative_binomial_distribution(1) {} // C++20
770 explicit negative_binomial_distribution(const param_type& parm);
787 friend bool operator==(const negative_binomial_distribution& x,
788 const negative_binomial_distribution& y);
789 friend bool operator!=(const negative_binomial_distribution& x,
790 const negative_binomial_distribution& y);
796 const negative_binomial_distribution& x);
802 negative_binomial_distribution& x);
[all …]
H A Dlibcxx.imp588 { include: [ "<__random/negative_binomial_distribution.h>", "private", "<random>", "public" ] },
H A Dmodule.modulemap.in1613 …dom_negative_binomial_distribution [system] { header "__random/negative_binomial_distribution.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile1025 RND_HEADERS+= negative_binomial_distribution.h
H A Dmodule.modulemap1613 …dom_negative_binomial_distribution [system] { header "__random/negative_binomial_distribution.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2235 SYMBOL(negative_binomial_distribution, std::, <random>)