/external/opencv/cvaux/src/ |
cvlmeds.cpp | 936 int iterations, error = 0, jN, iN, kN, lN = 0; local 943 /* max_iterations - maximum number QR-iterations 1173 /* Iterations QR-algorithm for bidiagonal matrixes 1182 iterations = 0; 1253 Iterations of the process of the persecution 1264 /* Completion iterations: lower block 1267 if( iterations++ == max_iterations ) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 955 DrNicTest.Unit.Testcase.prototype.benchmark = function(operation, iterations) { [all...] |
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
downsample_fast_neon.S | 177 @ Second part, do the rest iterations (if any).
|
/external/netperf/ |
netcpu_ntperf.c | 145 calibrate_idle_rate(int iterations, int interval)
|
/external/chromium_org/base/third_party/nspr/ |
prtime.cc | 543 int iterations = 0; local 551 if (iterations++ > 1000) [all...] |
/external/chromium_org/content/common/gpu/media/ |
dxva_video_decode_accelerator.cc | 66 // Maximum number of iterations we allow before aborting the attempt to flush 353 // Workaround is to have an upper limit of 10 on the number of iterations to 355 int iterations = 0; local 357 ++iterations < kMaxIterationsForD3DFlush) { [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
runner.js | 147 // FIXME: Don't hard code the number of in-process iterations to use inside a test runner.
|
/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 27 #ifndef ITERATIONS 28 #define ITERATIONS 5 59 fprintf(stderr, "** Standard sieve time: %.9fs +/- %.9fs (%d iterations)\n", s,m, (int)U_LOTS_OF_TIMES); 150 * @return number of iterations 168 double times[ITERATIONS]; 170 for(int i=0;i<ITERATIONS;i++) { 173 fprintf(stderr, "trial: %d/%d = %.9fs\n", i, ITERATIONS,times[i]); 177 uint32_t iterations = ITERATIONS; local 178 *subTime = uprv_getMeanTime(times,&iterations,marginOfError) [all...] |
/external/chromium_org/third_party/jstemplate/ |
jstemplate_example.js | 138 * @param {number} times number of iterations the test is executed.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 19 ; Currently vp9 only works on iterations 8 at a time. The vp8 loop filter 20 ; works on 16 iterations at a time. 82 ; Currently vp9 only works on iterations 8 at a time. The vp8 loop filter 83 ; works on 16 iterations at a time.
|
/external/chromium_org/v8/src/ |
math.js | 294 // Using initial approximation adapted from Kahan's cbrt and 4 iterations
|
/external/deqp/modules/gles2/performance/ |
es2pShaderOptimizationTests.cpp | 343 static inline string loop (int iterations, const string& innerExpr) 345 return "\tfor (int i = 0; i < " + toString(iterations) + "; i++)\n\t\t" + tcu::StringTemplate(innerExpr).specialize(singleMap("NDX", "i")) + ";\n"; [all...] |
/external/deqp/modules/gles3/performance/ |
es3pShaderOptimizationTests.cpp | 346 static inline string loop (int iterations, const string& innerExpr) 348 return "\tfor (int i = 0; i < " + toString(iterations) + "; i++)\n\t\t" + tcu::StringTemplate(innerExpr).specialize(singleMap("NDX", "i")) + ";\n"; [all...] |
/external/elfutils/0.153/libdwfl/ |
link_map.c | 339 size_t iterations = 0; 340 while (next != 0 && ++iterations < dwfl->lookup_elts) 337 size_t iterations = 0; local
|
/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/icu/icu4c/source/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 28 #ifndef ITERATIONS 29 #define ITERATIONS 5 63 fprintf(stderr, "** Standard sieve time: %.9fs +/- %.9fs (%d iterations)\n", s,m, (int)U_LOTS_OF_TIMES); 154 * @return number of iterations 172 double times[ITERATIONS]; 174 for(int i=0;i<ITERATIONS;i++) { 177 fprintf(stderr, "trial: %d/%d = %.9fs\n", i, ITERATIONS,times[i]); 181 uint32_t iterations = ITERATIONS; local 182 *subTime = uprv_getMeanTime(times,&iterations,marginOfError) [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 19 ; Currently vp9 only works on iterations 8 at a time. The vp8 loop filter 20 ; works on 16 iterations at a time. 82 ; Currently vp9 only works on iterations 8 at a time. The vp8 loop filter 83 ; works on 16 iterations at a time.
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
NotificationTestList.java | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 19 ; Currently vp9 only works on iterations 8 at a time. The vp8 loop filter 20 ; works on 16 iterations at a time. 82 ; Currently vp9 only works on iterations 8 at a time. The vp8 loop filter 83 ; works on 16 iterations at a time.
|
/external/deqp/modules/gles31/functional/ |
es31fSeparateShaderTests.cpp | 1002 int iterations, 1065 int iterations, 1070 , m_iterations (iterations) [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 227 // If we've run too few iterations, we continue for another second.
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
async_util.js | 23 * @param {function()} completionCallback Called when all iterations are
|
/external/chromium_org/v8/benchmarks/ |
base.js | 222 // If we've run too few iterations, we continue for another second.
|
/external/yaffs2/yaffs2/ |
yaffs_guts.c | 2028 int iterations; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | 5296 Int iterations=0; \/* for later sanity check *\/ local 5648 Int iterations=0; \/* for later sanity check *\/ local [all...] |