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

1 2

  /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)
  /frameworks/base/libs/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 */
L01Tld2x4Ftr.c 260 /* complete partial sums and compute final confidence */
  /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/zlib/
adler32.c 65 /* split Adler-32 into component sums */
101 DO16(buf); /* 16 sums unrolled */
123 /* 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/libs/audioflinger/
AudioMixer.h 88 static void ditherAndClamp(int32_t* out, int32_t const *sums, size_t c);
AudioMixer.cpp 613 void AudioMixer::ditherAndClamp(int32_t* out, int32_t const *sums, size_t c)
616 int32_t l = *sums++;
617 int32_t r = *sums++;
  /frameworks/base/core/jni/
android_util_Process.cpp 391 static const char* const sums[] = { "MemFree:", "Cached:", NULL }; local
397 while (sums[i]) {
398 if (strncmp(p, sums[i], sumsLen[i]) == 0) {
  /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
jquant1.c 687 * Add these into the running sums, and simultaneously shift the
688 * next-line error sums left by 1 column.
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 253 / that will contain weighted sums of pixel
256 / array that will contain sums that indicate
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 253 / that will contain weighted sums of pixel
256 / array that will contain sums that indicate
  /bootable/recovery/applypatch/
applypatch.c 416 "sha1 sums; checking cache\n", filename);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
convolve.cpp 46 Description: Optimized code by calculating two convolution sums per iteration
  /external/quake/quake/src/WinQuake/data/
COMEXP.TXT 263 Licensee shall pay and agrees to pay all sums due Id Software in

Completed in 345 milliseconds

1 2