Home
last modified time | relevance | path

Searched refs:ranlux24_base (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcert-msc51-cpp.cpp31 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/
Ddefault.pass.cpp23 std::ranlux24_base e1; in test1()
24 std::ranlux24_base e2(std::ranlux24_base::default_seed); in test1()
Ddiscard.pass.cpp23 std::ranlux24_base e1; in test1()
24 std::ranlux24_base e2 = e1; in test1()
Dseed_sseq.pass.cpp25 std::ranlux24_base e1; in test1()
26 std::ranlux24_base e2(sseq); in test1()
Dresult_type.pass.cpp26 std::ranlux24_base::result_type, in test1()
Deval.pass.cpp23 std::ranlux24_base e; in test1()
Dctor_result_type.pass.cpp28 std::ranlux24_base e1(0); in test1()
Dseed_result_type.pass.cpp25 typedef std::ranlux24_base E; in test1()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
Ddefault.pass.cpp24 std::ranlux24_base e1; in test1()
25 std::ranlux24_base e2(std::ranlux24_base::default_seed); in test1()
Ddiscard.pass.cpp24 std::ranlux24_base e1; in test1()
25 std::ranlux24_base e2 = e1; in test1()
Dseed_sseq.pass.cpp26 std::ranlux24_base e1; in test1()
27 std::ranlux24_base e2(sseq); in test1()
Deval.pass.cpp24 std::ranlux24_base e; in test1()
Dresult_type.pass.cpp27 std::ranlux24_base::result_type, in test1()
Dctor_result_type.pass.cpp32 std::ranlux24_base e1(0); in test1()
Dseed_result_type.pass.cpp26 typedef std::ranlux24_base E; in test1()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.predef/
Dranlux24_base.pass.cpp20 std::ranlux24_base e; in main()
/external/libcxx/test/std/numerics/rand/rand.predef/
Dranlux24_base.pass.cpp19 std::ranlux24_base e; in main()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Dctor_engine_copy.pass.cpp24 typedef std::ranlux24_base Engine; in main()
Dctor_engine_move.pass.cpp24 typedef std::ranlux24_base Engine; in main()
Ddefault.pass.cpp25 std::ranlux24 e2(std::ranlux24_base::default_seed); in test1()
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Dctor_engine_copy.pass.cpp23 typedef std::ranlux24_base Engine; in main()
Dctor_engine_move.pass.cpp23 typedef std::ranlux24_base Engine; in main()
Ddefault.pass.cpp24 std::ranlux24 e2(std::ranlux24_base::default_seed); in test1()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Ddefault.pass.cpp25 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/
Ddefault.pass.cpp24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(std::ranlux24_base::default_seed); in test1()

12