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

<<11121314151617181920>>

  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 128 // - For roll events that occur in quick succession to accumulate.
  /external/skia/src/utils/
SkDashPath.cpp 27 // shouldn't happen with perfect precision, but we can accumulate errors
  /external/toybox/toys/posix/
od.c 104 // Accumulate integer based on size argument
  /external/v8/src/base/
bits.h 270 // adds the accumulate value |acc|.
  /external/v8/src/
string-builder.h 404 void Accumulate(Handle<String> new_part);
  /external/valgrind/none/tests/s390x/
cksm.c 225 and the carrys from intermediate additions will accumulate
  /external/webp/src/utils/
quant_levels_dec.c 267 VFilter(&p); // accumulate average of input
  /external/webrtc/webrtc/base/
virtualsocketserver.h 188 static Function* Accumulate(Function* f);
  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2_mips.c 26 // Multiply a 32-bit value with a 16-bit value and accumulate to another input:
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 183 const float power_target = std::accumulate(
  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.cc 197 // accumulates them in |out|. |out| is cleared before starting to accumulate.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 107 mean_ = std::accumulate(data_.begin(), data_.end(), static_cast<T>(0));
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsTimeBaseTest.java 76 // Toggle running once, to accumulate past uptime and past realtime
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 620 // Accumulate the intra error.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
settings.h 138 /// Minimal input size for accumulate.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
settings.h 138 /// Minimal input size for accumulate.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
settings.h 138 /// Minimal input size for accumulate.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 228 # did previous line end with a backslash? then accumulate
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 228 # did previous line end with a backslash? then accumulate
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
settings.h 138 /// Minimal input size for accumulate.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 228 # did previous line end with a backslash? then accumulate
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 228 # did previous line end with a backslash? then accumulate
  /toolchain/binutils/binutils-2.25/cpu/
sh.cpu 214 (comment "Multiply-accumulate saturation flag")
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 213 std::accumulate(tokenized_names_.begin(), tokenized_names_.end(), ~(0u),
218 std::accumulate(tokenized_names_.begin(), tokenized_names_.end(), 0u,
  /art/test/550-checker-multiply-accumulate/src/
Main.java 130 * Test that we do not create a multiply-accumulate instruction when there
183 * Test that we do not create a multiply-accumulate instruction even when all

Completed in 2278 milliseconds

<<11121314151617181920>>