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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
adxl335.cxx 59 float aX, aY, aZ;
64 accel->acceleration(&aX, &aY, &aZ);
66 cout << "Acceleration: Y: " << aY << "g" << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
adxl335.js 56 var aY = new analogGyro3Axis.new_floatPointer();
70 myAnalogGyro3Axis.acceleration(aX, aY, aZ);
74 analogGyro3Axis.floatPointer_value(aY) + "g\n" +
  /hardware/bsp/intel/peripheral/libupm/examples/python/
adxl335.py 58 aY = upmAdxl335.new_floatPointer()
68 myAnalogAccel.acceleration(aX, aY, aZ)
72 upmAdxl335.floatPointer_value(aY),
  /external/pdfium/xfa/src/fxbarcode/common/
BC_WhiteRectangleDetector.h 25 FX_FLOAT aY,
28 int32_t DistanceL2(FX_FLOAT aX, FX_FLOAT aY, FX_FLOAT bX, FX_FLOAT bY);
BC_WhiteRectangleDetector.cpp 189 FX_FLOAT aY,
192 int32_t dist = DistanceL2(aX, aY, bX, bY);
194 float yStep = (bY - aY) / dist;
197 int32_t y = Round(aY + i * yStep);
205 FX_FLOAT aY,
209 float yDiff = aY - bY;
  /hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
javaupm_h3lis331dl.i 7 %apply float *OUTPUT { float *aX, float *aY, float *aZ };
h3lis331dl.cxx 576 void H3LIS331DL::getAcceleration(float *aX, float *aY, float *aZ)
581 *aY = float(m_rawY - m_adjY) * gains;
h3lis331dl.h 574 * @param aY Returned Y-axis acceleration
577 void getAcceleration(float *aX, float *aY, float *aZ);
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js 624 contextPrototype.moveTo = function(aX, aY) {
625 var p = getCoords(this, aX, aY);
631 contextPrototype.lineTo = function(aX, aY) {
632 var p = getCoords(this, aX, aY);
641 aX, aY) {
642 var p = getCoords(this, aX, aY);
663 contextPrototype.quadraticCurveTo = function(aCPx, aCPy, aX, aY) {
668 var p = getCoords(this, aX, aY);
682 contextPrototype.arc = function(aX, aY, aRadius,
688 var yStart = aY + ms(aStartAngle) * aRadius - Z2
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolatingFunction.java 484 final double[][] aY = new double[N][N];
493 aY[i][j] = j * c;
495 aYY[i][j] = (j - 1) * aY[i][j];
521 return apply(pX, pY, aY);
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 489 float aY = mVelocityTracker.getYVelocity();
494 float projectedVelocity = (aX * bX + aY * bY) / bLen;
  /external/zxing/core/
core.jar 
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 546 ?;I?.k*?)j?+??R%????ay??]? ?c???f>?L{?'=K?c;@???–g??I$????V?&? ??2?*-?Pk\??6[vQ?????????C???*jZc??j???????)z ??)? ?? ??#'U??A????5?+?_?|?0??>?b????????nU?????'}x???n?&V2????-??Wx(?
    [all...]

Completed in 190 milliseconds