HomeSort by relevance Sort by last modified time
    Searched refs:ax2 (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 127 ax2 = axisx.p2c(x2) + xoffset,
133 var c = Math.sqrt(Math.pow(ax2 - ax1, 2) + Math.pow(ay2 - ay1, 2));
137 deltaX: ax2 - ax1,
143 var xsign = ax2 > ax1 ? 1 : -1,
146 deltaX: xsign * Math.sqrt(Math.pow(segmentLength, 2) / (1 + Math.pow((ay2 - ay1)/(ax2 - ax1), 2))),
147 deltaY: ysign * Math.sqrt(Math.pow(segmentLength, 2) - Math.pow(segmentLength, 2) / (1 + Math.pow((ay2 - ay1)/(ax2 - ax1), 2))),
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 314 double ax1, ay1, ax2, ay2, ax3, ay3, ax4, ay4; local
320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2);
331 err += (VP_SQR(ax2 - bx2) + VP_SQR(ay2 - by2));
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 80 milliseconds