HomeSort by relevance Sort by last modified time
    Searched refs:accum (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.c 167 int accum, incr, pos; local
170 accum = 0;
180 accum += incr;
181 while ( accum > 0 ) {
182 accum -= 1000;
195 accum += incr;
196 while ( accum > 0 ) {
197 accum -= 1000;
  /external/skia/src/core/
SkRect.cpp 71 // If all of the points are finite, accum should stay 0. If we encounter
72 // a NaN or infinity, then accum should become NaN.
73 float accum = 0; local
74 accum *= l; accum *= t;
80 accum *= x; accum *= y;
91 SkASSERT(!accum || !SkScalarIsFinite(accum));
92 if (accum) {
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 121 // Apply the filter to the row to get the destination pixel in |accum|.
122 int32x4_t accum = vdupq_n_s32(0); local
147 accum += p0;
148 accum += p1;
149 accum += p2;
150 accum += p3;
180 accum += p0;
181 accum += p1;
182 accum += p2;
187 accum = vshrq_n_s32(accum, SkConvolutionFilter1D::kShiftBits)
    [all...]
  /external/clang/test/CodeGen/
arm64_neon_high_half.c 96 int16x8_t test_vabal_high_s8(int16x8_t accum, int8x16_t lhs, int8x16_t rhs) {
98 return vabal_high_s8(accum, lhs, rhs);
101 int32x4_t test_vabal_high_s16(int32x4_t accum, int16x8_t lhs, int16x8_t rhs) {
103 return vabal_high_s16(accum, lhs, rhs);
106 int64x2_t test_vabal_high_s32(int64x2_t accum, int32x4_t lhs, int32x4_t rhs) {
108 return vabal_high_s32(accum, lhs, rhs);
111 uint16x8_t test_vabal_high_u8(uint16x8_t accum, uint8x16_t lhs, uint8x16_t rhs) {
113 return vabal_high_u8(accum, lhs, rhs);
116 uint32x4_t test_vabal_high_u16(uint32x4_t accum, uint16x8_t lhs, uint16x8_t rhs) {
118 return vabal_high_u16(accum, lhs, rhs)
    [all...]
mandel.c 30 volatile double __complex__ accum; variable
  /external/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 121 // Apply the filter to the row to get the destination pixel in |accum|.
122 int32x4_t accum = vdupq_n_s32(0); local
147 accum += p0;
148 accum += p1;
149 accum += p2;
150 accum += p3;
180 accum += p0;
181 accum += p1;
182 accum += p2;
187 accum = vshrq_n_s32(accum, SkConvolutionFilter1D::kShiftBits)
    [all...]
  /external/chromium_org/third_party/skia/bench/
MathBench.cpp 365 float accum = 0; local
371 accum += fast_floor(data[i]);
373 this->process(accum);
378 accum += sk_float_floor(data[i]);
380 this->process(accum);
426 int accum = 0; local
431 accum += SkCLZ_portable(fData[i]);
433 this->process(accum);
438 accum += SkCLZ(fData[i]);
440 this->process(accum);
482 int accum = 0; local
    [all...]
  /external/skia/bench/
MathBench.cpp 365 float accum = 0; local
371 accum += fast_floor(data[i]);
373 this->process(accum);
378 accum += sk_float_floor(data[i]);
380 this->process(accum);
426 int accum = 0; local
431 accum += SkCLZ_portable(fData[i]);
433 this->process(accum);
438 accum += SkCLZ(fData[i]);
440 this->process(accum);
482 int accum = 0; local
    [all...]
  /external/flac/libFLAC/
bitwriter.c 104 bwword accum; /* accumulator; bits are right-justified; when full, accum is appended to buffer */ member in struct:FLAC__BitWriter
107 unsigned bits; /* # of used bits in accum */
228 fprintf(out, "%01u", bw->accum & (1 << (bw->bits-j-1)) ? 1:0);
285 /* append bits as complete word to buffer, but don't change bw->accum or bw->bits */
286 bw->buffer[bw->words] = SWAP_BE_WORD_TO_HOST(bw->accum << (FLAC__BITS_PER_WORD-bw->bits));
317 bw->accum <<= n;
321 bw->buffer[bw->words++] = SWAP_BE_WORD_TO_HOST(bw->accum);
334 bw->accum = 0;
360 bw->accum <<= bits
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsxform.c 209 cmsUInt8Number* accum; local
215 accum = (cmsUInt8Number*) in;
220 accum = p -> FromInputFloat(p, fIn, accum, Stride);
260 cmsUInt8Number* accum; local
265 accum = (cmsUInt8Number*) in;
271 accum = p -> FromInputFloat(p, fIn, accum, Stride);
284 cmsUInt8Number* accum; local
289 accum = (cmsUInt8Number*) in
307 register cmsUInt8Number* accum; local
354 cmsUInt8Number* accum; local
378 cmsUInt8Number* accum; local
423 cmsUInt8Number* accum; local
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
resample.c 253 /*sum = frac*accum[1] + (1-frac)*accum[2];*/
348 float accum[4] = {0,0,0,0}; local
351 accum[0] += sinc[j]*iptr[j];
352 accum[1] += sinc[j+1]*iptr[j+1];
353 accum[2] += sinc[j+2]*iptr[j+2];
354 accum[3] += sinc[j+3]*iptr[j+3];
356 sum = accum[0] + accum[1] + accum[2] + accum[3]
399 double accum[4] = {0,0,0,0}; local
455 spx_word32_t accum[4] = {0,0,0,0}; local
517 double accum[4] = {0,0,0,0}; local
    [all...]
  /external/speex/libspeex/
resample.c 257 /*sum = frac*accum[1] + (1-frac)*accum[2];*/
352 float accum[4] = {0,0,0,0}; local
355 accum[0] += sinc[j]*iptr[j];
356 accum[1] += sinc[j+1]*iptr[j+1];
357 accum[2] += sinc[j+2]*iptr[j+2];
358 accum[3] += sinc[j+3]*iptr[j+3];
360 sum = accum[0] + accum[1] + accum[2] + accum[3]
404 double accum[4] = {0,0,0,0}; local
460 spx_word32_t accum[4] = {0,0,0,0}; local
523 double accum[4] = {0,0,0,0}; local
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
AsciiHprofWriter.java 73 out.printf("rank self accum count trace method\n");
75 double accum = 0; local
81 accum += self;
85 rank, self*100, accum*100, count, stackTrace.stackTraceId,
  /external/chromium_org/third_party/cython/src/Tools/
cython-mode.el 232 accum)
240 (push (match-string 1) accum)))
241 (if accum (mapconcat 'identity accum ".")))))
  /external/opencv/cv/src/
cvhough.cpp 88 int *accum = 0; local
117 CV_CALL( accum = (int*)cvAlloc( sizeof(accum[0]) * (numangle+2) * (numrho+2) ));
118 CV_CALL( sort_buf = (int*)cvAlloc( sizeof(accum[0]) * numangle * numrho ));
121 memset( accum, 0, sizeof(accum[0]) * (numangle+2) * (numrho+2) );
138 accum[(n+1) * (numrho+2) + r+1]++;
147 if( accum[base] > threshold &&
148 accum[base] > accum[base - 1] && accum[base] >= accum[base + 1] &
488 CvMat* accum = 0; local
859 CvMat *accum = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 78 GLint depth,stencil,accum; member in struct:SDL_PrivateGLData
94 #define gl_curaccum (this->gl_data->accum)
  /external/srec/srec/clib/
specnorm.c 95 long accum = 0; local
117 accum += spec->hist[jj] * (jj - ii);
121 log_report("Median margin %d\n", accum / count);
129 long accum; local
136 accum = 0;
142 accum += spec->hist[jj] * ii;
143 if (count > 0 && (ii - accum / count) > spec->sv6_margin)
158 spec->sv6 = spec->high_entry - accum / count;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_pixelformat.c 126 unsigned accum,
174 pfi->pfd.cAccumBits = 4*accum;
175 pfi->pfd.cAccumRedBits = accum;
176 pfi->pfd.cAccumGreenBits = accum;
177 pfi->pfd.cAccumBlueBits = accum;
178 pfi->pfd.cAccumAlphaBits = accum;
189 * since state trackers can allocate depth/stencil/accum buffers, we provide
199 pfi->stvis.accum_format = (accum) ?
215 * Add the depth/stencil/accum/ms variants for a particular color format.
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.c 126 unsigned accum,
174 pfi->pfd.cAccumBits = 4*accum;
175 pfi->pfd.cAccumRedBits = accum;
176 pfi->pfd.cAccumGreenBits = accum;
177 pfi->pfd.cAccumBlueBits = accum;
178 pfi->pfd.cAccumAlphaBits = accum;
189 * since state trackers can allocate depth/stencil/accum buffers, we provide
199 pfi->stvis.accum_format = (accum) ?
215 * Add the depth/stencil/accum/ms variants for a particular color format.
  /external/guava/guava/src/com/google/common/math/
LongMath.java 222 for (long accum = 1;; k >>= 1) {
225 return accum;
227 return accum * b;
229 accum *= ((k & 1) == 0) ? 1 : b;
506 long accum = 1;
510 return accum;
512 return checkedMultiply(accum, b);
515 accum = checkedMultiply(accum, b);
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 775 u32 accum; /* Accumulator */ local
781 accum=(u32)b;
782 accum+=(u32)c;
783 accum+=(u32)*carry;
784 *carry=(u16)((accum & 0x00010000) ? 1 : 0); /* New carry */
785 *a=(u16)(accum & 0xFFFF); /* Result is lo 16 bits */
799 u32 accum; /* Accumulator */ local
801 accum=(u32)b;
802 accum-=(u32)c;
803 accum-=(u32)*borrow
821 u16 accum; \/* Temporary holding placed *\/ local
846 u16 accum; local
    [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 27 float accum[4] = {0, 0, 0, 0}; local
32 accum[0] += SkColorGetB(cur);
33 accum[1] += SkColorGetG(cur);
34 accum[2] += SkColorGetR(cur);
35 accum[3] += SkColorGetA(cur);
40 return SkColorSetARGB(static_cast<unsigned char>(accum[3] / count),
41 static_cast<unsigned char>(accum[2] / count),
42 static_cast<unsigned char>(accum[1] / count),
43 static_cast<unsigned char>(accum[0] / count));
48 float accum[4] = { 0.0f, 0.0f, 0.0f, 0.0f } local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPoint.h 346 SkScalar accum = 0; local
347 accum *= fX;
348 accum *= fY;
350 // accum is either NaN or it is finite (zero).
351 SkASSERT(0 == accum || !(accum == accum));
354 // TODO: is it faster to say !accum or accum==accum
    [all...]
  /external/skia/include/core/
SkPoint.h 346 SkScalar accum = 0; local
347 accum *= fX;
348 accum *= fY;
350 // accum is either NaN or it is finite (zero).
351 SkASSERT(0 == accum || !(accum == accum));
354 // TODO: is it faster to say !accum or accum==accum
    [all...]
  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 57 long accum = 0; local
60 accum += aggregate.entryValue(root);
61 accum += aggregate.treeValue(root.childOrNull(side));
67 return accum;

Completed in 2433 milliseconds

12 3 4 5 6