HomeSort by relevance Sort by last modified time
    Searched full:sums (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partial_sum.h 27 * sums.
113 value_type* sums; local
142 sums = static_cast<value_type*>(::operator new(sizeof(value_type)
153 ::new(&(sums[iam])) value_type(*(result + borders[1] - 1));
157 ::new(&(sums[iam]))
169 sums + 1, sums + num_threads, sums + 1, bin_op, sums[0]);
177 sums[iam])
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
LIST 19 math-partial-sums
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
LIST 19 math-partial-sums
  /external/v8/tools/
presubmit.py 101 self.sums = {}
109 self.sums = pickle.load(sums_file)
120 pickle.dump(self.sums, sums_file)
130 if not file in self.sums or self.sums[file] != file_sum:
132 self.sums[file] = file_sum
138 if file in self.sums:
139 self.sums.pop(file)
  /external/libvpx/vp8/encoder/x86/
preproc_mmx.c 101 __declspec(align(16)) unsigned short sums[8]; local
145 movdqa sums, xmm1 local
150 int blurvalue = sums[i] * ppi->fixed_divide[counts[i]];
235 __declspec(align(16)) unsigned short sums[8]; local
278 movq sums, mm1 local
284 int blurvalue = sums[i] * ppi->fixed_divide[counts[i]];
  /frameworks/base/services/surfaceflinger/
BlurFilter.cpp 252 PIXEL* const sums = (PIXEL*)temporary_buffer; local
253 TYPE* const scratch = (TYPE*)(sums + w + kernelSize);
259 // Clear the columns sums for this round
260 memset(sums, 0, (w + kernelSize) * sizeof(PIXEL));
279 sums[x] += PIXEL( *head++ );
289 // Horizontal blur pass on the columns sums
291 PIXEL const * out= sums;
292 PIXEL const * in = sums;
332 sums[x] -= PIXEL( tail[x] );
339 sums[x] += PIXEL( tail[x] )
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Functions.h 42 /** sums up bits in 8 bit variable */
45 /** sums up bits in 16 bit variable */
48 /** sums up bits in 16 bit variable */
L01Dns2x4Ftr.c 194 /* partial bit sums */
246 /* compute partial bit sums */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_numeric.h 217 * @brief Return list of partial sums
227 * @param result Output to write sums to.
256 * @brief Return list of partial sums
266 * @param result Output to write sums to.
303 * @param result Output to write sums to.
341 * @param result Output to write sums to.
  /external/chromium/third_party/zlib/
adler32.c 65 /* split Adler-32 into component sums */
101 DO16(buf); /* 16 sums unrolled */
123 /* return recombined sums */
  /external/qemu/distrib/zlib-1.2.3/
adler32.c 65 /* split Adler-32 into component sums */
101 DO16(buf); /* 16 sums unrolled */
123 /* return recombined sums */
  /external/chromium/sdch/open-vcdiff/src/
adler32.c 105 /* split Adler-32 into component sums */
141 DO16(buf); /* 16 sums unrolled */
163 /* return recombined sums */
  /external/zlib/
adler32.c 68 /* split Adler-32 into component sums */
104 DO16(buf); /* 16 sums unrolled */
126 /* return recombined sums */
  /packages/apps/Email/src/org/apache/commons/io/comparator/
SizeFileComparator.java 61 * Size comparator instance which sums the size of a directory's contents
67 * Reverse size comparator instance which sums the size of a directory's contents
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsum.h 65 // Sums arcs into arcs array.
  /external/bluetooth/glib/tests/
checksum-test.c 623 const gchar **sums)
629 const char *expected = sums[length];
  /external/qemu/
INSTALL 34 The following table sums up the compilers that are *known* to produce
  /frameworks/base/services/audioflinger/
AudioMixer.h 91 static void ditherAndClamp(int32_t* out, int32_t const *sums, size_t c);
AudioMixer.cpp 825 void AudioMixer::ditherAndClamp(int32_t* out, int32_t const *sums, size_t c)
828 int32_t l = *sums++;
829 int32_t r = *sums++;
    [all...]
  /external/libvpx/vp8/encoder/
ssim.c 162 //this is done by sliding a window across the column sums for the last 8 lines
170 //prologue, and calculation of simularity measure from the first 8 column sums
  /frameworks/base/core/jni/
android_util_Process.cpp 428 static const char* const sums[] = { "MemFree:", "Cached:", NULL }; local
434 while (sums[i]) {
435 if (strncmp(p, sums[i], sumsLen[i]) == 0) {
  /external/zlib/doc/
rfc1950.txt 330 Adler-32 is composed of two sums accumulated per byte: s1 is
331 the sum of all bytes, s2 is the sum of all s1 values. Both sums
  /external/webkit/SunSpider/
ChangeLog 186 * tests/math-partial-sums.js: ditto
811 * tests/math-partial-sums.js:
836 * tests/math-partial-sums.js: Added.
  /external/jpeg/
jfdctint.c 63 * as long as possible so that partial sums can be added together with
jidctint.c 63 * as long as possible so that partial sums can be added together with

Completed in 573 milliseconds

1 2