/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cert-msc51-cpp.cpp | 40 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/ |
D | default.pass.cpp | 23 std::ranlux24 e1; in test1() 24 std::ranlux24 e2(std::ranlux24_base::default_seed); in test1()
|
D | discard.pass.cpp | 23 std::ranlux24 e1; in test1() 24 std::ranlux24 e2 = e1; in test1()
|
D | seed_sseq.pass.cpp | 25 std::ranlux24 e1; in test1() 26 std::ranlux24 e2(sseq); in test1()
|
D | ctor_engine_copy.pass.cpp | 24 typedef std::ranlux24 Adaptor; in main()
|
D | ctor_engine_move.pass.cpp | 24 typedef std::ranlux24 Adaptor; in main()
|
D | result_type.pass.cpp | 26 std::ranlux24::result_type, in test1()
|
D | eval.pass.cpp | 23 std::ranlux24 e; in test1()
|
D | ctor_result_type.pass.cpp | 28 std::ranlux24 e1(0); in test1()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | default.pass.cpp | 23 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()
|
D | discard.pass.cpp | 23 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1() 24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2 = e1; in test1()
|
D | seed_sseq.pass.cpp | 25 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/ |
D | default.pass.cpp | 24 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()
|
D | discard.pass.cpp | 24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1() 25 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2 = e1; in test1()
|
D | seed_sseq.pass.cpp | 26 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1() 27 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(sseq); in test1()
|
D | ctor_result_type.pass.cpp | 32 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/ |
D | discard.pass.cpp | 24 std::ranlux24 e1; in test1() 25 std::ranlux24 e2 = e1; in test1()
|
D | seed_sseq.pass.cpp | 26 std::ranlux24 e1; in test1() 27 std::ranlux24 e2(sseq); in test1()
|
D | ctor_engine_copy.pass.cpp | 25 typedef std::ranlux24 Adaptor; in main()
|
D | ctor_engine_move.pass.cpp | 25 typedef std::ranlux24 Adaptor; in main()
|
D | result_type.pass.cpp | 27 std::ranlux24::result_type, in test1()
|
D | eval.pass.cpp | 24 std::ranlux24 e; in test1()
|
D | ctor_result_type.pass.cpp | 32 std::ranlux24 e1(0); in test1()
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.predef/ |
D | ranlux24.pass.cpp | 20 std::ranlux24 e; in main()
|
/external/libcxx/test/std/numerics/rand/rand.predef/ |
D | ranlux24.pass.cpp | 19 std::ranlux24 e; in main()
|