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

1 2 34 5

  /external/speex/libspeex/
preprocess.c 296 static inline spx_word32_t hypergeom_gain(spx_word32_t xx)
305 ind = SHR32(xx,10);
309 return ADD32(EXTEND32(Q15_ONE),EXTEND32(DIV32_16(QCONST32(.1296,23), SHR32(xx,EXPIN_SHIFT-SNR_SHIFT))));
310 frac = SHL32(xx-SHL32(ind,10),5);
311 return SHL32(DIV32_16(PSHR32(MULT16_16(Q15_ONE-frac,table[ind]) + MULT16_16(frac,table[ind+1]),7),(spx_sqrt(SHL32(xx,15)+6711))),7);
355 static inline spx_word32_t hypergeom_gain(spx_word32_t xx)
364 x = EXPIN_SCALING_1*xx;
    [all...]
  /external/openssl/ssl/
kssl.c 840 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
841 ** xx and yy are possibly multi-byte length fields.
846 int xx = 0, yy = 0; local
851 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
852 case 0x81: p++; xx = *p++; break;
854 default: xx = *p++; break;
865 return (xx - len == yy)? 1: 0;
    [all...]
  /external/chromium/third_party/icu/source/data/coll/
colfiles.mk 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
collocal.mk 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/freetype/src/cff/
cffparse.c 466 /* `xx' and `yy' are of approximately the same magnitude. To avoid */
467 /* loss of precision, we use the magnitude of element `xx' to scale */
471 matrix->xx = cff_parse_fixed_dynamic( data++, &scaling );
478 matrix->xx = 0x10000L;
  /external/icu4c/data/curr/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 216 uint16_t* xx = (uint16_t*)dst; local
218 *xx++ = SkToU16(fx >> 16); fx += dx;
SkBitmapProcState_matrix_repeat.h 174 uint16_t* xx = (uint16_t*)xy; local
176 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
SkPath.cpp 694 SkScalar xx = x1 - SkScalarMul(dist, before.fX); local
713 matrix.postTranslate(xx - SkScalarMul(radius, before.fX),
719 // [xx,yy] == pts[0]
720 this->lineTo(xx, yy);
    [all...]
SkBitmapProcState_matrix_clamp.h 153 uint16_t* xx = (uint16_t*)xy; local
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
  /external/tremolo/Tremolo/
mdctLARM.s 999 ADD r9, r1, r7, LSR r3 @ r9 = xx = x + (b>>shift)
1000 CMP r5, r9 @ if (w > xx)
1003 LDRGT r12,[r9] @ r12 = xx[0]
1004 LDRGT r14,[r9,#4] @ r14 = xx[1]
1005 STRGT r10,[r9] @ xx[0]= w[0]
1006 STRGT r11,[r9,#4] @ xx[1]= w[1]
1007 STRGT r12,[r5,#8] @ w[0] = xx[0]
1008 STRGT r14,[r5,#12] @ w[1] = xx[1]
mdctARM.s 1005 ADD r9, r1, r7, LSL #2 @ r9 = xx = x + (b>>shift)
1006 CMP r5, r9 @ if (w > xx)
1009 LDRGT r12,[r9] @ r12 = xx[0]
1010 LDRGT r14,[r9,#4] @ r14 = xx[1]
1011 STRGT r10,[r9] @ xx[0]= w[0]
1012 STRGT r11,[r9,#4] @ xx[1]= w[1]
1013 STRGT r12,[r5,#8] @ w[0] = xx[0]
1014 STRGT r14,[r5,#12] @ w[1] = xx[1]
    [all...]
  /external/v8/test/mjsunit/
debug-changebreakpoint.js 73 testArguments(dcp, '{"breakpoint":"xx","condition":"false"}', false);
debug-scripts-request.js 66 testArguments(dcp, '{"types":"xx"}', false);
string-add.js 65 assertEquals("11", x + x, "xx");
  /external/skia/src/images/
fpdfemb.h     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 367 fMatrix22.xx = SkScalarToFixed(SkScalarMul(m.getScaleX(), inv));
372 fMatrix22.xx = fMatrix22.yy = SK_Fixed1;
639 glyph->fAdvanceX = SkFixedMul(fMatrix22.xx, fFace->glyph->linearHoriAdvance);
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 1075 double xx = decomp.quaternionX * decomp.quaternionX; local
    [all...]
  /external/chromium/third_party/icu/source/data/locales/
resfiles.mk 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/data/coll/
colfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/data/locales/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 3862 milliseconds

1 2 34 5