HomeSort by relevance Sort by last modified time
    Searched refs:iterations (Results 201 - 225 of 268) sorted by null

1 2 3 4 5 6 7 891011

  /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 903 int iterations,
966 int iterations,
971 , m_iterations (iterations)
    [all...]
es31fDebugTests.cpp 822 vector<MessageFilter> genFilters (const vector<MessageData>& messages, const vector<MessageFilter>& initial, deUint32 seed, int iterations) const;
910 vector<FilterCase::MessageFilter> FilterCase::genFilters (const vector<MessageData>& messages, const vector<MessageFilter>& initial, deUint32 seed, int iterations) const
    [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 5269 Int iterations=0; \/* for later sanity check *\/ local
5619 Int iterations=0; \/* for later sanity check *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 5298 Int iterations=0; \/* for later sanity check *\/ local
5650 Int iterations=0; \/* for later sanity check *\/ local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 2017 static const int iterations = 300; member in class:WebCore::OffHeapContainer
2106 const int OffHeapContainer::iterations; member in class:WebCore::OffHeapContainer
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 392 [ -I <iters>: --iterations=<iters> ] Default: 1
458 \texttt{--iterations}\\Set Number of Iterations to Run}
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 92 ;# 4 iterations of the cyclic transform 0->1->2->3->4->5->6->7->0.
236 ;# This can be accomplished by 4 iterations of the cyclic transform
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 172 /** \brief Returns number of performed QR-like iterations.
174 Index iterations() const function in class:Eigen::RealQZ
180 /** Sets the maximal number of iterations allowed to converge to one eigenvalue
617 // check if we converged before reaching iterations limit
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 92 ;# 4 iterations of the cyclic transform 0->1->2->3->4->5->6->7->0.
236 ;# This can be accomplished by 4 iterations of the cyclic transform
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 92 ;# 4 iterations of the cyclic transform 0->1->2->3->4->5->6->7->0.
236 ;# This can be accomplished by 4 iterations of the cyclic transform
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 7 // The number of individual test iterations to do
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
subpixel_mmx.asm 189 ; the subsequent iterations repeat 3 out of 4 of these reads. Since the
  /external/chromium_org/v8/test/mjsunit/
regexp.js 528 // More iterations increases the chance of hitting a GC.
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 189 ; the subsequent iterations repeat 3 out of 4 of these reads. Since the

Completed in 1085 milliseconds

1 2 3 4 5 6 7 891011