Searched defs:_x (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp9.cpp4 void operator "" _x(const wchar_t *, size_t);
9 L"A" "B" "C"_x; local
10 "P"_x "Q" "R"_y; // expected-error {{differing user-defined suffixes ('_x' and '_y') in string literal concatenation}}
/external/clang/test/Sema/
H A Dstatements.c10 int test(int _x) { argument
11 return (__byte_swap_int_var(_x));
/external/llvm/test/MC/MachO/
H A Dgen-dwarf.s13 _x: .long 1 label
/external/llvm/test/MC/X86/
H A Dgnux32-dwarf-gen.s23 _x: .long 1 label
/external/clang/test/CodeGenCXX/
H A Dcxx11-user-defined-literal.cpp5 S operator"" _x(const char *, size_t);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f;
49 template<typename T> auto g(T t) -> decltype("foo"_x(t)) { return "foo"_x(t); }
50 template<typename T> auto i(T t) -> decltype(operator"" _x("foo", 3)(t)) { return operator"" _x("foo", 3)(t); } argument
/external/webkit/Source/WebCore/css/
H A DShadowValue.cpp29 ShadowValue::ShadowValue(PassRefPtr<CSSPrimitiveValue> _x, argument
35 : x(_x)
/external/clang/test/SemaCXX/
H A Dcxx0x-compat.cpp38 #define _x + 1 macro
39 char c = 'x'_x; // expected-warning {{will be treated as a user-defined literal suffix}}
/external/speex/libspeex/
H A Dltp_sse.h57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) argument
68 x[i] = _mm_loadu_ps(_x+(i<<2));
H A Dfilters_bfin.h85 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) argument
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) argument
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));
H A Dltp_arm4.h88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) argument
100 const spx_word16_t *x = _x;
H A Dltp_bfin.h66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) argument
106 : : "m" (_x), "m" (_y), "m" (corr), "m" (len), "m" (nb_pitch)
H A Dltp.c79 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) argument
148 corr[nb_pitch-1-i]=inner_prod(_x, _y+i, len);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h23 Packet4f plog<Packet4f>(const Packet4f& _x) argument
25 Packet4f x = _x;
103 Packet4f pexp<Packet4f>(const Packet4f& _x) argument
105 Packet4f x = _x;
178 Packet4f psin<Packet4f>(const Packet4f& _x) argument
180 Packet4f x = _x;
279 Packet4f pcos<Packet4f>(const Packet4f& _x) argument
281 Packet4f x = _x;
368 Packet4f psqrt<Packet4f>(const Packet4f& _x) argument
370 Packet4f half = pmul(_x, pset
[all...]
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h64 int df(const InputType& _x, JacobianType &jac) const argument
69 const typename InputType::Index n = _x.size();
72 InputType x = _x;
101 x[j] = _x[j];
109 x[j] = _x[j];
/external/eigen/Eigen/src/Core/
H A DFunctors.h153 EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& _x, const Scalar& _y) const argument
157 Scalar p = (max)(_x, _y);
158 Scalar q = (min)(_x, _y);
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp1377 static const double _x[11]; member in struct:MGH09_functor
1384 double x = _x[i], xx=x*x;
1395 double x = _x[i], xx=x*x;
1405 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
1542 static const double _x[37]; member in struct:thurber_functor
1550 double x=_x[i], xx=x*x, xxx=xx*x;
1561 double x=_x[i], xx=x*x, xxx=xx*x;
1575 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
/external/opencv/cv/src/
H A Dcvundistort.cpp69 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*
[all...]
H A Dcvemd.cpp88 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]
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp434 bool RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) argument
444 if (vertRect.contains(_x, _y)) {
H A DRenderBlock.cpp3952 bool RenderBlock::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) argument
3957 return layer()->hitTestOverflowControls(result, IntPoint(_x - _tx, _y - _ty));
3960 bool RenderBlock::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) argument
3969 if (!overflowBox.intersects(result.rectForPoint(_x, _y)))
3973 if ((hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) && isPointInOverflowControl(result, _x, _y, tx, ty)) {
3974 updateHitTestResult(result, IntPoint(_x - tx, _y - ty));
3976 if (!result.addNodeToRectBasedTestResult(node(), _x, _y))
3983 IntRect hitTestArea(result.rectForPoint(_x, _y));
3997 if (hitTestContents(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) {
3998 updateHitTestResult(result, IntPoint(_x
[all...]
/external/flac/libFLAC/
H A Dstream_decoder.c2382 FLAC__uint32 _x; local
2383 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &_x, 8))
2385 raw_header[raw_header_len++] = (FLAC__byte)_x;
2386 x = (x << 8) | _x;
2396 FLAC__uint32 _x; local
2397 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &_x, 8))
2399 raw_header[raw_header_len++] = (FLAC__byte)_x;
2400 x = (x << 8) | _x;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h719 inline bool operator<(const error_condition& _x, const error_condition& _y) { argument
720 return _x.category() < _y.category()
721 || (_x.category() == _y.category() && _x.value() < _y.value());
786 inline bool operator<(const error_code& _x, const error_code& _y) { argument
787 return _x.category() < _y.category()
788 || (_x.category() == _y.category() && _x.value() < _y.value());
791 inline bool operator==(const error_code& _x, const error_code& _y) { argument
792 return _x
795 operator ==(const error_code& _x, const error_condition& _y) argument
800 operator ==(const error_condition& _x, const error_code& _y) argument
804 operator ==(const error_condition& _x, const error_condition& _y) argument
808 operator !=(const error_code& _x, const error_code& _y) argument
812 operator !=(const error_code& _x, const error_condition& _y) argument
816 operator !=(const error_condition& _x, const error_code& _y) argument
820 operator !=(const error_condition& _x, const error_condition& _y) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp70 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, argument
904 IPCVAPI_IMPL( CvStatus, icvExp_64f, ( const double *_x, double *y, int n ), (_x, y, n) ) argument
1368 IPCVAPI_IMPL( CvStatus, icvLog_32f, ( const float *_x, float *y, int n ), (_x, y, n) ) argument
[all...]

Completed in 586 milliseconds