Lines Matching refs:iterations
28 final int iterations = 1100; field in Main
48 for (int i = 0; i < iterations; i++) { in testLoopAddInt()
50 for (int k = 0; k < iterations; k++) { in testLoopAddInt()
65 for (int i = 0; i < iterations; i++) { in testLoopSubInt()
67 for (int k = 0; k < iterations; k++) { in testLoopSubInt()
82 for (long i = 0; i < iterations; i++) { in testLoopSubLong()
84 for (long k = 0; k < iterations; k++) { in testLoopSubLong()
135 for (int i = 0; i < iterations; i++) { in testLoopDivInt()
137 for (int k = 0; k < iterations; k++) { in testLoopDivInt()
152 for (long i = 0; i < iterations; i++) { in testLoopDivLong()
154 for (long k = 0; k < iterations; k++) { in testLoopDivLong()
169 for (int i = 0; i < iterations; i++) { in testLoopRemInt()
171 for (int k = 0; k < iterations; k++) { in testLoopRemInt()
186 for (long i = 0; i < iterations; i++) { in testLoopRemLong()
188 for (long k = 0; k < iterations; k++) { in testLoopRemLong()
203 for (long i = 0; i < iterations; i++) { in testLoopAddLong()
205 for (long k = 0; k < iterations; k++) { in testLoopAddLong()