Home
last modified time | relevance | path

Searched refs:sseq (Results 1 – 15 of 15) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_ds.cpp529 CvTsSimpleSeq* sseq; in test_multi_create() local
540 simple_struct[i] = sseq = cvTsCreateSimpleSeq( max_struct_size, elem_size ); in test_multi_create()
542 sseq->count = cvtest::randInt( rng ) % max_struct_size; in test_multi_create()
543 Mat m( 1, MAX(sseq->count,1)*elem_size, CV_8UC1, sseq->array ); in test_multi_create()
553 CvTsSimpleSeq* sseq = (CvTsSimpleSeq*)simple_struct[struct_idx]; in test_multi_create() local
559 elem_size = sseq->elem_size; in test_multi_create()
577 if( pos[struct_idx] == sseq->count ) in test_multi_create()
587 schar* el = cvTsSimpleSeqElem( sseq, pos[struct_idx] ); in test_multi_create()
603 CvTsSimpleSeq* sseq = (CvTsSimpleSeq*)simple_struct[_struct_idx]; in test_get_seq_elem() local
606 assert( seq->total == sseq->count ); in test_get_seq_elem()
[all …]
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dseed_sseq.pass.cpp26 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()
Dctor_sseq.pass.cpp183 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/
Dseed_sseq.pass.cpp24 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()
Dctor_sseq.pass.cpp29 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/
Dseed_sseq.pass.cpp24 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()
Dctor_sseq.pass.cpp29 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/
Dseed_sseq.pass.cpp24 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()
Dctor_sseq.pass.cpp29 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/
Dseed_sseq.pass.cpp24 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()
Dctor_sseq.pass.cpp24 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/
Dseed_sseq.pass.cpp24 std::seed_seq sseq(a, a+3); in test1() local
26 std::knuth_b e2(sseq); in test1()
28 e1.seed(sseq); in test1()
Dctor_sseq.pass.cpp69 std::seed_seq sseq(as, as+3); in test1() local
70 std::knuth_b e1(sseq); in test1()
/external/libvpx/libvpx/vpx_dsp/x86/
Dsubpel_variance_sse2.asm129 %define bilin_filter sseq
Dhighbd_subpel_variance_impl_sse2.asm113 %define bilin_filter sseq