Home
last modified time | relevance | path

Searched refs:distribution_type (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.pois/rand.dist.pois.poisson/
H A Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp25 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Dparam_types.pass.cpp26 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 Drandom579 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 Dlognormal_distribution.h40 typedef lognormal_distribution distribution_type; typedef
175 typedef lognormal_distribution distribution_type;
H A Dgeometric_distribution.h39 typedef geometric_distribution distribution_type; typedef
H A Dchi_squared_distribution.h37 typedef chi_squared_distribution distribution_type; typedef
H A Dbernoulli_distribution.h36 typedef bernoulli_distribution distribution_type; typedef

12