HomeSort by relevance Sort by last modified time
    Searched refs:ay (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/opencv/cv/src/
cvlinefit.cpp 574 float x, y, z, ax, ay, az, dx, dy, dz, d;
580 ay = _line[1] - _lineprev[1];
582 dx = (float) fabs( y * az - z * ay );
584 dz = (float) fabs( x * ay - y * ax );
cvconvhull.cpp 77 int ay = cury - array[pprev]->y; local
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */
80 if( CV_SIGN(convexity) == sign2 && (ax != 0 || ay != 0) )
150 float ay = cury - array[pprev]->y; local
151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */
153 if( CV_SIGN( convexity ) == sign2 && (ax != 0 || ay != 0) )
  /external/skia/src/core/
SkEdge.h 41 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
SkAnalyticEdge.h 81 inline bool updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by, SkFixed slope);
  /external/skqp/src/core/
SkEdge.h 41 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
SkAnalyticEdge.h 81 inline bool updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by, SkFixed slope);
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 395 def _simple_linear_regression(self, ax, ay):
407 mid_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.MIDDLE,
414 bgn_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.BEGIN,
416 end_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.END,
422 target_segment = self.packets.get_segments_x_and_y(ax, ay,
426 def _calc_simple_linear_regression_line(self, ax, ay):
430 ay: array y
432 ay = alpha + beta . ax
443 self._ay = 1.0 * np.array(ay)
467 def _calc_simple_linear_regression_error(self, ax, ay)
    [all...]
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 174 final float ay = gy * invm; local
195 mAccelY = ay;
  /external/opencv/cxcore/src/
cxdrawing.cpp 302 int ax, ay; local
333 ay = (dy ^ i) - i;
335 if( ax > ay )
361 dy = ay;
370 x_step = (int) (((int64) dx << XY_SHIFT) / (ay | 1));
416 if( ax > ay )
491 if( ax > ay )
565 int ax, ay; local
596 ay = (dy ^ i) - i;
598 if( ax > ay )
    [all...]
  /external/eigen/unsupported/test/
autodiff.cpp 221 AD ay(p.y(),Vector2f::UnitY());
222 AD res = foo<AD>(ax,ay);
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 277 double ay = dst[0].fY = interp_quad_coords(&fPts[0].fY, t1); local
283 /* by = */ dst[1].fY = 2 * dy - (ay + cy) / 2;
SkPathOpsCubic.cpp 520 double Ay = fPts[1].fY - fPts[0].fY;
525 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
666 double ay = dst[0].fY = interp_cubic_coords(&fPts[0].fY, t1);
674 double my = ey * 27 - ay * 8 - dy;
676 double ny = fy * 27 - ay - dy * 8;
  /external/skqp/src/pathops/
SkPathOpsQuad.cpp 274 double ay = dst[0].fY = interp_quad_coords(&fPts[0].fY, t1); local
280 /* by = */ dst[1].fY = 2 * dy - (ay + cy) / 2;
SkPathOpsCubic.cpp 520 double Ay = fPts[1].fY - fPts[0].fY;
525 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
666 double ay = dst[0].fY = interp_cubic_coords(&fPts[0].fY, t1);
674 double my = ey * 27 - ay * 8 - dy;
676 double ny = fy * 27 - ay - dy * 8;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
zarch-z990.s 11 ay %r6,-524288(%r5,%r10)
  /frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
OctopusDrawable.java 96 private float ax = 0f, ay = 30f;
119 vy = clamp(vy + dt_sec * ay, -100*MAX_VY, MAX_VY);
  /libcore/ojluni/src/main/java/java/lang/
Math.java 897 long ay = Math.abs(y); local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 500 double ay = sa[a].Y(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /frameworks/base/libs/hwui/
PathTessellator.cpp     [all...]
SpotShadow.cpp 223 bool SpotShadow::ccw(float ax, float ay, float bx, float by, float cx, float cy) {
224 return (bx - ax) * (cy - ay) - (by - ay) * (cx - ax) > EPSILON;
    [all...]
  /external/pdfium/third_party/lcms/src/
cmscnvrt.c 186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
201 ay = (BlackPointOut->Y - cmsD50_XYZ()->Y) / ty;
209 _cmsVEC3init(&m ->v[1], 0, ay, 0);
    [all...]
  /external/autotest/client/common_lib/
utils.py     [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1057 FT_Pos ax, ay; local
1062 ay = FT_ABS( dy );
1064 if ( ay * 12 < ax )
1069 else if ( ax * 12 < ay )
    [all...]
  /external/freetype/src/base/
ftcalc.c 981 FT_Pos ay = in_y + out_y; local
1007 d_hypot = FT_HYPOT( ax, ay );
  /external/skia/src/gpu/ccpr/
GrCCPathParser.cpp 228 float ay = vertices[i].fPos.fY - vertices[i + 1].fPos.fY; local
231 float wind = ax*by - ay*bx;

Completed in 608 milliseconds

1 23 4 5