| /llvm-project-15.0.7/libcxx/include/__random/ |
| H A D | negative_binomial_distribution.h | 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 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 D | geometric_distribution.h | 84 {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 D | ctor_int_double.pass.cpp | 30 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 D | eq.pass.cpp | 27 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 D | param_ctor.pass.cpp | 25 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 D | types.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in main() 29 typedef std::negative_binomial_distribution<long> D; in main()
|
| H A D | param_eq.pass.cpp | 25 typedef std::negative_binomial_distribution<> D; in main() 32 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | eval.pass.cpp | 32 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 D | eval_param.pass.cpp | 36 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 D | min.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | max.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | copy.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in test1()
|
| H A D | get_param.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | param_types.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | assign.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in test1()
|
| H A D | ctor_param.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | set_param.pass.cpp | 24 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | param_copy.pass.cpp | 25 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | param_assign.pass.cpp | 25 typedef std::negative_binomial_distribution<> D; in main()
|
| H A D | io.pass.cpp | 35 typedef std::negative_binomial_distribution<> D; in main()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/numerics/rand/rand.req.urng/ |
| H A D | valid_int_type.verify.cpp | 34 …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 D | bad_engine.verify.cpp | 24 void test(std::negative_binomial_distribution<int> dist) in test()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | random | 746 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 D | random.pass.cpp | 180 helper<std::negative_binomial_distribution<std::int16_t>>(data, size) || in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | ReleaseNotes.rst | 166 ``geometric_distribution``, ``negative_binomial_distribution``, ``poisson_distribution``,
|