Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 25 of 75) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
Ddefault.pass.cpp23 std::ranlux24_base e1; in test1() local
32 std::ranlux48_base e1; in test2() local
Ddiscard.pass.cpp23 std::ranlux24_base e1; in test1() local
37 std::ranlux48_base e1; in test2() local
Dctor_result_type.pass.cpp28 std::ranlux24_base e1(0); in test1() local
41 std::ranlux48_base e1(0); in test2() local
Dseed_result_type.pass.cpp26 E e1(s); in test1() local
39 E e1(s); in test2() local
Dseed_sseq.pass.cpp25 std::ranlux24_base e1; in test1() local
37 std::ranlux48_base e1; in test2() local
Dassign.pass.cpp24 E e1(2); in test1() local
40 E e1(3); in test2() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
Ddefault.pass.cpp23 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1() local
32 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1; in test2() local
Ddiscard.pass.cpp23 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1() local
37 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1; in test2() local
Dctor_result_type.pass.cpp28 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1(0); in test1() local
41 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1(0); in test2() local
Dcopy.pass.cpp24 E e1; in test1() local
39 E e1; in test2() local
Dseed_sseq.pass.cpp25 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1() local
37 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1; in test2() local
Dseed_result_type.pass.cpp26 E e1(s); in test1() local
39 E e1(s); in test2() local
Dassign.pass.cpp24 E e1(2); in test1() local
40 E e1(3); in test2() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
Ddiscard.pass.cpp26 std::mt19937 e1; in test1() local
40 std::mt19937_64 e1; in test2() local
Ddefault.pass.cpp26 std::mt19937 e1; in test1() local
35 std::mt19937_64 e1; in test2() local
Dctor_result_type.pass.cpp122 std::mt19937 e1(0); in test1() local
235 std::mt19937_64 e1(0); in test2() local
Dassign.pass.cpp26 E e1(2); in test1() local
42 E e1(3); in test2() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
Ddefault.pass.cpp23 std::ranlux24 e1; in test1() local
32 std::ranlux48 e1; in test2() local
Ddiscard.pass.cpp23 std::ranlux24 e1; in test1() local
37 std::ranlux48 e1; in test2() local
Dctor_result_type.pass.cpp28 std::ranlux24 e1(0); in test1() local
41 std::ranlux48 e1(0); in test2() local
Dcopy.pass.cpp24 E e1; in test1() local
39 E e1; in test2() local
Dassign.pass.cpp24 E e1(2); in test1() local
40 E e1(3); in test2() local
Dseed_result_type.pass.cpp26 E e1(s); in test1() local
39 E e1(s); in test2() local
Dseed_sseq.pass.cpp25 std::ranlux24 e1; in test1() local
37 std::ranlux48 e1; in test2() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
Dseed_sseq.pass.cpp25 std::linear_congruential_engine<unsigned, 5, 7, 11> e1; in main() local
35 E e1(4309005589); in main() local

123