| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.pois/rand.dist.pois.poisson/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bin/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.negbin/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.norm/rand.dist.norm.cauchy/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.pconst/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.pois/rand.dist.pois.exp/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.norm/rand.dist.norm.chisq/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.norm/rand.dist.norm.lognormal/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.pois/rand.dist.pois.gamma/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.pois/rand.dist.pois.weibull/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.norm/rand.dist.norm.t/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.uni/rand.dist.uni.int/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.norm/rand.dist.norm.normal/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.geo/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bernoulli/ |
| H A D | param_types.pass.cpp | 25 typedef param_type::distribution_type distribution_type; in main() typedef 26 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.norm/rand.dist.norm.f/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.uni/rand.dist.uni.real/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.plinear/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.pois/rand.dist.pois.extreme/ |
| H A D | param_types.pass.cpp | 26 typedef param_type::distribution_type distribution_type; in main() typedef 27 static_assert((std::is_same<D, distribution_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | random | 579 typedef bernoulli_distribution distribution_type; 637 typedef binomial_distribution distribution_type; 697 typedef geometric_distribution distribution_type; 815 typedef poisson_distribution distribution_type; 931 typedef gamma_distribution distribution_type; 991 typedef weibull_distribution distribution_type; 1111 typedef normal_distribution distribution_type; 1171 typedef lognormal_distribution distribution_type; 1289 typedef cauchy_distribution distribution_type; 1349 typedef fisher_f_distribution distribution_type; [all …]
|
| /llvm-project-15.0.7/libcxx/include/__random/ |
| H A D | lognormal_distribution.h | 40 typedef lognormal_distribution distribution_type; typedef 175 typedef lognormal_distribution distribution_type;
|
| H A D | geometric_distribution.h | 39 typedef geometric_distribution distribution_type; typedef
|
| H A D | chi_squared_distribution.h | 37 typedef chi_squared_distribution distribution_type; typedef
|
| H A D | bernoulli_distribution.h | 36 typedef bernoulli_distribution distribution_type; typedef
|