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

<<11121314151617181920>>

  /external/bison/data/m4sugar/
foreach.m4 36 # Thus, n iterations need only scan n arguments, for O(n) time.
39 # 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/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/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
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 109 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity)); local
110 while (it != mTableEntryList.end() && iterations > 0) {
112 --iterations;
115 CHECK_EQ(iterations, 0);
130 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity)); local
131 while (it != mTableEntryList.end() && iterations > 0) {
133 --iterations;
136 CHECK_EQ(iterations, 0);
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java     [all...]
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp     [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 146 my $iterations = 1;
292 --iterations n Number of times to run the set of tests (e.g. ABCABCABC)
340 'iterations=i' => \$iterations,
673 print " $iterations times" if ($iterations > 1);
692 for (my $i = 1; $i < $iterations; $i++) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto1 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
VectorTest.java 418 final int iterations = 10000; local
422 for (int i = 0; i < iterations; i++) {
431 for (int i = 0; i < iterations; i++) {
    [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 602 * using as many iterations as needed.
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 268 // We do no more than a limited number of iterations
  /development/tools/labpretest/
labpretest.sh 119 log_print "device time out after $loop iterations"
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3tokenstream.h 208 * a huge overhead as it only stores pointers anyway, but allows for iterations and
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 29 // --filter-steps: The number of iterations to run, with each iteration
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 336 // number of iterations in FindBestMatch. For example, if the entire
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 226 * with each iteration, so this algorithm takes O(log(digits)) iterations.
  /external/icu4c/test/intltest/
tsnmfmt.cpp 348 errMsg = ("**** FAIL: No string and/or number match within 2 iterations.");
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 189 ; the subsequent iterations repeat 3 out of 4 of these reads. Since the
  /external/linux-tools-perf/
perf.c 381 * subsequent loop iterations. Save argv[0] and

Completed in 1301 milliseconds

<<11121314151617181920>>