Searched refs:xshift (Results 1 - 7 of 7) sorted by relevance

/external/srec/srec/cfront/
H A Dsp_fft.c78 asr_int32_t xshift = x >> i; local
83 xshift |= -signbit;
86 xshift += (x >> (i - 1)) & 1;
87 return xshift;
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c1028 FT_Int xshift, yshift; local
1045 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
1046 xshift = FT_MAX( xshift, 0 );
1065 ( ( v_cur.x + v_prev.x ) >> xshift );
/external/freetype/src/base/
H A Dftoutln.c1028 FT_Int xshift, yshift; local
1045 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
1046 xshift = FT_MAX( xshift, 0 );
1065 ( ( v_cur.x + v_prev.x ) >> xshift );
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c57 int xshift; local
59 xshift = celt_ilog2(maxcorr)-14;
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittests.cc473 int xshift = 0, yshift = 0;
474 while ((output->width() << xshift) < input->width()) {
475 xshift++;
480 int xmag = 1 << xshift;
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc1560 int c1, havedig, udx0, xshift; variable
1565 havedig = xshift = 0;
1579 xshift = 1;
1602 if (xshift) {
1603 xshift = 0;
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc1566 int c1, havedig, udx0, xshift; variable
1571 havedig = xshift = 0;
1585 xshift = 1;
1608 if (xshift) {
1609 xshift = 0;

Completed in 198 milliseconds