Searched refs:iterations (Results 1 - 25 of 50) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-lim-11.c7 long iterations; member in struct:thread_param
14 long iterations = p->iterations; local
16 for (i=0; i<iterations; i++)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/27_io/
H A Difstream_extract_int.cc29 const int iterations = 10000000; local
33 for (int i = 0; i < iterations; ++i)
40 for (int j, i = 0; i < iterations; ++i)
H A Dcout_insert_int.cc30 const int iterations = 150000; local
33 for (int i = 0; i < iterations; i++)
H A Dofstream_insert_int.cc30 const int iterations = 10000000; local
34 for (int i = 0; i < iterations; ++i)
H A Difstream_extract_float.cc29 const int iterations = 10000000; local
38 for (int i = 0; i < iterations; ++i)
53 for (int j, i = 0; i < iterations; ++i)
H A Dofstream_insert_float.cc30 const int iterations = 10000000; local
42 for (int i = 0; i < iterations; ++i)
H A Dfstream_seek_write.cc30 const int iterations = 300000; local
36 for (int i = 0; i < iterations; i++)
H A Dfilebuf_sgetn_unbuf.cc33 const int iterations = 500000; local
51 for (int i = 0; i < iterations; ++i)
63 for (int i = 0; i < iterations; ++i)
76 for (int i = 0; i < iterations; ++i)
H A Dfilebuf_sputc.cc31 const int iterations = 100000000; local
36 for (int i = 0; i < iterations; ++i)
46 for (int i = 0; i < iterations; ++i)
58 for (int i = 0; i < iterations; ++i)
H A Dfilebuf_sputn_unbuf.cc32 const int iterations = 500000; local
41 for (int i = 0; i < iterations; ++i)
52 for (int i = 0; i < iterations; ++i)
64 for (int i = 0; i < iterations; ++i)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/modifiers/
H A D16728.cc38 // The number of iterations to be performed.
39 int iterations = ITERATIONS; variable
65 while (test_iterations < iterations)
80 comment << "4-way threaded iterations: " << iterations*4 << '\t';
82 comment << "iterations: " << iterations << '\t'; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/21_strings/
H A Dfind.cc39 const unsigned int iterations = 2000000; local
45 test_pair(s, f, iterations);
52 test_pair(s, f, iterations);
59 test_pair(s, f, iterations);
67 test_pair(s, f, iterations);
74 test_pair(s, f, iterations);
81 test_pair(s, f, iterations);
90 test_pair(s, f, iterations);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/create/
H A Dmap.cc28 const int iterations = 250000; local
29 for (int i = 0; i < iterations; ++i)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990527-1.c13 static int iterations, offset; variable
24 for (i = 0; i < iterations; i++)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/create_sort/
H A Dlist.cc27 const int iterations = 1000000; local
28 for (unsigned int n = 1; n <= iterations; n *= 10)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/create_from_sorted/
H A Dset.cc28 static const unsigned iterations = 10; // make results less random while local
38 for (test_type i = 0; i != iterations; ++i)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert_from_sorted/
H A Dset.cc29 static const unsigned iterations = 10; local
46 for (unsigned i = 0; i != iterations; ++i)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dbinary-tree.c130 long i, iterations, check; local
132 iterations = pow(2, maxDepth - depth + minDepth);
136 for (i = 1; i <= iterations; i++)
150 iterations * 2,
H A Dbinary-tree.go82 iterations := 1 << uint(maxDepth-depth+minDepth)
85 for i := 1; i <= iterations; i++ {
89 fmt.Printf("%d\t trees of depth %d\t check: %d\n", iterations*2, depth, check)
H A Dbinary-tree-freelist.go115 iterations := 1 << uint(maxDepth-depth+minDepth)
118 for i := 1; i <= iterations; i++ {
126 fmt.Printf("%d\t trees of depth %d\t check: %d\n", iterations*2, depth, check)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/garbage/
H A Dtree.go85 iterations := 1 << uint(maxDepth-depth+minDepth)
88 for i := 1; i <= iterations; i++ {
92 fmt.Printf("%d\t trees of depth %d\t check: %d\n", iterations*2, depth, check)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/26_numerics/
H A Dcomplex_norm.cc30 const int iterations = 2000; local
39 for (int i = 0; i < iterations; ++i)
55 for (int i = 0; i < iterations; ++i)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/go1/
H A Dbinarytree_test.go46 iterations := 1 << uint(maxDepth-depth+minDepth)
49 for i := 1; i <= iterations; i++ {
53 //fmt.Printf("%d\t trees of depth %d\t check: %d\n", iterations*2, depth, check)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/
H A Dassociative.cc23 // The number of iterations to be performed.
24 int iterations = 1000; variable
181 for (int j = insert_values * iterations; j > 0;)
219 for (int j = insert_values * iterations; j-- > 0;)
H A Dsequence.cc23 // The number of iterations to be performed.
24 int iterations = 1000; variable
181 for (int j = insert_values * iterations; j > 0;)
219 for (int j = insert_values * iterations; j-- > 0;)

Completed in 212 milliseconds

12