HomeSort by relevance Sort by last modified time
    Searched full:iterations (Results 551 - 575 of 911) sorted by null

<<21222324252627282930>>

  /external/aac/libFDK/src/
dct.cpp 320 /* ARM926: 44 cycles for 2 iterations = 22 cycles/iteration */
359 /* ARM926: 42 cycles for 2 iterations = 21 cycles/iteration */
  /external/bison/data/m4sugar/
foreach.m4 36 # Thus, n iterations need only scan n arguments, for O(n) time.
39 # iterations.
  /external/ceres-solver/docs/source/
building.rst 111 This runs Ceres for a maximum of 10 iterations using the
146 Number of iterations:
  /external/chromium/chrome/browser/history/
expire_history_backend.cc 312 // Initialize the queue with all tasks for the first set of iterations.
598 // creating a new task for future iterations.
  /external/chromium_org/chrome/browser/history/
expire_history_backend.cc 340 // Initialize the queue with all tasks for the first set of iterations.
605 // creating a new task for future iterations.
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 13 // --iterations=num: goes through the list of URLs constructed in usage 2 or 3
74 const char kIterationSwitch[] = "iterations";
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.c 317 unsigned int iterations = local
323 (r300->screen->caps.is_r400 ? 2 * (iterations + 1): 0) +
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute.c 717 * correct number of iterations for the loop, so that you don't need
725 * iterations for our loops, but hopefully our break instruction will
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_bio.c 236 do /* one or two iterations */
393 do /* one or two iterations */
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 251 // Here is where a test for too many iterations would go.
466 } // end iterations
  /external/fdlibm/
e_sqrt.c 203 Section A) uses newton iterations and involves four divisions.
204 The second one uses reciproot iterations to avoid division, but
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 528 int iterations, int elements, int seeds) {
532 for (int i = 0; i < iterations; i++) {
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 20 * ./dicttrieperf --sourcedir <ICU build tree>/data/out/tmp --passes 3 --iterations 1000
22 * ./dicttrieperf -f <ICU source tree>/source/data/brkitr/thaidict.txt --passes 3 --iterations 250
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 317 unsigned int iterations = local
323 (r300->screen->caps.is_r400 ? 2 * (iterations + 1): 0) +
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 717 * correct number of iterations for the loop, so that you don't need
725 * iterations for our loops, but hopefully our break instruction will
  /external/opencv/ml/src/
mlsvm.cpp 130 grid.step = 5; // total iterations = 5
136 grid.step = 15; // total iterations = 4
142 grid.step = 7; // total iterations = 4
148 grid.step = 3; // total iterations = 3
154 grid.step = 14; // total iterations = 3
160 grid.step = 7; // total iterations = 3
    [all...]
  /external/openssl/crypto/bio/
bss_bio.c 236 do /* one or two iterations */
393 do /* one or two iterations */
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_sqrt.h 246 Section A) uses newton iterations and involves four divisions.
247 The second one uses reciproot iterations to avoid division, but
  /external/skia/bench/
benchmain.cpp 637 // setup the frame interval for subsequent iterations
674 // Normalize to ms per 1000 iterations.
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 111 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity)); local
112 while (it != mTableEntryList.end() && iterations > 0) {
114 --iterations;
117 CHECK_EQ(iterations, 0);
132 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity)); local
133 while (it != mTableEntryList.end() && iterations > 0) {
135 --iterations;
138 CHECK_EQ(iterations, 0);
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 609 self.fail("gc didn't happen after 10000 iterations")
676 self.fail("gc didn't happen after 10000 iterations")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 609 self.fail("gc didn't happen after 10000 iterations")
676 self.fail("gc didn't happen after 10000 iterations")
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto1 

Completed in 1740 milliseconds

<<21222324252627282930>>