/external/llvm/include/llvm/Analysis/ |
BlockFrequencyImpl.h | 95 // loop. This is the reciprocal of the expected number of loop iterations. 192 // number of loop iterations. The loop blocks will be revisited so they all 234 // The Expected number of loop iterations is: 236 // Iterations = 1 / ExitProb
|
/external/llvm/test/Transforms/LoopVectorize/ |
infiniteloop.ll | 12 ; // getExitCount - Get the expression for the number of loop iterations for
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_limits.h | 62 * Maximum iterations before loop termination
|
/external/netperf/ |
netcpu_osx.c | 97 calibrate_idle_rate(int iterations, int interval)
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Mandelbrot.java | 35 t.setText("Iterations");
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Mandelbrot.java | 29 t.setText("Iterations");
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Mandelbrot.java | 35 t.setText("Iterations");
|
/system/extras/tests/sdcard/ |
profile_sdcard.sh | 40 adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-sdcard.txt
|
/external/yaffs2/yaffs2/direct/ |
dtest.c | 171 int iterations = (syze + strlen(fn) -1)/ strlen(fn); local 175 while (iterations > 0) 177 sprintf(xx,"%s %8d",fn,iterations); 179 iterations--; 193 int iterations = (syze + strlen(fn) -1)/ strlen(fn); local 197 while (iterations > 0) 199 sprintf(xx,"%s %8d",fn,iterations); 208 iterations--; 219 int iterations; local 223 iterations = (syze1 + strlen(fn) -1)/ strlen(fn) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetAddressThreadTest.java | 52 * be threadsafe, it is quite likely that several thousand iterations 81 + i + " iterations");
|
/external/chromium_org/chromeos/network/onc/ |
onc_utils.cc | 69 int iterations; local 77 !root.GetInteger(encrypted::kIterations, &iterations) || 94 // Make sure iterations != 0, since that's not valid. 95 if (iterations == 0) { 102 if (iterations < 0 || iterations > kMaxIterationCount) { 103 ONC_LOG_ERROR("Too many iterations in encrypted ONC"); 116 iterations,
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
maps.py | 58 def SpinWaitOnRAF(tab, iterations, timeout = 60): 72 """ % iterations
|
/external/chromium_org/crypto/ |
ec_private_key_openssl.cc | 149 int iterations, 169 iterations,
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_analysis.h | 112 * Maximum number of loop iterations. 116 * of loop iterations.
|
/external/chromium_org/third_party/sqlite/src/test/ |
savepoint2.test | 52 set iterations 20 76 for {set ii 2} {$ii < ($iterations+2)} {incr ii} {
|
/external/chromium_org/tools/perf/metrics/ |
statistics_unittest.py | 11 def Relax(samples, iterations=10): 16 for _ in xrange(0, iterations):
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ConcurrentHashMultisetBasherTest.java | 113 int iterations = 100000; local 117 for (int i = 0; i < iterations; i++) {
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 142 cout << "Doing " << ITER_COUNT << " iterations:" << endl; 180 out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" << endl;
|
/external/mesa3d/src/glsl/ |
loop_analysis.h | 112 * Maximum number of loop iterations. 116 * of loop iterations.
|
/external/valgrind/main/drd/tests/ |
annotate_smart_pointer.cpp | 309 const int iterations = std::max(argc > 2 ? atoi(argv[2]) : 1, 1); local 312 for (int j = 0; j < iterations; ++j)
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.S | 53 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2 61 @ First r5 iterations in a loop.
|
/libcore/luni/src/main/java/java/math/ |
Primality.java | 50 // * It encodes how many iterations of Miller-Rabin test are need to get an 52 // * for a {@code 1000}-bit number we need {@code 4} iterations, since
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
mainloop.h | 49 * The main loop is designed around the concept of iterations. Each iteration 110 /** Run unlimited iterations of the main loop object until the main loop's quit() routine is called. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
mainloop.h | 49 * The main loop is designed around the concept of iterations. Each iteration 110 /** Run unlimited iterations of the main loop object until the main loop's quit() routine is called. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
mainloop.h | 49 * The main loop is designed around the concept of iterations. Each iteration 110 /** Run unlimited iterations of the main loop object until the main loop's quit() routine is called. */
|