HomeSort by relevance Sort by last modified time
    Searched defs:_y (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p9.cpp 10 "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/
getset-002.js 26 _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");
getset-001.js 30 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/
cxx11-user-defined-literal.cpp 6 S operator"" _y(wchar_t);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f; local
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 200 float _y = pt2[1]; local
201 float distance = (float) Math.sqrt(_x * _x + _y * _y);
  /external/opencv/cv/src/
cvundistort.cpp 70 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/opencv/cxcore/src/
cxmathfuncs.cpp 70 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;
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 386 CvSVMSolver::CvSVMSolver( int _sample_count, int _var_count, const float** _samples, schar* _y,
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,
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,
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 145 #define _y kRegTypeConstPosByte macro
146 #define _Y kRegTypeConstByte
192 { /*0*/ _X,_X,_X,_0,_Z,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
193 { /*1*/ _X,_X,_X,_Z,_1,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
194 { /*Z*/ _X,_X,_X,_Z,_Z,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
195 { /*y*/ _X,_X,_X,_y,_y,_y,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X }
222 #undef _y macro
    [all...]

Completed in 235 milliseconds