Home
last modified time | relevance | path

Searched refs:ranlux24 (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcert-msc51-cpp.cpp40 using ranlux24 = discard_block_engine<ranlux24_base, 223, 23>; typedef
132 std::ranlux24 engine13; in f()
134 std::ranlux24 engine14(1); in f()
136 std::ranlux24 engine15(seed); in f()
138 std::ranlux24 engine16(time(&t)); in f()
194 std::ranlux24 engine4(n); in g()
202 std::ranlux24 engine10(dev()); in g()
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Ddefault.pass.cpp23 std::ranlux24 e1; in test1()
24 std::ranlux24 e2(std::ranlux24_base::default_seed); in test1()
Ddiscard.pass.cpp23 std::ranlux24 e1; in test1()
24 std::ranlux24 e2 = e1; in test1()
Dseed_sseq.pass.cpp25 std::ranlux24 e1; in test1()
26 std::ranlux24 e2(sseq); in test1()
Dctor_engine_copy.pass.cpp24 typedef std::ranlux24 Adaptor; in main()
Dctor_engine_move.pass.cpp24 typedef std::ranlux24 Adaptor; in main()
Dresult_type.pass.cpp26 std::ranlux24::result_type, in test1()
Deval.pass.cpp23 std::ranlux24 e; in test1()
Dctor_result_type.pass.cpp28 std::ranlux24 e1(0); in test1()
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Ddefault.pass.cpp23 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1()
24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(std::ranlux24_base::default_seed); in test1()
Ddiscard.pass.cpp23 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1()
24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2 = e1; in test1()
Dseed_sseq.pass.cpp25 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1()
26 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(sseq); in test1()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Ddefault.pass.cpp24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1()
25 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(std::ranlux24_base::default_seed); in test1()
Ddiscard.pass.cpp24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1()
25 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2 = e1; in test1()
Dseed_sseq.pass.cpp26 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1()
27 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(sseq); in test1()
Dctor_result_type.pass.cpp32 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1(0); in test1()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Ddiscard.pass.cpp24 std::ranlux24 e1; in test1()
25 std::ranlux24 e2 = e1; in test1()
Dseed_sseq.pass.cpp26 std::ranlux24 e1; in test1()
27 std::ranlux24 e2(sseq); in test1()
Dctor_engine_copy.pass.cpp25 typedef std::ranlux24 Adaptor; in main()
Dctor_engine_move.pass.cpp25 typedef std::ranlux24 Adaptor; in main()
Dresult_type.pass.cpp27 std::ranlux24::result_type, in test1()
Deval.pass.cpp24 std::ranlux24 e; in test1()
Dctor_result_type.pass.cpp32 std::ranlux24 e1(0); in test1()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.predef/
Dranlux24.pass.cpp20 std::ranlux24 e; in main()
/external/libcxx/test/std/numerics/rand/rand.predef/
Dranlux24.pass.cpp19 std::ranlux24 e; in main()

123