Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libcxx/include/__random/
H A Dnegative_binomial_distribution.h30 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
74 explicit negative_binomial_distribution(result_type __k = 1,
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)
149 const negative_binomial_distribution<_IntType>& __x)
163 negative_binomial_distribution<_IntType>& __x)
[all …]
H A Dgeometric_distribution.h84 {return negative_binomial_distribution<result_type>(1, __p.p())(__g);} in operator()
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.negbin/
H A Dctor_int_double.pass.cpp30 typedef std::negative_binomial_distribution<T> D; in test_implicit()
41 typedef std::negative_binomial_distribution<> D; in main()
47 typedef std::negative_binomial_distribution<> D; in main()
53 typedef std::negative_binomial_distribution<> D; in main()
H A Deq.pass.cpp27 typedef std::negative_binomial_distribution<> D; in main()
33 typedef std::negative_binomial_distribution<> D; in main()
39 typedef std::negative_binomial_distribution<> D; in main()
H A Dparam_ctor.pass.cpp25 typedef std::negative_binomial_distribution<> D; in main()
32 typedef std::negative_binomial_distribution<> D; in main()
39 typedef std::negative_binomial_distribution<> D; in main()
H A Dtypes.pass.cpp24 typedef std::negative_binomial_distribution<> D; in main()
29 typedef std::negative_binomial_distribution<long> D; in main()
H A Dparam_eq.pass.cpp25 typedef std::negative_binomial_distribution<> D; in main()
32 typedef std::negative_binomial_distribution<> D; in main()
H A Deval.pass.cpp32 typedef std::negative_binomial_distribution<T> D; in test1()
74 typedef std::negative_binomial_distribution<T> D; in test2()
116 typedef std::negative_binomial_distribution<T> D; in test3()
158 typedef std::negative_binomial_distribution<T> D; in test4()
202 typedef std::negative_binomial_distribution<T> D; in test5()
244 typedef std::negative_binomial_distribution<T> D; in test6()
H A Deval_param.pass.cpp36 typedef std::negative_binomial_distribution<> D; in main()
78 typedef std::negative_binomial_distribution<> D; in main()
120 typedef std::negative_binomial_distribution<> D; in main()
H A Dmin.pass.cpp24 typedef std::negative_binomial_distribution<> D; in main()
H A Dmax.pass.cpp24 typedef std::negative_binomial_distribution<> D; in main()
H A Dcopy.pass.cpp24 typedef std::negative_binomial_distribution<> D; in test1()
H A Dget_param.pass.cpp24 typedef std::negative_binomial_distribution<> D; in main()
H A Dparam_types.pass.cpp24 typedef std::negative_binomial_distribution<> D; in main()
H A Dassign.pass.cpp24 typedef std::negative_binomial_distribution<> D; in test1()
H A Dctor_param.pass.cpp24 typedef std::negative_binomial_distribution<> D; in main()
H A Dset_param.pass.cpp24 typedef std::negative_binomial_distribution<> D; in main()
H A Dparam_copy.pass.cpp25 typedef std::negative_binomial_distribution<> D; in main()
H A Dparam_assign.pass.cpp25 typedef std::negative_binomial_distribution<> D; in main()
H A Dio.pass.cpp35 typedef std::negative_binomial_distribution<> D; in main()
/llvm-project-15.0.7/libcxx/test/libcxx/numerics/rand/rand.req.urng/
H A Dvalid_int_type.verify.cpp34 …std::negative_binomial_distribution<bool> baddist; //expected-error@*:* {{IntType must be a suppor… in test()
35 std::negative_binomial_distribution<int> okdist; in test()
/llvm-project-15.0.7/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
H A Dbad_engine.verify.cpp24 void test(std::negative_binomial_distribution<int> dist) in test()
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/libcxx/test/libcxx/fuzzing/
H A Drandom.pass.cpp180 helper<std::negative_binomial_distribution<std::int16_t>>(data, size) || in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/libcxx/docs/
H A DReleaseNotes.rst166 ``geometric_distribution``, ``negative_binomial_distribution``, ``poisson_distribution``,

12