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

1 2

  /bionic/libc/arch-arm/include/
endian.h 57 register u_int16_t _x = (x); \
58 __asm volatile ("rev16 %0, %0" : "+l" (_x)); \
59 _x; \
63 register u_int32_t _x = (x); \
64 __asm volatile ("rev %0, %0" : "+l" (_x)); \
65 _x; \
  /ndk/sources/host-tools/make-3.81/
debug.h 31 #define DBS(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \
32 printf _x; fflush (stdout);} }while(0)
34 #define DBF(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \
35 printf (_x, file->name); \
38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0)
  /external/llvm/include/llvm/Support/
system_error.h 728 inline bool operator<(const error_condition& _x, const error_condition& _y) {
729 return _x.category() < _y.category()
730 || (_x.category() == _y.category() && _x.value() < _y.value());
791 inline bool operator<(const error_code& _x, const error_code& _y) {
792 return _x.category() < _y.category()
793 || (_x.category() == _y.category() && _x.value() < _y.value());
796 inline bool operator==(const error_code& _x, const error_code& _y) {
797 return _x.category() == _y.category() && _x.value() == _y.value()
    [all...]
  /external/webkit/Source/WebCore/css/
ShadowValue.cpp 29 ShadowValue::ShadowValue(PassRefPtr<CSSPrimitiveValue> _x,
35 : x(_x)
  /external/tremolo/Tremolo/
misc.h 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \
158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \
161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
164 { *(_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/clang/test/Sema/
statements.c 10 int test(int _x) {
11 return (__byte_swap_int_var(_x));
  /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/libnl-headers/
netlink-local.h 127 typeof(x) _x = (x); \
129 (void) (&_x == &_y); \
130 _x < _y ? _x : _y; })
133 typeof(x) _x = (x); \
135 (void) (&_x == &_y); \
136 _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);
  /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:__anon20019
42 unsigned char _x[12] member in struct:__anon20020
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/
mpfr.h     [all...]
  /external/valgrind/main/include/vki/
vki-ppc32-aix5.h 144 #define _VKI_IOC_DIR(_x) (((_x) >> 30) & 3)
145 #define _VKI_IOC_SIZE(_x) (((_x) >> 16) & 0x7F)
vki-ppc64-aix5.h 144 #define _VKI_IOC_DIR(_x) (((_x) >> 30) & 3)
145 #define _VKI_IOC_SIZE(_x) (((_x) >> 16) & 0x7F)
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 78 #define INCREMENT_DOUBLE(_x, _decCount, _incCount) \
80 ++DOUBLE_TO_LONGBITS(_x); \
84 DOUBLE_TO_LONGBITS(_x) += _decCount - _incCount; \
86 DOUBLE_TO_LONGBITS(_x) -= _incCount - _decCount; \
91 #define DECREMENT_DOUBLE(_x, _decCount, _incCount) \
93 --DOUBLE_TO_LONGBITS(_x); \
97 DOUBLE_TO_LONGBITS(_x) += _decCount - _incCount; \
99 DOUBLE_TO_LONGBITS(_x) -= _incCount - _decCount; \
559 #define INCREMENT_FLOAT(_x, _decCount, _incCount) \
561 ++FLOAT_TO_INTBITS(_x); \
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 88 CvNode2D *_x; member in struct:CvEMDState
303 for( xp = state._x; xp < state.end_x; xp++ )
357 (size1 + size2 + 2) * (sizeof( CvNode2D ) + /* _x */
498 state->_x = state->end_x = (CvNode2D *) buffer;
838 CvNode2D *enter_x = state->enter_x, *_x = state->_x; local
844 is_used[enter_x - _x] = 1;
853 while( new_x != 0 && is_used[new_x - _x] )
860 while( new_x != 0 && is_used[new_x - _x] && new_x != enter_x )
870 is_used[new_x - _x] = 1
    [all...]
cvundistort.cpp 69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; local
71 int ix = cvFloor(_x), iy = cvFloor(_y);
77 _x -= ix; _y -= iy;
81 t0 += _x*(CV_8TO32F(ptr[i+cn]) - t0);
82 t1 += _x*(CV_8TO32F(ptr[i + srcstep + cn]) - t1);
248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; local
250 mapx[u] = (float)_x;
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; local
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6] )
355 double w = 1./_w, x = _x*w, y = _y*w
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 195 float _x = pt2[0]; local
197 float distance = (float) Math.sqrt(_x * _x + _y * _y);
LinearGradient_Delegate.java 228 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2; local
230 pos = (_x - mX0) / mDx;
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 70 Cv32suf _x, _y; local
74 _x.f = x; _y.f = y;
75 ix = _x.i; iy = _y.i;
94 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
96 z = _y.f / _x.f;
122 Cv32suf _x, _y; local
140 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
143 d *= (xf[j] = _x.f);
800 IPCVAPI_IMPL( CvStatus, icvExp_32f, ( const float *_x, float *y, int n ), (_x, y, n)
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_socket.cpp 396 static const GLint _x = 9, _y = 99; local
409 EXPECT_EQ(_x, x);
418 EXPECT_EQ(_x, x);
434 Debug_glCopyTexImage2D(_target, _level, _internalformat, _x, _y, _width, _height,
445 EXPECT_EQ(_x, read.arg3());

Completed in 552 milliseconds

1 2