HomeSort by relevance Sort by last modified time
    Searched full:iterations (Results 151 - 175 of 600) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/sdch/open-vcdiff/src/
addrcache_test.cc 53 void BM_CacheEncode(int iterations, int test_size);
54 void BM_CacheDecode(int iterations, int test_size);
562 void VCDiffAddressCacheTest::BM_CacheEncode(int iterations, int test_size) {
565 for (int test_iteration = 0; test_iteration < iterations; ++test_iteration) {
587 void VCDiffAddressCacheTest::BM_CacheDecode(int iterations, int test_size) {
589 for (int test_iteration = 0; test_iteration < iterations; ++test_iteration) {
  /external/open-vcdiff/src/
addrcache_test.cc 53 void BM_CacheEncode(int iterations, int test_size);
54 void BM_CacheDecode(int iterations, int test_size);
562 void VCDiffAddressCacheTest::BM_CacheEncode(int iterations, int test_size) {
565 for (int test_iteration = 0; test_iteration < iterations; ++test_iteration) {
587 void VCDiffAddressCacheTest::BM_CacheDecode(int iterations, int test_size) {
589 for (int test_iteration = 0; test_iteration < iterations; ++test_iteration) {
  /external/v8/benchmarks/
navier-stokes.js 142 for (var k=0 ; k<iterations; k++) {
179 for (var k=0 ; k<iterations; k++) {
339 this.iterations = function() { return iterations; }
342 iterations = iters;
347 var iterations = 10;
  /system/extras/cpustats/
cpustats.c 52 static int cpu_count, delay, iterations; variable
74 iterations = -1;
85 iterations = atoi(argv[++i]);
136 while ((iterations == -1) || (iterations-- > 0)) {
423 fprintf(stderr, "Usage %s [ -n iterations ] [ -d delay ] [ -c cpu ] [ -m ] [ -h ]\n"
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 64 // do the iterations. Every iters_before_test iterations we check for divergence,
154 +QString(", %1 iterations per pixel, ").arg(threads[0]->max_iter)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IterationController.h 70 * \brief Controls the iterations of the iterative solvers
79 size_t m_maxiter; ///< Max. number of iterations
80 int m_noise; ///< if noise > 0 iterations are printed
  /external/icu4c/test/intltest/
tsdate.cpp 72 // up to three iterations, since the timezone may shift as the year number
73 // is determined. For other patterns, 2 iterations should suffice.
204 + " iterations for the Date " + string[0] + "\t(" + theDate + ").");
  /external/srec/srec/clib/
jacobi.c 93 log_report("\nConverged after %u iterations", iter);
98 log_report("\nMax number %u of iterations reached",
104 thresh = 20.0 * sum / (dim * dim); /* .. first 3 iterations only */
  /frameworks/base/core/tests/coretests/src/android/util/
LogTest.java 136 private static final int ITERATIONS = 1000;
148 intermediates.setInternalIterations(ITERATIONS * 10);
154 for (int i = ITERATIONS - 1; i >= 0; i--) {
  /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/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/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. */
  /system/core/libpixelflinger/
col32cb16blend_neon.S 47 movs r3, r2, lsr #4 // calc. sixteens iterations
115 ands r3, r2, #15 // calc. single iterations

Completed in 3197 milliseconds

1 2 3 4 5 67 8 91011>>