HomeSort by relevance Sort by last modified time
    Searched full:accumulate (Results 101 - 125 of 1081) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/runtime/interpreter/mterp/
Makefile_mterp 34 # Accumulate all possible dependencies for the generated files in a very
  /external/e2fsprogs/misc/
logsave.8.in 25 will accumulate the output in memory until it can be written out.
  /external/libchrome/base/metrics/
sample_map.h 30 void Accumulate(HistogramBase::Sample value,
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
eval.pass.cpp 47 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
86 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
125 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
164 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
eval_param.pass.cpp 48 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
88 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
128 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
168 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_error_avx.asm 66 ; Accumulate horizontally in 64 bits, there is no chance of overflow here
142 ; We accumulate using 32 bit arithmetic, but detect potential overflow
220 ; accumulate in 64bit
244 ; Accumulate horizontally
  /external/llvm/test/CodeGen/Thumb2/
longMACt.ll 2 ; Check generated signed and unsigned multiply accumulate long.
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.hpp 14 extern const struct ProgramEntry accumulate;
  /external/skia/include/images/
SkPageFlipper.h 16 (like a bitmap). You call inval() to accumulate inval areas, and then when
  /external/v8/src/
compilation-statistics.h 36 void Accumulate(const BasicStats& stats);
  /external/v8/test/mjsunit/es6/
typedarray-reduce.js 88 function accumulate(acc, elem, i) { acc[i] = elem; return acc; } function
117 simpleArray, accumulate, []);
123 testReduce("reduce", "EmptyReduceAccumulate", [], [], new constructor([]), accumulate, []);
154 [], new constructor([]), accumulate, []);
  /external/v8/test/mjsunit/regress/
regress-is-contextual.js 37 foo(100); // Accumulate feedback that index is out of bounds.
  /external/webrtc/webrtc/common_audio/signal_processing/
resample_fractional.c 214 // sum and accumulate filter coefficients and input samples
226 // sum and accumulate filter coefficients and input samples
229 // sum and accumulate filter coefficients and input samples
232 // sum and accumulate filter coefficients and input samples
  /external/webrtc/webrtc/modules/audio_processing/
rms_level.h 39 // Pass each chunk of audio to Process() to accumulate the level.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
eval.pass.cpp 45 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
84 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
123 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
162 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
eval_param.pass.cpp 46 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
86 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
126 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
166 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/v8/
runtime_call_stats_table.html 58 accumulate: function(count, time) {
85 value.accumulate(entry.count, entry.time);
210 groups[0].accumulate(runtimeCallStat[0], runtimeCallStat[1]);
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval_param.pass.cpp 49 double mean = std::accumulate(u.begin(), u.end(),
91 double mean = std::accumulate(u.begin(), u.end(),
133 double mean = std::accumulate(u.begin(), u.end(),
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
eval_param.pass.cpp 49 double mean = std::accumulate(u.begin(), u.end(),
91 double mean = std::accumulate(u.begin(), u.end(),
133 double mean = std::accumulate(u.begin(), u.end(),
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
eval.pass.cpp 48 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
88 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
128 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
eval_param.pass.cpp 49 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
90 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
131 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
eval.pass.cpp 44 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
80 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
116 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
eval_param.pass.cpp 45 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
82 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
119 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
eval.pass.cpp 48 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
88 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
128 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
eval.pass.cpp 48 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
88 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
128 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();

Completed in 302 milliseconds

1 2 3 45 6 7 8 91011>>