Searched refs:ranlux24_base (Results 1 – 25 of 42) sorted by relevance
12
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cert-msc51-cpp.cpp | 31 using ranlux24_base = subtract_with_carry_engine<unsigned int, 24, 10, 24>; typedef 40 using ranlux24 = discard_block_engine<ranlux24_base, 223, 23>; 49 using independent_bits = independent_bits_engine<ranlux24_base, 223, int>; 58 using shuffle_order = shuffle_order_engine<ranlux24_base, 223>; 115 std::ranlux24_base engine9; in f() 117 std::ranlux24_base engine10(1); in f() 119 std::ranlux24_base engine11(seed); in f() 121 std::ranlux24_base engine12(time(&t)); in f() 193 std::ranlux24_base engine3(n); in g() 201 std::ranlux24_base engine9(dev()); in g()
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | default.pass.cpp | 23 std::ranlux24_base e1; in test1() 24 std::ranlux24_base e2(std::ranlux24_base::default_seed); in test1()
|
D | discard.pass.cpp | 23 std::ranlux24_base e1; in test1() 24 std::ranlux24_base e2 = e1; in test1()
|
D | seed_sseq.pass.cpp | 25 std::ranlux24_base e1; in test1() 26 std::ranlux24_base e2(sseq); in test1()
|
D | result_type.pass.cpp | 26 std::ranlux24_base::result_type, in test1()
|
D | eval.pass.cpp | 23 std::ranlux24_base e; in test1()
|
D | ctor_result_type.pass.cpp | 28 std::ranlux24_base e1(0); in test1()
|
D | seed_result_type.pass.cpp | 25 typedef std::ranlux24_base E; in test1()
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | default.pass.cpp | 24 std::ranlux24_base e1; in test1() 25 std::ranlux24_base e2(std::ranlux24_base::default_seed); in test1()
|
D | discard.pass.cpp | 24 std::ranlux24_base e1; in test1() 25 std::ranlux24_base e2 = e1; in test1()
|
D | seed_sseq.pass.cpp | 26 std::ranlux24_base e1; in test1() 27 std::ranlux24_base e2(sseq); in test1()
|
D | eval.pass.cpp | 24 std::ranlux24_base e; in test1()
|
D | result_type.pass.cpp | 27 std::ranlux24_base::result_type, in test1()
|
D | ctor_result_type.pass.cpp | 32 std::ranlux24_base e1(0); in test1()
|
D | seed_result_type.pass.cpp | 26 typedef std::ranlux24_base E; in test1()
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.predef/ |
D | ranlux24_base.pass.cpp | 20 std::ranlux24_base e; in main()
|
/external/libcxx/test/std/numerics/rand/rand.predef/ |
D | ranlux24_base.pass.cpp | 19 std::ranlux24_base e; in main()
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | ctor_engine_copy.pass.cpp | 24 typedef std::ranlux24_base Engine; in main()
|
D | ctor_engine_move.pass.cpp | 24 typedef std::ranlux24_base Engine; in main()
|
D | default.pass.cpp | 25 std::ranlux24 e2(std::ranlux24_base::default_seed); in test1()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | ctor_engine_copy.pass.cpp | 23 typedef std::ranlux24_base Engine; in main()
|
D | ctor_engine_move.pass.cpp | 23 typedef std::ranlux24_base Engine; in main()
|
D | default.pass.cpp | 24 std::ranlux24 e2(std::ranlux24_base::default_seed); in test1()
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | default.pass.cpp | 25 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(std::ranlux24_base::default_seed); in test1()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | default.pass.cpp | 24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(std::ranlux24_base::default_seed); in test1()
|
12