Home
last modified time | relevance | path

Searched defs:D (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Dctor_init.pass.cpp24 typedef std::discrete_distribution<> D; in main() typedef
31 typedef std::discrete_distribution<> D; in main() typedef
38 typedef std::discrete_distribution<> D; in main() typedef
46 typedef std::discrete_distribution<> D; in main() typedef
54 typedef std::discrete_distribution<> D; in main() typedef
63 typedef std::discrete_distribution<> D; in main() typedef
72 typedef std::discrete_distribution<> D; in main() typedef
Dparam_ctor_init.pass.cpp24 typedef std::discrete_distribution<> D; in main() typedef
32 typedef std::discrete_distribution<> D; in main() typedef
40 typedef std::discrete_distribution<> D; in main() typedef
49 typedef std::discrete_distribution<> D; in main() typedef
58 typedef std::discrete_distribution<> D; in main() typedef
68 typedef std::discrete_distribution<> D; in main() typedef
78 typedef std::discrete_distribution<> D; in main() typedef
Dctor_iterator.pass.cpp24 typedef std::discrete_distribution<> D; in main() typedef
32 typedef std::discrete_distribution<> D; in main() typedef
40 typedef std::discrete_distribution<> D; in main() typedef
49 typedef std::discrete_distribution<> D; in main() typedef
58 typedef std::discrete_distribution<> D; in main() typedef
68 typedef std::discrete_distribution<> D; in main() typedef
78 typedef std::discrete_distribution<> D; in main() typedef
Dctor_func.pass.cpp30 typedef std::discrete_distribution<> D; in main() typedef
37 typedef std::discrete_distribution<> D; in main() typedef
44 typedef std::discrete_distribution<> D; in main() typedef
52 typedef std::discrete_distribution<> D; in main() typedef
Dparam_ctor_iterator.pass.cpp24 typedef std::discrete_distribution<> D; in main() typedef
33 typedef std::discrete_distribution<> D; in main() typedef
42 typedef std::discrete_distribution<> D; in main() typedef
52 typedef std::discrete_distribution<> D; in main() typedef
62 typedef std::discrete_distribution<> D; in main() typedef
73 typedef std::discrete_distribution<> D; in main() typedef
84 typedef std::discrete_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
Dctor_int_int.pass.cpp24 typedef std::uniform_int_distribution<> D; in main() typedef
30 typedef std::uniform_int_distribution<> D; in main() typedef
36 typedef std::uniform_int_distribution<> D; in main() typedef
Dparam_ctor.pass.cpp24 typedef std::uniform_int_distribution<long> D; in main() typedef
31 typedef std::uniform_int_distribution<long> D; in main() typedef
38 typedef std::uniform_int_distribution<long> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
Dctor_double_double.pass.cpp23 typedef std::extreme_value_distribution<> D; in main() typedef
29 typedef std::extreme_value_distribution<> D; in main() typedef
35 typedef std::extreme_value_distribution<> D; in main() typedef
Dparam_ctor.pass.cpp24 typedef std::extreme_value_distribution<> D; in main() typedef
31 typedef std::extreme_value_distribution<> D; in main() typedef
38 typedef std::extreme_value_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
Dctor_double_double.pass.cpp23 typedef std::lognormal_distribution<> D; in main() typedef
29 typedef std::lognormal_distribution<> D; in main() typedef
35 typedef std::lognormal_distribution<> D; in main() typedef
Dparam_ctor.pass.cpp24 typedef std::lognormal_distribution<> D; in main() typedef
31 typedef std::lognormal_distribution<> D; in main() typedef
38 typedef std::lognormal_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
Dctor_int_double.pass.cpp23 typedef std::binomial_distribution<> D; in main() typedef
29 typedef std::binomial_distribution<> D; in main() typedef
35 typedef std::binomial_distribution<> D; in main() typedef
Dparam_ctor.pass.cpp24 typedef std::binomial_distribution<> D; in main() typedef
31 typedef std::binomial_distribution<> D; in main() typedef
38 typedef std::binomial_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
Dctor_double_double.pass.cpp23 typedef std::weibull_distribution<> D; in main() typedef
29 typedef std::weibull_distribution<> D; in main() typedef
35 typedef std::weibull_distribution<> D; in main() typedef
Dparam_ctor.pass.cpp24 typedef std::weibull_distribution<> D; in main() typedef
31 typedef std::weibull_distribution<> D; in main() typedef
38 typedef std::weibull_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
Dctor_double_double.pass.cpp23 typedef std::fisher_f_distribution<> D; in main() typedef
29 typedef std::fisher_f_distribution<> D; in main() typedef
35 typedef std::fisher_f_distribution<> D; in main() typedef
Dparam_ctor.pass.cpp24 typedef std::fisher_f_distribution<> D; in main() typedef
31 typedef std::fisher_f_distribution<> D; in main() typedef
38 typedef std::fisher_f_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
Dctor_double_double.pass.cpp23 typedef std::cauchy_distribution<> D; in main() typedef
29 typedef std::cauchy_distribution<> D; in main() typedef
35 typedef std::cauchy_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
Dctor_double.pass.cpp22 typedef std::bernoulli_distribution D; in main() typedef
27 typedef std::bernoulli_distribution D; in main() typedef
32 typedef std::bernoulli_distribution D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
Dctor_int_int.pass.cpp24 typedef std::uniform_real_distribution<> D; in main() typedef
30 typedef std::uniform_real_distribution<> D; in main() typedef
36 typedef std::uniform_real_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
Dctor_int_double.pass.cpp23 typedef std::negative_binomial_distribution<> D; in main() typedef
29 typedef std::negative_binomial_distribution<> D; in main() typedef
35 typedef std::negative_binomial_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
Dctor_double_double.pass.cpp23 typedef std::gamma_distribution<> D; in main() typedef
29 typedef std::gamma_distribution<> D; in main() typedef
35 typedef std::gamma_distribution<> D; in main() typedef
Dparam_ctor.pass.cpp24 typedef std::gamma_distribution<> D; in main() typedef
31 typedef std::gamma_distribution<> D; in main() typedef
38 typedef std::gamma_distribution<> D; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
Dctor_double_double.pass.cpp23 typedef std::normal_distribution<> D; in main() typedef
29 typedef std::normal_distribution<> D; in main() typedef
35 typedef std::normal_distribution<> D; in main() typedef
Dparam_ctor.pass.cpp24 typedef std::normal_distribution<> D; in main() typedef
31 typedef std::normal_distribution<> D; in main() typedef
38 typedef std::normal_distribution<> D; in main() typedef

12345678910>>...20