Home
last modified time | relevance | path

Searched refs:test_iter (Results 1 – 25 of 1410) sorted by relevance

12345678910>>...57

/dports/net/mpich2/mpich2-1.5/src/armci/tests/
H A Dtest_malloc_irreg.c24 int rank, nproc, test_iter, i; in main() local
40 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
44 ARMCI_Malloc((void**)base_ptrs[test_iter], (test_iter % nproc == rank) ? DATA_SZ : 0); in main()
50 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
51 if (test_iter % nproc == rank) { in main()
55 ARMCI_Access_end(base_ptrs[test_iter][rank]); in main()
62 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
63 ARMCI_Get(base_ptrs[test_iter][test_iter%nproc], buf, DATA_SZ, test_iter%nproc); in main()
65 if (buf[i] != test_iter % nproc) in main()
71 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
[all …]
H A Dtest_malloc.c22 int rank, nproc, test_iter; in main() local
36 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
37 if (rank == 0) printf(" + allocation %d\n", test_iter); in main()
39 base_ptrs[test_iter] = malloc(sizeof(void*)*nproc); in main()
40 ARMCI_Malloc((void**)base_ptrs[test_iter], (test_iter % 4 == 0) ? 0 : DATA_SZ); in main()
46 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
47 if (rank == 0) printf(" + free %d\n", test_iter); in main()
49 ARMCI_Free(((void**)base_ptrs[test_iter])[rank]); in main()
50 free(base_ptrs[test_iter]); in main()
H A Dtest_onesided.c17 int rank, nproc, i, test_iter; in main() local
32 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
33 if (rank == 0) printf(" + iteration %d\n", test_iter); in main()
41 for (i = 0; i < DATA_NELTS; i++) my_data[i] = rank*test_iter; in main()
49 if (buf[i] != ((rank+1) % nproc)*test_iter) { in main()
58 for (i = 0; i < DATA_NELTS; i++) buf[i] = rank*test_iter; in main()
65 if (my_data[i] != ((rank+1) % nproc)*test_iter) { in main()
82 int scale = test_iter; in main()
89 if (my_data[i] != rank + ((rank+1) % nproc)*test_iter) { in main()
H A Dtest_parmci.c20 int rank, nproc, i, test_iter; in main() local
36 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
37 if (rank == 0) printf(" + iteration %d\n", test_iter); in main()
45 for (i = 0; i < DATA_NELTS; i++) my_data[i] = rank*test_iter; in main()
55 if (buf[i] != ((rank+1) % nproc)*test_iter) { in main()
65 for (i = 0; i < DATA_NELTS; i++) buf[i] = rank*test_iter; in main()
74 if (my_data[i] != ((rank+1) % nproc)*test_iter) { in main()
93 int scale = test_iter; in main()
101 if (my_data[i] != rank + ((rank+1) % nproc)*test_iter) { in main()
H A Dtest_onesided_shared.c18 int rank, nproc, i, test_iter; in main() local
34 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
35 if (rank == 0) printf(" + iteration %d\n", test_iter); in main()
50 for (i = 0; i < DATA_NELTS; i++) my_data[i] = rank*test_iter; in main()
60 if (buf[i] != ((rank+1) % nproc)*test_iter) { in main()
73 for (i = 0; i < DATA_NELTS; i++) buf[i] = rank*test_iter; in main()
80 if (my_data[i] != ((rank+1) % nproc)*test_iter) { in main()
101 int scale = test_iter; in main()
108 if (my_data[i] != rank + ((rank+1) % nproc)*test_iter) { in main()
H A Dtest_onesided_shared_dla.c18 int rank, nproc, i, test_iter; in main() local
34 for (test_iter = 0; test_iter < NUM_ITERATIONS; test_iter++) { in main()
35 if (rank == 0) printf(" + iteration %d\n", test_iter); in main()
52 for (i = 0; i < DATA_NELTS; i++) my_data[i] = rank*test_iter; in main()
60 if (buf[i] != ((rank+1) % nproc)*test_iter) { in main()
71 for (i = 0; i < DATA_NELTS; i++) buf[i] = rank*test_iter; in main()
79 if (my_data[i] != ((rank+1) % nproc)*test_iter) { in main()
99 int scale = test_iter; in main()
106 if (my_data[i] != rank + ((rank+1) % nproc)*test_iter) { in main()
/dports/devel/libbson/libbson-1.8.1/tests/
H A Dcorpus-test.c90 bson_iter_t test_iter; in corpus_test() local
93 bson_iter_recurse (&inner_iter, &test_iter); in corpus_test()
94 while (bson_iter_next (&test_iter)) { in corpus_test()
95 const char *key = bson_iter_key (&test_iter); in corpus_test()
123 test.lossy = bson_iter_bool (&test_iter); in corpus_test()
139 bson_iter_t test_iter; in corpus_test() local
143 bson_iter_recurse (&inner_iter, &test_iter); in corpus_test()
144 while (bson_iter_next (&test_iter)) { in corpus_test()
166 bson_iter_t test_iter; in corpus_test() local
170 bson_iter_recurse (&inner_iter, &test_iter); in corpus_test()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/algorithm/
H A Dminmax.cpp40 test_iter(Iter first, Sent last) in test_iter() function
53 test_iter(unsigned N) in test_iter() function
64 test_iter() in test_iter() function
66 test_iter<Iter, Sent>(1); in test_iter()
67 test_iter<Iter, Sent>(2); in test_iter()
68 test_iter<Iter, Sent>(3); in test_iter()
69 test_iter<Iter, Sent>(10); in test_iter()
70 test_iter<Iter, Sent>(1000); in test_iter()
119 test_iter<InputIterator<const int*> >(); in main()
123 test_iter<const int*>(); in main()
[all …]
H A Dmax.cpp40 test_iter(Iter first, Sent last) in test_iter() function
51 test_iter(unsigned N) in test_iter() function
62 test_iter() in test_iter() function
64 test_iter<Iter, Sent>(1); in test_iter()
65 test_iter<Iter, Sent>(2); in test_iter()
66 test_iter<Iter, Sent>(3); in test_iter()
67 test_iter<Iter, Sent>(10); in test_iter()
68 test_iter<Iter, Sent>(1000); in test_iter()
113 test_iter<InputIterator<const int*> >(); in main()
114 test_iter<ForwardIterator<const int*> >(); in main()
[all …]
H A Dmin.cpp40 test_iter(Iter first, Sent last) in test_iter() function
51 test_iter(unsigned N) in test_iter() function
62 test_iter() in test_iter() function
64 test_iter<Iter, Sent>(1); in test_iter()
65 test_iter<Iter, Sent>(2); in test_iter()
66 test_iter<Iter, Sent>(3); in test_iter()
67 test_iter<Iter, Sent>(10); in test_iter()
68 test_iter<Iter, Sent>(1000); in test_iter()
112 test_iter<InputIterator<const int*> >(); in main()
113 test_iter<ForwardIterator<const int*> >(); in main()
[all …]
H A Dmax_element.cpp39 test_iter(Iter first, Sent last) in test_iter() function
66 test_iter(unsigned N) in test_iter() function
76 test_iter() in test_iter() function
78 test_iter<Iter, Sent>(0); in test_iter()
79 test_iter<Iter, Sent>(1); in test_iter()
80 test_iter<Iter, Sent>(2); in test_iter()
81 test_iter<Iter, Sent>(3); in test_iter()
82 test_iter<Iter, Sent>(10); in test_iter()
83 test_iter<Iter, Sent>(1000); in test_iter()
143 test_iter<ForwardIterator<const int*> >(); in main()
[all …]
H A Dmin_element.cpp39 test_iter(Iter first, Sent last) in test_iter() function
66 test_iter(unsigned N) in test_iter() function
76 test_iter() in test_iter() function
78 test_iter<Iter, Sent>(0); in test_iter()
79 test_iter<Iter, Sent>(1); in test_iter()
80 test_iter<Iter, Sent>(2); in test_iter()
81 test_iter<Iter, Sent>(3); in test_iter()
82 test_iter<Iter, Sent>(10); in test_iter()
83 test_iter<Iter, Sent>(1000); in test_iter()
143 test_iter<ForwardIterator<const int*> >(); in main()
[all …]
H A Dminmax_element.cpp39 test_iter(Iter first, Sent last) in test_iter() function
90 test_iter(unsigned N) in test_iter() function
100 test_iter() in test_iter() function
102 test_iter<Iter, Sent>(0); in test_iter()
103 test_iter<Iter, Sent>(1); in test_iter()
104 test_iter<Iter, Sent>(2); in test_iter()
105 test_iter<Iter, Sent>(3); in test_iter()
106 test_iter<Iter, Sent>(10); in test_iter()
107 test_iter<Iter, Sent>(1000); in test_iter()
205 test_iter<const int*>(); in main()
[all …]
H A Dreplace.cpp34 void test_iter() in test_iter() function
64 test_iter<ForwardIterator<int*> >(); in main()
65 test_iter<BidirectionalIterator<int*> >(); in main()
66 test_iter<RandomAccessIterator<int*> >(); in main()
67 test_iter<int*>(); in main()
69 test_iter<ForwardIterator<int*>, Sentinel<int*> >(); in main()
70 test_iter<BidirectionalIterator<int*>, Sentinel<int*> >(); in main()
71 test_iter<RandomAccessIterator<int*>, Sentinel<int*> >(); in main()
H A Dreplace_if.cpp34 void test_iter() in test_iter() function
64 test_iter<ForwardIterator<int*> >(); in main()
65 test_iter<BidirectionalIterator<int*> >(); in main()
66 test_iter<RandomAccessIterator<int*> >(); in main()
67 test_iter<int*>(); in main()
69 test_iter<ForwardIterator<int*>, Sentinel<int*> >(); in main()
70 test_iter<BidirectionalIterator<int*>, Sentinel<int*> >(); in main()
71 test_iter<RandomAccessIterator<int*>, Sentinel<int*> >(); in main()
/dports/devel/range-v3/range-v3-0.11.0/test/algorithm/
H A Dminmax.cpp40 test_iter(Iter first, Sent last) in test_iter() function
53 test_iter(unsigned N) in test_iter() function
64 test_iter() in test_iter() function
66 test_iter<Iter, Sent>(1); in test_iter()
67 test_iter<Iter, Sent>(2); in test_iter()
68 test_iter<Iter, Sent>(3); in test_iter()
69 test_iter<Iter, Sent>(10); in test_iter()
70 test_iter<Iter, Sent>(1000); in test_iter()
119 test_iter<InputIterator<const int*> >(); in main()
123 test_iter<const int*>(); in main()
[all …]
H A Dmax.cpp40 test_iter(Iter first, Sent last) in test_iter() function
51 test_iter(unsigned N) in test_iter() function
62 test_iter() in test_iter() function
64 test_iter<Iter, Sent>(1); in test_iter()
65 test_iter<Iter, Sent>(2); in test_iter()
66 test_iter<Iter, Sent>(3); in test_iter()
67 test_iter<Iter, Sent>(10); in test_iter()
68 test_iter<Iter, Sent>(1000); in test_iter()
113 test_iter<InputIterator<const int*> >(); in main()
114 test_iter<ForwardIterator<const int*> >(); in main()
[all …]
H A Dmin.cpp40 test_iter(Iter first, Sent last) in test_iter() function
51 test_iter(unsigned N) in test_iter() function
62 test_iter() in test_iter() function
64 test_iter<Iter, Sent>(1); in test_iter()
65 test_iter<Iter, Sent>(2); in test_iter()
66 test_iter<Iter, Sent>(3); in test_iter()
67 test_iter<Iter, Sent>(10); in test_iter()
68 test_iter<Iter, Sent>(1000); in test_iter()
112 test_iter<InputIterator<const int*> >(); in main()
113 test_iter<ForwardIterator<const int*> >(); in main()
[all …]
H A Dmax_element.cpp39 test_iter(Iter first, Sent last) in test_iter() function
66 test_iter(unsigned N) in test_iter() function
76 test_iter() in test_iter() function
78 test_iter<Iter, Sent>(0); in test_iter()
79 test_iter<Iter, Sent>(1); in test_iter()
80 test_iter<Iter, Sent>(2); in test_iter()
81 test_iter<Iter, Sent>(3); in test_iter()
82 test_iter<Iter, Sent>(10); in test_iter()
83 test_iter<Iter, Sent>(1000); in test_iter()
143 test_iter<ForwardIterator<const int*> >(); in main()
[all …]
H A Dmin_element.cpp39 test_iter(Iter first, Sent last) in test_iter() function
66 test_iter(unsigned N) in test_iter() function
76 test_iter() in test_iter() function
78 test_iter<Iter, Sent>(0); in test_iter()
79 test_iter<Iter, Sent>(1); in test_iter()
80 test_iter<Iter, Sent>(2); in test_iter()
81 test_iter<Iter, Sent>(3); in test_iter()
82 test_iter<Iter, Sent>(10); in test_iter()
83 test_iter<Iter, Sent>(1000); in test_iter()
143 test_iter<ForwardIterator<const int*> >(); in main()
[all …]
H A Dminmax_element.cpp39 test_iter(Iter first, Sent last) in test_iter() function
90 test_iter(unsigned N) in test_iter() function
100 test_iter() in test_iter() function
102 test_iter<Iter, Sent>(0); in test_iter()
103 test_iter<Iter, Sent>(1); in test_iter()
104 test_iter<Iter, Sent>(2); in test_iter()
105 test_iter<Iter, Sent>(3); in test_iter()
106 test_iter<Iter, Sent>(10); in test_iter()
107 test_iter<Iter, Sent>(1000); in test_iter()
205 test_iter<const int*>(); in main()
[all …]
/dports/net/mpich2/mpich2-1.5/src/armci/benchmarks/
H A Dcontiguous-bench.c21 int rank, nproc, test_iter, target_rank, data_size; in main() local
67 for (test_iter = 0; test_iter < NUM_ITERATIONS + NUM_WARMUP_ITER; test_iter++) { in main()
68 if (test_iter == NUM_WARMUP_ITER) in main()
75 for (test_iter = 0; test_iter < NUM_ITERATIONS + NUM_WARMUP_ITER; test_iter++) { in main()
76 if (test_iter == NUM_WARMUP_ITER) in main()
84 for (test_iter = 0; test_iter < NUM_ITERATIONS + NUM_WARMUP_ITER; test_iter++) { in main()
87 if (test_iter == NUM_WARMUP_ITER) in main()
H A Dstrided-bench.c28 int target_rank, xdim, ydim, test_iter; in main() local
84 for (test_iter = 0; test_iter < NUM_ITERATIONS + NUM_WARMUP_ITER; test_iter++) { in main()
85 if (test_iter == NUM_WARMUP_ITER) in main()
93 for (test_iter = 0; test_iter < NUM_ITERATIONS + NUM_WARMUP_ITER; test_iter++) { in main()
94 if (test_iter == NUM_WARMUP_ITER) in main()
102 for (test_iter = 0; test_iter < NUM_ITERATIONS + NUM_WARMUP_ITER; test_iter++) { in main()
103 if (test_iter == NUM_WARMUP_ITER) in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Drma_contig.c23 int nproc, test_iter, target_rank, data_size; in run_test() local
80 for (test_iter = 0; test_iter < num_iter + NUM_WARMUP_ITER; test_iter++) { in run_test()
81 if (test_iter == NUM_WARMUP_ITER) in run_test()
90 for (test_iter = 0; test_iter < num_iter + NUM_WARMUP_ITER; test_iter++) { in run_test()
91 if (test_iter == NUM_WARMUP_ITER) in run_test()
100 for (test_iter = 0; test_iter < num_iter + NUM_WARMUP_ITER; test_iter++) { in run_test()
101 if (test_iter == NUM_WARMUP_ITER) in run_test()
/dports/biology/samtools/samtools-1.14/test/mpileup/
H A Dregression.sh40 test_iter=`expr $test_iter + 1`
49 mv _out FAIL-$e.${test_iter}
59 echo "See PASS-$e.${test_iter} vs expected/$e" >&2
60 mv _out PASS-$e.${test_iter}
80 echo "See FAIL-$e.${test_iter} vs expected/$e" >&2
81 mv _out FAIL-$e.${test_iter}
114 test_iter=0

12345678910>>...57