HomeSort by relevance Sort by last modified time
    Searched defs:_y (Results 1 - 17 of 17) 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/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
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); local
71 *y = _y + 16;
81 const int _y = y - 16; local
89 *r = scale * (y_factor * _y + 1.596f * _v);
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v);
91 *b = scale * (y_factor * _y + 2.018f * _u );
109 const int _y = y - 16; local
113 const int _r = (298 * _y + 409 * _v + 128) >> 8;
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8;
115 const int _b = (298 * _y + 516 * _u + 128) >> 8
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 189 float _y = pt2[1]; local
190 float distance = (float) Math.hypot(_x, _y);
  /external/eigen/unsupported/test/
levenberg_marquardt.cpp 1158 static const double _y[37]; member in struct:thurber_functor
1191 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
    [all...]
NonLinearOptimization.cpp 1552 static const double _y[37]; member in struct:thurber_functor
1585 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
    [all...]
  /external/eigen/Eigen/src/Core/
MathFunctions.h 295 RealScalar _y = abs(y); local
296 RealScalar p = (max)(_x, _y);
298 RealScalar q = (min)(_x, _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/opencv3/modules/calib3d/test/
test_undistort.cpp 531 double _y = (x*inverse.data.db[3]+y*inverse.data.db[4]+inverse.data.db[5])/w1; local
536 double __y = _y;
539 double r2 = _x*_x+_y*_y;
542 2*_distCoeffs->data.db[2]*_x*_y+_distCoeffs->data.db[3]*(r2+2*_x*_x);
543 __y = _y*(1+_distCoeffs->data.db[0]*r2+_distCoeffs->data.db[1]*r2*r2)+
544 2*_distCoeffs->data.db[3]*_x*_y+_distCoeffs->data.db[2]*(r2+2*_y*_y);
548 __y+=_y*_distCoeffs->data.db[4]*r2*r2*r2
    [all...]
  /external/opencv3/modules/imgproc/src/
canny.cpp 453 const short* _y = dy.ptr<short>(i - boundaries.start); local
479 int ys = _y[j];
860 const short* _y = dy.ptr<short>(i-1); local
    [all...]
undistort.cpp 137 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; local
139 for( int j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6] )
141 double w = 1./_w, x = _x*w, y = _y*w;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 757 int _y = sy + y; local
758 if (block(_y) != setup->span.y) {
760 setup->span.y = block(_y);
763 setup->span.left[_y&1] = left;
764 setup->span.right[_y&1] = right;
    [all...]
  /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/opencv3/modules/ml/src/
svm.cpp 477 Solver( const Mat& _samples, const vector<schar>& _y,
490 y_vec = _y;
581 const schar* _y = &y_vec[0]; local
584 if( _y[i] > 0 )
587 row[j] = _y[j]*row[j];
592 row[j] = -_y[j]*row[j];
    [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...]
  /external/opencv3/modules/calib3d/src/
fisheye.cpp 456 _y = i*iR(1, 1) + iR(1, 2), local
461 double x = _x/_w, y = _y/_w;
488 _y += iR(1, 0);
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 453 milliseconds