HomeSort by relevance Sort by last modified time
    Searched refs:_x (Results 201 - 225 of 241) sorted by null

1 2 3 4 5 6 7 8910

  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
161 x(_x), y(_y),
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
164 x(_x), y(_y),
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
161 x(_x), y(_y),
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
164 x(_x), y(_y),
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
synthesis-dct8.c 78 #define MUL_32S_32S_HI(_x, _y) default_mul_32s_32s_hi(_x, _y)
synthesis-sbc.c 232 #define MUL_16S_32S_HI(_x, _y) default_mul_16s_32s_hi(_x, _y)
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 29 #define GTSC(_x) _x = RDTSC64()
31 #define GTSC(_x) __asm__ __volatile__ ("rdtsc" : "=A" (_x));
39 #define GTSC(_x) _x = GTOD();
  /external/opencv/cv/include/
cvcompat.h     [all...]
  /external/eigen/Eigen/src/Core/
MathFunctions.h 294 RealScalar _x = abs(x);
296 RealScalar p = (max)(_x, _y);
298 RealScalar q = (min)(_x, _y);
Functors.h 153 EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& _x, const Scalar& _y) const
158 Scalar p = (max)(_x, _y);
159 Scalar q = (min)(_x, _y);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/
x86sse.h 134 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6))
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.h 134 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6))
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 56 public Vec(float _x, float _y) {
57 x = _x;
  /external/chromium_org/third_party/speex/libspeex/
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);
  /external/speex/libspeex/
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);
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 514 %define %typecheck(_x...) %typemap(typecheck, precedence=_x) %enddef
  /external/libpcap/
optimize.c 159 register bpf_u_int32 *_x = a, *_y = b;\
161 while (--_n >= 0) *_x++ &= *_y++;\
169 register bpf_u_int32 *_x = a, *_y = b;\
171 while (--_n >= 0) *_x++ &=~ *_y++;\
179 register bpf_u_int32 *_x = a, *_y = b;\
181 while (--_n >= 0) *_x++ |= *_y++;\
    [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 50 double* _x = (x); \
55 double t0 = _x[_i]; \
57 _x[_i] = t0*c + t1*s; \
132 float* _x = (x); \
137 double t0 = _x[_i]; \
139 _x[_i] = (float)(t0*c + t1*s); \
    [all...]
  /external/openssl/crypto/ec/
ectest.c 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; \
788 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
789 if (!BN_hex2bn(&x, _x)) ABORT; \
803 #define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
808 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 213 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6))
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 1383 static const double _x[11]; member in struct:MGH09_functor
1411 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.E-01, 8.330000E-02, 7.140000E-02, 6.250000E-02 }; member in class:MGH09_functor
1551 static const double _x[37]; member in struct:thurber_functor
1584 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0, -2.702E0, -2.699E0, -2.633E0, -2.481E0, -2.363E0, -2.322E0, -1.501E0, -1.460E0, -1.274E0, -1.212E0, -1.100E0, -1.046E0, -0.915E0, -0.714E0, -0.566E0, -0.545E0, -0.400E0, -0.309E0, -0.109E0, -0.103E0, 0.010E0, 0.119E0, 0.377E0, 0.790E0, 0.963E0, 1.006E0, 1.115E0, 1.572E0, 1.841E0, 2.047E0, 2.200E0 }; member in class:thurber_functor
    [all...]
levenberg_marquardt.cpp 989 static const double _x[11]; member in struct:MGH09_functor
1017 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.E-01, 8.330000E-02, 7.140000E-02, 6.250000E-02 }; member in class:MGH09_functor
1157 static const double _x[37]; member in struct:thurber_functor
1190 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0, -2.702E0, -2.699E0, -2.633E0, -2.481E0, -2.363E0, -2.322E0, -1.501E0, -1.460E0, -1.274E0, -1.212E0, -1.100E0, -1.046E0, -0.915E0, -0.714E0, -0.566E0, -0.545E0, -0.400E0, -0.309E0, -0.109E0, -0.103E0, 0.010E0, 0.119E0, 0.377E0, 0.790E0, 0.963E0, 1.006E0, 1.115E0, 1.572E0, 1.841E0, 2.047E0, 2.200E0 }; member in class:thurber_functor
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 213 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_str.py 178 self._x = x
255 self.assertEqual('{foo._x}'.format(foo=C(20)), '20')
257 self.assertEqual('{0._x.x}'.format(C(D('abc'))), 'abc')
404 self._x = x
411 self.assertEqual('{._x}'.format(C(10)), '10')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_str.py 178 self._x = x
255 self.assertEqual('{foo._x}'.format(foo=C(20)), '20')
257 self.assertEqual('{0._x.x}'.format(C(D('abc'))), 'abc')
404 self._x = x
411 self.assertEqual('{._x}'.format(C(10)), '10')
  /external/valgrind/main/memcheck/tests/
wrap6.c 14 #define ROL(_x,n) (((_x) << n) | ((UInt)(_x)) >> ((8*sizeof(UInt)-n)))
  /ndk/sources/host-tools/make-3.81/
dir.c 301 #define MAKECMP(_x,_y) ((_x)<(_y)?-1:((_x)==(_y)?0:1))

Completed in 6160 milliseconds

1 2 3 4 5 6 7 8910