/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | seed_sseq.pass.cpp | 26 std::seed_seq sseq(a, a+3); in test1() local 28 std::mt19937 e2(sseq); in test1() 30 e1.seed(sseq); in test1() 38 std::seed_seq sseq(a, a+3); in test2() local 40 std::mt19937_64 e2(sseq); in test2() 42 e1.seed(sseq); in test2()
|
D | ctor_sseq.pass.cpp | 183 std::seed_seq sseq(as, as+3); in test1() local 184 std::mt19937 e1(sseq); in test1() 298 std::seed_seq sseq(as, as+3); in test2() local 299 std::mt19937_64 e1(sseq); in test2()
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | seed_sseq.pass.cpp | 24 std::seed_seq sseq(a, a+3); in test1() local 26 std::ranlux24_base e2(sseq); in test1() 28 e1.seed(sseq); in test1() 36 std::seed_seq sseq(a, a+3); in test2() local 38 std::ranlux48_base e2(sseq); in test2() 40 e1.seed(sseq); in test2()
|
D | ctor_sseq.pass.cpp | 29 std::seed_seq sseq(as, as+3); in test1() local 30 std::ranlux24_base e1(sseq); in test1() 44 std::seed_seq sseq(as, as+3); in test2() local 45 std::ranlux48_base e1(sseq); in test2()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | seed_sseq.pass.cpp | 24 std::seed_seq sseq(a, a+3); in test1() local 26 std::ranlux24 e2(sseq); in test1() 28 e1.seed(sseq); in test1() 36 std::seed_seq sseq(a, a+3); in test2() local 38 std::ranlux48 e2(sseq); in test2() 40 e1.seed(sseq); in test2()
|
D | ctor_sseq.pass.cpp | 29 std::seed_seq sseq(as, as+3); in test1() local 30 std::ranlux24 e1(sseq); in test1() 44 std::seed_seq sseq(as, as+3); in test2() local 45 std::ranlux48 e1(sseq); in test2()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | seed_sseq.pass.cpp | 24 std::seed_seq sseq(a, a+3); in test1() local 26 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(sseq); in test1() 28 e1.seed(sseq); in test1() 36 std::seed_seq sseq(a, a+3); in test2() local 38 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e2(sseq); in test2() 40 e1.seed(sseq); in test2()
|
D | ctor_sseq.pass.cpp | 29 std::seed_seq sseq(as, as+3); in test1() local 30 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1(sseq); in test1() 44 std::seed_seq sseq(as, as+3); in test2() local 45 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1(sseq); in test2()
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
D | seed_sseq.pass.cpp | 24 std::seed_seq sseq(a, a+3); in main() local 28 e1.seed(sseq); in main() 33 std::seed_seq sseq(a, a+5); in main() local 36 E e2(sseq); in main()
|
D | ctor_sseq.pass.cpp | 24 std::seed_seq sseq(a, a+3); in main() local 25 std::linear_congruential_engine<unsigned, 5, 7, 11> e1(sseq); in main()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | seed_sseq.pass.cpp | 24 std::seed_seq sseq(a, a+3); in test1() local 26 std::knuth_b e2(sseq); in test1() 28 e1.seed(sseq); in test1()
|
D | ctor_sseq.pass.cpp | 69 std::seed_seq sseq(as, as+3); in test1() local 70 std::knuth_b e1(sseq); in test1()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | subpel_variance_sse2.asm | 132 %define bilin_filter sseq
|
D | highbd_subpel_variance_impl_sse2.asm | 110 %define bilin_filter sseq
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | subpel_variance_sse2.asm | 129 %define bilin_filter sseq
|
D | highbd_subpel_variance_impl_sse2.asm | 107 %define bilin_filter sseq
|