Searched defs:_y (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp9.cpp10 "P"_x "Q" "R"_y; // expected-error {{differing user-defined suffixes ('_x' and '_y') in string literal concatenation}} local
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/
H A Dgetset-002.js26 _y: "<initial y>",
31 if (typeof this._y == "string")
32 rv = "got " + this._y;
34 rv = this._y;
41 this._y = newVal;
54 reportCompare ("<initial y>", t._y, "y prototype check");
H A Dgetset-001.js30 TestObject.prototype._y = "<initial y>";
37 if (typeof this._y == "string")
38 rv = "got " + this._y;
40 rv = this._y;
48 this._y = newVal;
58 reportCompare ("<initial y>", t._y, "y prototype check");
/external/clang/test/CodeGenCXX/
H A Dcxx11-user-defined-literal.cpp6 S operator"" _y(wchar_t);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f; local
/external/webkit/Source/WebCore/css/
H A DShadowValue.cpp30 PassRefPtr<CSSPrimitiveValue> _y,
36 , y(_y)
29 ShadowValue(PassRefPtr<CSSPrimitiveValue> _x, PassRefPtr<CSSPrimitiveValue> _y, PassRefPtr<CSSPrimitiveValue> _blur, PassRefPtr<CSSPrimitiveValue> _spread, PassRefPtr<CSSPrimitiveValue> _style, PassRefPtr<CSSPrimitiveValue> _color) argument
/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
72 y[i] = _mm_loadu_ps(_y+(i<<2)+offset);
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
119 "P1 = %2;\n\t" /* _y */
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)
489 _y[i] = ADD32(_x[i],SHL32(yi,1));
490 y[i] = EXTRACT16(SHR32(_y[i],SIG_SHIFT));
500 _y[i] = ADD32(_x[i],SHL32(yi,1));
501 y[i] = EXTRACT16(SHR32(_y[
[all...]
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
94 //corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);
99 const spx_word16_t *y = _y+i;
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)
85 /*corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);*/
90 const spx_word16_t *y = _y+i;
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/
H A DMathFunctions.h366 RealScalar _y = abs(y); local
367 RealScalar p = (max)(_x, _y);
368 RealScalar q = (min)(_x, _y);
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp1543 static const double _y[37]; member in struct:thurber_functor
1551 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - _y[i];
1576 const double thurber_functor::_y[37] = { 80.574E0, 84.248E0, 87.264E0, 87.195E0, 89.076E0, 89.608E0, 89.868E0, 90.101E0, 92.405E0, 95.854E0, 100.696E0, 101.060E0, 401.672E0, 390.724E0, 567.534E0, 635.316E0, 733.054E0, 759.087E0, 894.206E0, 990.785E0, 1090.109E0, 1080.914E0, 1122.643E0, 1178.351E0, 1260.531E0, 1273.514E0, 1288.339E0, 1327.543E0, 1353.863E0, 1414.509E0, 1425.208E0, 1421.384E0, 1442.962E0, 1464.350E0, 1468.705E0, 1447.894E0, 1457.628E0}; member in class:thurber_functor
/external/opencv/cv/src/
H A Dcvundistort.cpp70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; local
71 int ix = cvFloor(_x), iy = cvFloor(_y);
77 _x -= ix; _y -= iy;
83 dst[u*cn + i] = (uchar)cvRound(t0 + _y*(t1 - t0));
249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; local
251 mapy[u] = (float)_y;
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;
/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 - tx, _y
[all...]
/external/llvm/include/llvm/Support/
H A Dsystem_error.h717 inline bool operator<(const error_condition& _x, const error_condition& _y) { argument
718 return _x.category() < _y.category()
719 || (_x.category() == _y.category() && _x.value() < _y.value());
784 inline bool operator<(const error_code& _x, const error_code& _y) { argument
785 return _x.category() < _y.category()
786 || (_x.category() == _y.category() && _x.value() < _y.value());
789 inline bool operator==(const error_code& _x, const error_code& _y) { argument
790 return _x.category() == _y
793 operator ==(const error_code& _x, const error_condition& _y) argument
798 operator ==(const error_condition& _x, const error_code& _y) argument
802 operator ==(const error_condition& _x, const error_condition& _y) argument
806 operator !=(const error_code& _x, const error_code& _y) argument
810 operator !=(const error_code& _x, const error_condition& _y) argument
814 operator !=(const error_condition& _x, const error_code& _y) argument
818 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;
91 _y.i = iy ^ icvAtanSign[idx];
96 z = _y.f / _x.f;
122 Cv32suf _x, _y; local
137 _y.i = iy ^ icvAtanSign[k];
142 yf[j] = _y.f;
/external/opencv/ml/src/
H A Dmlsvm.cpp386 CvSVMSolver::CvSVMSolver( int _sample_count, int _var_count, const float** _samples, schar* _y, argument
392 create( _sample_count, _var_count, _samples, _y, _alpha_count, _alpha, _Cp, _Cn,
397 bool CvSVMSolver::create( int _sample_count, int _var_count, const float** _samples, schar* _y, argument
416 y = _y;
520 const schar* _y = y; local
522 assert( _y && i < sample_count );
524 if( _y[i] > 0 )
527 row[j] = _y[j]*row[j];
532 row[j] = -_y[j]*row[j];
954 bool CvSVMSolver::solve_c_svc( int _sample_count, int _var_count, const float** _samples, schar* _y, argument
981 solve_nu_svc( int _sample_count, int _var_count, const float** _samples, schar* _y, CvMemStorage* _storage, CvSVMKernel* _kernel, double* _alpha, CvSVMSolutionInfo& _si ) argument
1095 solve_nu_svr( int _sample_count, int _var_count, const float** _samples, const float* _y, CvMemStorage* _storage, CvSVMKernel* _kernel, double* _alpha, CvSVMSolutionInfo& _si ) argument
[all...]

Completed in 316 milliseconds