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

1 2 3 4 5 67 8 91011>>

  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
eval.pass.cpp 47 double mean = std::accumulate(u.begin(), u.end(),
88 double mean = std::accumulate(u.begin(), u.end(),
129 double mean = std::accumulate(u.begin(), u.end(),
170 double mean = std::accumulate(u.begin(), u.end(),
211 double mean = std::accumulate(u.begin(), u.end(),
252 double mean = std::accumulate(u.begin(), u.end(),
293 double mean = std::accumulate(u.begin(), u.end(),
334 double mean = std::accumulate(u.begin(), u.end(),
375 double mean = std::accumulate(u.begin(), u.end(),
427 double mean = std::accumulate(u.begin(), u.end()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval.pass.cpp 45 double mean = std::accumulate(u.begin(), u.end(),
85 double mean = std::accumulate(u.begin(), u.end(),
125 double mean = std::accumulate(u.begin(), u.end(),
165 double mean = std::accumulate(u.begin(), u.end(),
211 double mean = std::accumulate(u.begin(), u.end(),
257 double mean = std::accumulate(u.begin(), u.end(),
297 double mean = std::accumulate(u.begin(), u.end(),
337 double mean = std::accumulate(u.begin(), u.end(),
383 double mean = std::accumulate(u.begin(), u.end(),
429 double mean = std::accumulate(u.begin(), u.end()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
eval.pass.cpp 45 double mean = std::accumulate(u.begin(), u.end(),
86 double mean = std::accumulate(u.begin(), u.end(),
127 double mean = std::accumulate(u.begin(), u.end(),
168 double mean = std::accumulate(u.begin(), u.end(),
209 double mean = std::accumulate(u.begin(), u.end(),
250 double mean = std::accumulate(u.begin(), u.end(),
291 double mean = std::accumulate(u.begin(), u.end(),
332 double mean = std::accumulate(u.begin(), u.end(),
373 double mean = std::accumulate(u.begin(), u.end(),
425 double mean = std::accumulate(u.begin(), u.end()
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 98 por mm7, mm6 ; accumulate thresholds
114 por mm7, mm6 ; accumulate thresholds
128 por mm7, mm6 ; accumulate thresholds
195 por mm7, mm6 ; accumulate thresholds
211 por mm7, mm6 ; accumulate thresholds
225 por mm7, mm6 ; accumulate thresholds
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
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.pois/rand.dist.pois.weibull/
eval.pass.cpp 48 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
92 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
136 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();
94 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
139 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
eval_param.pass.cpp 47 double mean = std::accumulate(u.begin(), u.end(),
89 double mean = std::accumulate(u.begin(), u.end(),
131 double mean = std::accumulate(u.begin(), u.end(),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
eval.pass.cpp 46 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();
134 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
eval_param.pass.cpp 47 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
92 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
137 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /external/libchrome/base/metrics/
sample_map.cc 20 void SampleMap::Accumulate(Sample value, Count count) {
sample_vector.h 39 void Accumulate(HistogramBase::Sample value,
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
eval.pass.cpp 44 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();
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
eval_param.pass.cpp 49 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /external/libmpeg2/common/x86/
icv_sad_ssse3.c 138 /* Accumulate SAD */
  /external/llvm/include/llvm/Support/
BranchProbability.h 187 uint64_t Sum = std::accumulate(Begin, End, uint64_t(0),
226 uint64_t Sum = std::accumulate(Begin, End, uint64_t(0));
236 Sum = std::accumulate(Begin, End, uint64_t(0));
252 Sum = std::accumulate(Begin, End, uint64_t(0));
  /external/proguard/src/proguard/evaluation/
BasicBranchUnit.java 102 // Accumulate the branch targets.
  /external/skia/tools/lua/
filter-counter.lua 27 Following this call, there will be some number of calls to accumulate(t)
glyph-counts.lua 27 Following this call, there will be some number of calls to accumulate(t)
  /frameworks/av/media/libeffects/testlibs/
AudioCommon.h 54 // Multiply and accumulate sample by a coefficient to return an accumulator.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
eval.pass.cpp 42 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
eval_param.pass.cpp 43 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
eval_param.pass.cpp 47 double mean = std::accumulate(u.begin(), u.end(), 0.0) / u.size();
  /prebuilts/go/darwin-x86/test/bench/go1/
revcomp_test.go 44 // Accumulate reversed complement in buf[w:]

Completed in 374 milliseconds

1 2 3 4 5 67 8 91011>>