HomeSort by relevance Sort by last modified time
    Searched full:accumulate (Results 501 - 525 of 1188) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/cpu/
sh.cpu 214 (comment "Multiply-accumulate saturation flag")
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 215 std::accumulate(tokenized_names_.begin(), tokenized_names_.end(), ~(0u),
220 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
  /external/boringssl/src/crypto/modes/asm/
ghashv8-armx.pl 257 veor $Xl,$Xl,$Xln @ accumulate
284 veor $IN,$IN,$Xh @ accumulate $IN early
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 225 /* accumulate the orthogonal factor in fjac. */
468 /* accumulate the orthogonal factor in fjac. */
  /external/gemmlowp/internal/
multi_thread_gemm.h 392 // then has to pack a block of the LHS and accumulate the Gemm of these
559 // each, and accumulate the corresponding products.
  /external/libopus/silk/x86/
NSQ_sse.c 380 /* accumulate */
449 /* accumulate */
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 212 // Accumulate counters.
646 // Accumulate counters.
vp9_firstpass.c     [all...]
  /external/llvm/docs/
Vectorizers.rst 237 This example uses the "accumulate" function of the standard c++ library. This
245 return std::accumulate(A, A + n, 0);
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 351 // in combineRegions(). Because we accumulate counter values only from
382 // to accumulate counts only from CodeRegions, or else the area will be
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_alu.txt 12 # Add and accumulate
172 # Subtract and accumulate words
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.c 268 * The goal of this extension is to allow apps to accumulate their rendering
269 * at the same time as they accumulate their buffer object. Without it,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 76 * The bitmap cache attempts to accumulate multiple glBitmap calls in a
687 * Try to accumulate this glBitmap call in the bitmap cache.
  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 82 // Builder that helps accumulate Type structs and then create a single
445 // A TypeSpec builder. We use this to accumulate the set of Types
  /frameworks/native/libs/vr/libpdx_uds/
service_framework_tests.cpp 220 int sum = std::accumulate(data_array.begin(), data_array.end(), 0);
663 int expected_sum = std::accumulate(data_array.begin(), data_array.end(), 0);
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 124 // Accumulate pointers to uses of C.x.
130 // Accumulate exported functions.
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 124 // Accumulate pointers to uses of C.x.
130 // Accumulate exported functions.
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 318 The rules to check the sanity will accumulate over time. However, let's
383 # At SYN_REPORT, accumulate how many errors occur.
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 284 /// \brief Accumulate the given cost for a particular SROA candidate.
302 /// \brief Accumulate a constant GEP offset into an APInt if possible.
350 // Accumulate the allocated size.
395 // Check if the offset of this GEP is constant, and if so accumulate it
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
serialization.h 347 return std::accumulate(v.begin(), v.end(), GetEncodingSize(EncodeType(v)),
357 return std::accumulate(
370 return std::accumulate(
381 return std::accumulate(v.begin(), v.end(), GetEncodingSize(EncodeType(v)),
390 return std::accumulate(v.begin(), v.end(), GetEncodingSize(EncodeType(v)),
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.c 223 // Accumulate for mean and VAR.
269 // Accumulate data for KASA fit.
294 // Good data detection, sorting and accumulate the data for Kasa.
  /external/opencv/cv/include/
cv.h     [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 216 * accumulate multiple
240 * A call to next() will accumulate various text events into a single event
256 * accumulate the replacement text and other text
    [all...]

Completed in 872 milliseconds

<<21222324252627282930>>