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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
for_each.h 51 * __user_op (depends on desired functionality, e. g. accumulate,
  /prebuilts/go/darwin-x86/src/flag/
example_test.go 64 // Define a flag to accumulate durations. Because it has a special type,
  /prebuilts/go/darwin-x86/src/math/
pow.go 114 // accumulate powers of two into exp.
  /prebuilts/go/darwin-x86/test/bench/shootout/
reverse-complement.go 71 // Accumulate reversed complement in buf[w:]
  /prebuilts/go/linux-x86/src/flag/
example_test.go 64 // Define a flag to accumulate durations. Because it has a special type,
  /prebuilts/go/linux-x86/src/math/
pow.go 114 // accumulate powers of two into exp.
  /prebuilts/go/linux-x86/test/bench/shootout/
reverse-complement.go 71 // Accumulate reversed complement in buf[w:]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
for_each.h 51 * __user_op (depends on desired functionality, e. g. accumulate,
  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 206 * \param[out] dense Accumulate the column vectors of the panel
235 VectorBlock<ScalarVector> dense_col(dense,nextl_col, m); // Accumulate a column vector here
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h 77 /* accumulate the tranformation in the row of s. */
161 // Accumulate the transformation in the remaining k row/column of R
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.h 85 * Fused multiply-accumulate VFP instructions extension. Also part of
89 * Fused multiply-accumulate NEON instructions extension. Optional
  /external/skia/src/core/
SkDeque.cpp 88 // should we alloc more as we accumulate more elements?
128 // should we alloc more as we accumulate more elements?
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64InsnHelpers.h 140 // Return true if INSN is multiply-accumulate
143 // Exclude MUL instructions which are encoded as a multiple-accumulate with
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance8x8_neon.asm 200 vadd.u32 q10, q9, q10 ;accumulate sse
201 vpaddl.s32 q0, q8 ;accumulate sum
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
DoubleAccumulator.java 15 * {@link #accumulate}) are contended across threads, the set of variables
73 public void accumulate(double x) { method in class:DoubleAccumulator
LongAccumulator.java 15 * {@link #accumulate}) are contended across threads, the set of variables
75 public void accumulate(long x) { method in class:LongAccumulator
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_amd64.s 16 // Modified to accumulate 128 bits of key stream into an XMM register
90 // We accumulate alternating bytes into X0 and X1, and then at
rc4_amd64p32.s 16 // Modified to accumulate 128 bits of key stream into an XMM register
98 // We accumulate alternating bytes into X0 and X1, and then at
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_amd64.s 16 // Modified to accumulate 128 bits of key stream into an XMM register
90 // We accumulate alternating bytes into X0 and X1, and then at
rc4_amd64p32.s 16 // Modified to accumulate 128 bits of key stream into an XMM register
98 // We accumulate alternating bytes into X0 and X1, and then at
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 90 por xmm7, xmm6 ; accumulate thresholds
104 por xmm7, xmm6 ; accumulate thresholds
116 por xmm7, xmm6 ; accumulate thresholds
182 por xmm7, xmm6 ; accumulate thresholds
195 por xmm7, xmm6 ; accumulate thresholds
207 por xmm7, xmm6 ; accumulate thresholds
  /external/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp 73 // We will load and accumulate with four coefficients per iteration.
86 // multiply with coefficients => accumulate the convolution result.
102 // => accumulate the convolution results.
204 // We will load and accumulate with four coefficients per iteration.
336 // multiply with current coefficient => accumulate the result.
349 // multiply with current coefficient => accumulate the result.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 90 por xmm7, xmm6 ; accumulate thresholds
104 por xmm7, xmm6 ; accumulate thresholds
116 por xmm7, xmm6 ; accumulate thresholds
182 por xmm7, xmm6 ; accumulate thresholds
195 por xmm7, xmm6 ; accumulate thresholds
207 por xmm7, xmm6 ; accumulate thresholds
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 288 paddd mm0,mm1 /*4 Accumulate dxx1*/
291 paddd mm0,mm2 /*7 Accumulate dxx2 1*/
294 paddd mm0,mm2 /*9 Accumulate dxx2 2*/
297 paddd mm0,mm3 /*12 Accumulate dxx3*/
299 paddd mm0,[edi] /*13 Accumulate dxx4*/
300 paddd mm4,mm5 /*18 Accumulate dxy1*/
306 paddd mm4,mm6 /*21 Accumulate dxy2 1*/
309 paddd mm4,mm6 /*23 Accumulate dxy2 2*/
313 paddd mm4,mm7 /*26 Accumulate dxy3*/
314 paddd mm4,[edi+512] /*27 Accumulate dxy4*
    [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s     [all...]

Completed in 2128 milliseconds

1 2 3 4 5 6 7 8 91011>>