HomeSort by relevance Sort by last modified time
    Searched refs:_x (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/WebCore/css/
ShadowValue.cpp 29 ShadowValue::ShadowValue(PassRefPtr<CSSPrimitiveValue> _x,
35 : x(_x)
  /external/tremolo/Tremolo/
misc.h 156 #define XPROD32(_a, _b, _t, _v, _x, _y) \
157 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
159 #define XPROD31(_a, _b, _t, _v, _x, _y) \
160 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
162 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
163 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
  /system/core/include/private/pixelflinger/
ggl_fixed.h 75 #define GGL_B_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<10 )
76 #define GGL_S_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<2 )
77 #define GGL_I_TO_X(_x) GGLfixed( ((int32_t(_x)>>1)+1)>>14 )
78 #define GGL_UB_TO_X(_x) GGLfixed( uint32_t(_x) + \
79 (uint32_t(_x)<<8) + \
80 (uint32_t(_x)>>7)
    [all...]
  /external/kernel-headers/original/linux/
kernel.h 265 typeof(x) _x = (x); \
267 (void) (&_x == &_y); \
268 _x < _y ? _x : _y; })
271 typeof(x) _x = (x); \
273 (void) (&_x == &_y); \
274 _x > _y ? _x : _y; })
  /external/speex/libspeex/
filters_bfin.h 85 void filter_mem16(const spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stack)
118 "P0 = %1;\n\t" /* _x */
221 : : "m" (xy), "m" (_x), "m" (_y), "m" (numden), "m" (N), "m" (ord), "m" (mem)
230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stack)
347 : : "m" (yy), "m" (_x), "m" (_y), "m" (den), "m" (N), "m" (ord), "m" (mem)
468 void filter_mem2(const spx_sig_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_sig_t *_y, int N, int ord, spx_mem_t *mem)
478 x[i] = EXTRACT16(SHR32(_x[i],SIG_SHIFT));
489 _y[i] = ADD32(_x[i],SHL32(yi,1));
500 _y[i] = ADD32(_x[i],SHL32(yi,1));
ltp_arm4.h 88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
100 const spx_word16_t *x = _x;
ltp_sse.h 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack)
68 x[i] = _mm_loadu_ps(_x+(i<<2));
ltp_bfin.h 66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
106 : : "m" (_x), "m" (_y), "m" (corr), "m" (len), "m" (nb_pitch)
ltp.h 52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack);
ltp.c 79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
91 const spx_word16_t *x = _x;
142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
148 corr[nb_pitch-1-i]=inner_prod(_x, _y+i, len);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
omp.h 36 unsigned char _x[4] member in struct:__anon13421
42 unsigned char _x[12] member in struct:__anon13422
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/
mpfr.h     [all...]
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmStripMesh.java 51 void xyz(float _x, float _y, float _z) {
52 x = _x;
57 void nxyz(float _x, float _y, float _z) {
58 nx = _x;
  /libcore/luni/src/main/native/
org_apache_harmony_luni_util_FloatingPointParser.cpp 77 #define INCREMENT_DOUBLE(_x, _decCount, _incCount) \
79 ++DOUBLE_TO_LONGBITS(_x); \
83 DOUBLE_TO_LONGBITS(_x) += _decCount - _incCount; \
85 DOUBLE_TO_LONGBITS(_x) -= _incCount - _decCount; \
90 #define DECREMENT_DOUBLE(_x, _decCount, _incCount) \
92 --DOUBLE_TO_LONGBITS(_x); \
96 DOUBLE_TO_LONGBITS(_x) += _decCount - _incCount; \
98 DOUBLE_TO_LONGBITS(_x) -= _incCount - _decCount; \
561 #define INCREMENT_FLOAT(_x, _decCount, _incCount) \
563 ++FLOAT_TO_INTBITS(_x); \
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 181 float _x = pt2[0]; local
183 float distance = (float) Math.sqrt(_x * _x + _y * _y);
LinearGradient_Delegate.java 211 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2; local
213 pos = (_x - mX0) / mDx;
  /external/webkit/WebCore/svg/
SVGSVGElement.cpp 114 double _x = 0.0; local
117 _x = x().value(this);
125 viewBox.map(_x, _y, _x, _y);
127 return FloatRect::narrowPrecision(_x, _y, wDouble, hDouble);
  /external/webkit/WebCore/rendering/
RenderSVGRoot.cpp 271 bool RenderSVGRoot::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction)
273 IntPoint pointInContainer(_x, _y);
RenderListBox.cpp 369 bool RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty)
379 if (vertRect.contains(_x, _y)) {
RenderBlock.cpp     [all...]
  /external/libpcap/
optimize.c 183 register bpf_u_int32 *_x = a, *_y = b;\
185 while (--_n >= 0) *_x++ &= *_y++;\
193 register bpf_u_int32 *_x = a, *_y = b;\
195 while (--_n >= 0) *_x++ &=~ *_y++;\
203 register bpf_u_int32 *_x = a, *_y = b;\
205 while (--_n >= 0) *_x++ |= *_y++;\
    [all...]
  /external/openssl/crypto/ec/
ectest.c 754 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
755 if (!BN_hex2bn(&x, _x)) ABORT; \
771 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
772 if (!BN_hex2bn(&x, _x)) ABORT; \
786 #define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
791 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 60 int _x = (actual); \
61 if (_x != (expected)) \
62 assert_eq_fail(__FILE__, __LINE__, __func__, #expected, _x); \
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 1103 int _x = x(); local
    [all...]
  /bionic/libc/stdlib/
strtod.c 1010 (_x) double _x;
1012 (double _x)
1019 value(x) = _x;
    [all...]

Completed in 626 milliseconds

1 2