Searched
full:iterations (Results
326 -
350 of
600) sorted by null
<<11121314151617181920>>
/external/chromium/testing/gtest/test/ |
gtest_shuffle_test.py | 262 # Get the test lists in all 3 iterations, using random seed 1, 2,
|
/external/dropbear/libtomcrypt/src/prngs/ |
sober128.c | 38 #define FOLD N /* how many iterations of folding to do */
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 167 #define E2F_FLAG_RESTART_LATER 0x0008 /* Restart after all iterations done */
|
/external/gtest/test/ |
gtest_shuffle_test.py | 262 # Get the test lists in all 3 iterations, using random seed 1, 2,
|
/external/icu4c/test/perf/ustrperf/ |
stringperf.h | 24 #define LOOPS 100 //Iterations
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
LODGeomap.java | 403 int it = (getWidth() - 1) / rightLod; // iterations
451 int it = (getWidth() - 1) / topLod; // iterations
492 int it = (getWidth() - 1) / leftLod; // iterations
541 int it = (getWidth() - 1) / bottomLod; // iterations
[all...] |
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_shuffle_test.py | 262 # Get the test lists in all 3 iterations, using random seed 1, 2,
|
/external/llvm/lib/Target/X86/ |
README-X86-64.txt | 175 iterations of the loop.
|
/external/llvm/lib/Transforms/Scalar/ |
Sink.cpp | 30 STATISTIC(NumSinkIter, "Number of sinking iterations");
|
/external/netperf/ |
netcpu_ntperf.c | 145 calibrate_idle_rate(int iterations, int interval)
|
netcpu_pstatnew.c | 151 calibrate_idle_rate(int iterations, int interval)
|
/external/opencv/cv/src/ |
cvpyrsegmentation.cpp | 189 const int max_iter = 3; /* maximum number of iterations */ 318 /* do several iterations to determine son-father links */ 603 const int max_iter = 3; /* maximum number of iterations */ 738 /* do several iterations to determine son-father links */ [all...] |
/external/opencv/cxcore/src/ |
cxerror.cpp | 282 case CV_StsNoConv : return "Iterations do not converge";
|
/external/protobuf/gtest/test/ |
gtest_shuffle_test.py | 268 # Get the test lists in all 3 iterations, using random seed 1, 2,
|
/external/srec/tools/grxmlcompile/ |
sub_grph.h | 53 #define MAXITS 5 // Maximum equivalence reduction iterations
|
/external/v8/benchmarks/ |
base.js | 222 // If we've run too few iterations, we continue for another second.
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
iexploder.rb | 335 puts "for #{max} tests, you will have #{counter} iterations until #{test.subtest_num}"
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_hist.c | 271 * iterations.
|
arith_routines_logist.c | 146 /* increment only once per 4 iterations */
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_winpcap.c | 41 * Number of pcap_dispatch() iterations to do without extra wait after each
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
levinson.c | 161 * ITERATIONS I=2 to M *
|
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
UiAutomatorTestRunner.java | 295 // Report total number of iterations, if test is repetitive
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Phaser.java | 86 * actions with a fixed number of iterations, it is often convenient 148 * for a given number of iterations is to override {@code onAdvance}: 151 * void startTasks(List<Runnable> tasks, final int iterations) { 154 * return phase >= iterations || registeredParties == 0; [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_sqrt.c | 204 Section A) uses newton iterations and involves four divisions. 205 The second one uses reciproot iterations to avoid division, but
|
/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 */
|
Completed in 1949 milliseconds
<<11121314151617181920>>