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

1 2 34 5 6

  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdfix.h 36 #undef accum macro
39 #define accum _Accum macro
  /system/extras/tests/sdcard/
plot_sdcard.py 73 accum = 0.0
76 accum += d
79 new_data.append(accum / factor)
80 accum = 0
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 278 double accum = 1.0; local
280 accum *= i;
282 return accum * EVERY_SIXTEENTH_FACTORIAL[n >> 4];
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 72 uint8_t accum = 0; local
86 accum = (accum << 4) | value;
89 *out++ = accum;
91 accum = 0;
APacketSource.cpp 81 uint8_t accum = 0; local
95 accum = (accum << 4) | value;
98 *out++ = accum;
100 accum = 0;
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 690 size_t accum = 0; local
692 accum += denom;
693 if (accum >= numerator) {
695 accum -= numerator;
904 uint32_t accum = 0; local
928 accum = (accum << 6) | value;
931 out[j++] = (accum >> 16);
933 if (j < outLen) { out[j++] = (accum >> 8) & 0xff; }
934 if (j < outLen) { out[j++] = accum & 0xff;
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 451 float accum = 0;
452 accum *= fLeft;
453 accum *= fTop;
454 accum *= fRight;
455 accum *= fBottom;
457 // accum is either NaN or it is finite (zero).
458 SkASSERT(0 == accum || !(accum == accum));
461 // TODO: is it faster to say !accum or accum==accum
    [all...]
  /external/skia/include/core/
SkRect.h 453 float accum = 0;
454 accum *= fLeft;
455 accum *= fTop;
456 accum *= fRight;
457 accum *= fBottom;
459 // accum is either NaN or it is finite (zero).
460 SkASSERT(0 == accum || !(accum == accum));
463 // TODO: is it faster to say !accum or accum==accum
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 421 double accum = static_cast<double>(coef[0])*0.5; // "center coefficient" from first bank local
427 accum += cos(ix*w)*static_cast<double>(*coef++);
477 accum += cc.valueAdvance() * sc - cp.valueAdvance() * sp;
480 return accum*2.;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/guava/guava-tests/test/com/google/common/math/
LongMathTest.java 123 long accum = 1; local
125 accum = LongMath.checkedMultiply(accum, n - i);
126 accum /= i + 1;
128 return accum;
  /frameworks/av/services/audioflinger/tests/
resampler_tests.cpp 148 double accum = 0; local
151 accum += sqr(*p);
154 return accum / count;
  /external/gcc-demangle/
demangle.h 450 short accum; member in struct:demangle_component::__anon5275::__anon5279
  /external/openssl/crypto/
cryptlib.c 438 unsigned int accum = 0; local
464 accum += *(src++) * hash_coeffs[(snum + dnum) & 7];
465 accum += dnum;
466 *(dest++) = accum & 255;
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 1641 BigDecimal accum; \/\/ the single accumulator local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 696 def _interpolate_some(self, option, accum, rest, section, map, depth):
702 accum.append(rest)
705 accum.append(rest[:p])
710 accum.append("%")
725 self._interpolate_some(option, accum, v,
728 accum.append(v)
inspect.py 332 def _searchbases(cls, accum):
334 if cls in accum:
336 accum.append(cls)
338 _searchbases(base, accum)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 696 def _interpolate_some(self, option, accum, rest, section, map, depth):
702 accum.append(rest)
705 accum.append(rest[:p])
710 accum.append("%")
725 self._interpolate_some(option, accum, v,
728 accum.append(v)
inspect.py 332 def _searchbases(cls, accum):
334 if cls in accum:
336 accum.append(cls)
338 _searchbases(base, accum)
    [all...]
  /external/srec/srec/clib/
swicms.c 251 for(i=0; i<MAX_CHAN_DIM; i++) swicms->inutt.accum[i] = 0;
490 for(ii=0;ii<dimen;ii++) swicms->inutt.accum[ii] += iframe[ii];
497 /* tmp: weighted average of the old lda_cmn and the new accum */
499 + swicms->inutt.accum[ii] + denom/2) / denom;
  /external/valgrind/main/coregrind/m_demangle/
demangle.h 469 short accum; member in struct:demangle_component::__anon16217::__anon16221
  /external/wpa_supplicant_8/src/wps/
wps_common.c 211 unsigned int accum = 0; local
213 accum += 3 * (pin % 10);
215 accum += pin % 10;
219 return (10 - accum % 10) % 10;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 28 #include "accum.h"
229 memcpy( attr, &ctx->Accum, sizeof(struct gl_accum_attrib) );
867 const struct gl_accum_attrib *accum; local
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 28 #include "accum.h"
229 memcpy( attr, &ctx->Accum, sizeof(struct gl_accum_attrib) );
867 const struct gl_accum_attrib *accum; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 52 * This one multi-purpose function can allocate stencil, depth, accum, color
90 /* for accum buffer */
419 _mesa_error(ctx, GL_OUT_OF_MEMORY, "Allocating accum buffer");
486 GLboolean accum,
530 if (accum) {

Completed in 787 milliseconds

1 2 34 5 6