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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/test/chan/
sieve2.go 155 // will send to it, making the buffer accumulate and block this
  /prebuilts/go/linux-x86/test/chan/
sieve2.go 155 // will send to it, making the buffer accumulate and block this
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
partial_sum.h 163 _ValueType(__gnu_parallel::accumulate(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 71 # Accumulate read(1) because it's simpler to handle the differences
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 71 # Accumulate read(1) because it's simpler to handle the differences
  /external/opencv3/modules/imgproc/src/
accum.cpp 784 ACCUMULATE = 0,
793 CV_Assert(op_type == ACCUMULATE || op_type == ACCUMULATE_SQUARE ||
804 const char * const opMap[4] = { "ACCUMULATE", "ACCUMULATE_SQUARE", "ACCUMULATE_PRODUCT",
808 ocl::Kernel k("accumulate", ocl::imgproc::accumulate_oclsrc,
846 void cv::accumulate( InputArray _src, InputOutputArray _dst, InputArray _mask ) function in class:cv
855 ocl_accumulate(_src, noArray(), _dst, 0.0, _mask, ACCUMULATE))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
mmintrin.h 700 by accumulate across all elements and __A. */
708 by accumulate across all elements and __A. */
716 by accumulate across all elements. */
724 by accumulate across all elements. */
731 /* Accumulate across all unsigned 8-bit values in __A. */
738 /* Accumulate across all unsigned 16-bit values in __A. */
745 /* Accumulate across all unsigned 32-bit values in __A. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
mmintrin.h 700 by accumulate across all elements and __A. */
708 by accumulate across all elements and __A. */
716 by accumulate across all elements. */
724 by accumulate across all elements. */
731 /* Accumulate across all unsigned 8-bit values in __A. */
738 /* Accumulate across all unsigned 16-bit values in __A. */
745 /* Accumulate across all unsigned 32-bit values in __A. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
mmintrin.h 700 by accumulate across all elements and __A. */
708 by accumulate across all elements and __A. */
716 by accumulate across all elements. */
724 by accumulate across all elements. */
731 /* Accumulate across all unsigned 8-bit values in __A. */
738 /* Accumulate across all unsigned 16-bit values in __A. */
745 /* Accumulate across all unsigned 32-bit values in __A. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
mmintrin.h 700 by accumulate across all elements and __A. */
708 by accumulate across all elements and __A. */
716 by accumulate across all elements. */
724 by accumulate across all elements. */
731 /* Accumulate across all unsigned 8-bit values in __A. */
738 /* Accumulate across all unsigned 16-bit values in __A. */
745 /* Accumulate across all unsigned 32-bit values in __A. */
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
  /external/ImageMagick/coders/
uyvy.c 155 Accumulate UYVY, then unpack into two pixels.
333 Accumulate two pixels, then output.
  /external/boringssl/linux-aarch64/crypto/modes/
ghashv8-armx64.S 153 eor v0.16b,v0.16b,v4.16b //accumulate
180 eor v3.16b,v3.16b,v2.16b //accumulate v3.16b early
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix_test.cc 461 const int num_rows = std::accumulate(row_blocks.begin(), row_blocks.end(), 0);
462 const int num_cols = std::accumulate(col_blocks.begin(), col_blocks.end(), 0);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONML.java 169 newjo.accumulate(attribute, JSONObject.stringToValue((String)token));
172 newjo.accumulate(attribute, "");
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 107 * and accumulate them. Adjustments are less than eight and the maximum
331 * and accumulate them. Adjustments are less than eight and the maximum
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 163 // Accumulate the adjustments.
358 // Accumulate the adjustments.
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 318 // Accumulate frame counts.
357 // level, so not need to accumulate it here.
  /external/llvm/include/llvm/IR/
Operator.h 442 /// \brief Accumulate the constant address offset of this GEP if possible.
444 /// This routine accepts an APInt into which it will accumulate the constant
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 139 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
158 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_shift.txt 18 # Shift by immediate and accumulate
128 # Shift by register and accumulate
  /external/llvm/test/MC/Hexagon/instructions/
xtype_alu.s 12 # Add and accumulate
172 # Subtract and accumulate words
  /external/mesa3d/src/mesa/main/
accum.c 309 /* accumulate */
505 /* Accumulate buffer group */
  /external/parameter-framework/upstream/parameter/
DomainConfiguration.cpp 263 strResult = accumulate(begin(mAreaConfigurationList), end(mAreaConfigurationList), string("\n"),
339 return std::accumulate(begin(mAreaConfigurationList), end(mAreaConfigurationList), true,
  /external/v8/src/
api-natives.cc 206 // Use a temporary FixedArray to accumulate unique accessors.
212 // Accumulate accessors.

Completed in 738 milliseconds

<<11121314151617181920>>