/external/boringssl/src/crypto/modes/asm/ |
ghashv8-armx.pl | 257 veor $Xl,$Xl,$Xln @ accumulate 284 veor $IN,$IN,$Xh @ accumulate $IN early
|
aesni-gcm-x86_64.pl | 191 vpxor 0x70+8(%rsp),$Xi,$Xi # accumulate I[0] 741 vpxor 0x70(%rsp),$Xi,$Xi # accumulate I[0] 795 vxorps 0x10(%rsp),$Z3,$Z3 # accumulate $inout0
|
/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/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 740 // Accumulate the intra error. [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/Target/ARM/ |
ARMISelLowering.h | 165 UMLAL, // 64bit Unsigned Accumulate Multiply 166 SMLAL, // 64bit Signed Accumulate Multiply
|
/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.
|
/external/opencv3/3rdparty/libwebp/cpu-features/ |
cpu-features.c | 831 * perform fused multiply-accumulate on VFP registers, as well as 838 * multiply-accumulate instructions that work on the NEON registers.
|
/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 | 240 /// \brief Accumulate the given cost for a particular SROA candidate. 258 /// \brief Accumulate a constant GEP offset into an APInt if possible. 304 // Accumulate the allocated size. 349 // Check if the offset of this GEP is constant, and if so accumulate it 870 // Otherwise, we need to accumulate a cost proportional to the number of [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | [all...] |
/external/v8/src/parsing/ |
parser-base.h | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
firstpass.c | [all...] |
/device/google/contexthub/firmware/src/algos/ |
accel_cal.c | 232 // Accumulate for mean and VAR. 276 // Accumulate data for KASA fit. 303 // Good data detection, sorting and accumulate the data for Kasa.
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
row_neon64.cc | [all...] |
/external/opencv/cv/include/ |
cv.h | [all...] |
/external/opencv3/modules/core/src/ |
lda.cpp | 422 // Accumulate transformations 578 // Accumulate transformations 816 // Accumulate transformations (Algol's ortran). [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...] |
/system/core/libpixelflinger/codeflinger/ |
MIPS64Assembler.cpp | 603 // multiply, accumulate 1072 // 16 x 16 signed multiply (like SMLAxx without the accumulate) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
vector2.s | 653 /* Multiply and accumulate to Accumulator while loading a data 656 /* Multiply and accumulate while loading two data registers. One 664 /* Multiply-Accumulate to a Data register while incrementing an
|
/art/runtime/ |
intern_table.cc | 506 return std::accumulate(tables_.begin(),
|
/art/runtime/lambda/ |
closure.cc | 67 // Accumulate the sizes of all preceding captured variables as the current offset only.
|