HomeSort by relevance Sort by last modified time
    Searched defs:ay (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/test/Modules/Inputs/include_next/y/
a.h 1 enum { ay = 2 }; enumerator in enum:__anon7711
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
h3lis331dl.cxx 57 float ax, ay, az; local
62 accel->getAcceleration(&ax, &ay, &az);
66 cout << "Acceleration: AX = " << ax << " AY = " << ay << " AZ = " << az
mma7660.cxx 69 float ax, ay, az; local
71 accel->getAcceleration(&ax, &ay, &az);
73 << "g y = " << ay
  /hardware/bsp/intel/peripheral/libupm/examples/python/
h3lis331dl.py 56 ay = upmH3LIS331DL.new_floatp() variable
69 myDigitalAccelerometer.getAcceleration(ax, ay, az)
71 " AY = {1}"
73 upmH3LIS331DL.floatp_value(ay),
mma7660.py 62 ay = upmMMA7660.new_floatp() variable
74 myDigitalAccelerometer.getAcceleration(ax, ay, az)
78 upmMMA7660.floatp_value(ay),
  /external/skia/tests/
PathOpsSimplifyTrianglesThreadedTest.cpp 20 int ay = state.fA >> 2; local
42 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
80 int ay = a >> 2; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
PathOpsSimplifyDegenerateThreadedTest.cpp 19 int ay = state.fA >> 2; local
39 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
49 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
75 int ay = a >> 2; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
PathOpsSimplifyQuadThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
57 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsQuadLineIntersectionThreadedTest.cpp 78 int ay = state.fA >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 67 const float ay = de::abs(y); local
75 if (ay+ey < ax-ex && az+ez < ax-ex)
80 else if (ax+ex < ay-ey && az+ez < ay-ey)
85 else if (ax+ex < az-ez && ay+ey < az-ez)
99 if (ay > ey)
  /external/opencv3/modules/shape/src/
tps_trans.cpp 122 float ay=tpsParameters.at<float>(tpsParameters.rows-1,i); local
124 float affine=a1+ax*point.x+ay*point.y;
  /external/skia/src/pathops/
SkPathOpsConic.cpp 121 double ax, ay, az; local
124 ay = fPts[0].fY;
128 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1);
132 ay = fPts[2].fY;
154 double by = 2 * dy - (ay + cy) / 2;
156 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}},
  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu60x0.cxx 113 int16_t ax, ay, az; local
118 ay = ( (buffer[2] << 8) | buffer[3] );
129 m_accelY = float(ay);
  /packages/apps/Camera2/jni/
tinyplanet.cc 63 float ay = y - floor(y); local
65 float ayn = 1.0f - ay;
71 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
76 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
81 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 62 float ay = y - floor(y); local
64 float ayn = 1.0f - ay;
70 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
75 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
80 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 84 // A(ax,ay) is the vector p1->p2.
86 final int ay = mP2Y - mP1Y; local
99 final float crossProdAB = ax * by - ay * bx;
100 final float dotProdAB = ax * bx + ay * by;
101 final float normASquare = ax * ax + ay * ay;
104 mSlope1X = invHalfNormASquare * (dotProdAB * ax + crossProdAB * ay);
105 mSlope1Y = invHalfNormASquare * (dotProdAB * ay - crossProdAB * ax);
109 mSlope1Y = ay;
123 final float crossProdAB = ax * by - ay * bx
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
284 ay = fabs(y);
304 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
320 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
323 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
368 ay = fabs(y);
388 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
405 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x)
458 double ax, ay, t; local
569 double x, y, ax, ay, rx, ry; local
    [all...]
catrigf.c 148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
155 ay = fabsf(y);
167 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
181 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
213 ay = fabsf(y);
225 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
239 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x)
281 float ax, ay, t; local
341 float x, y, ax, ay, rx, ry; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 28 Allocation ay; field in class:YuvTest
61 ay = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), w, h));
66 ay.copyFrom(by);
106 script.invoke_makeRef(ay, au, av, aref);
108 mVerify.invoke_verify(aref, aout, ay);
143 script.invoke_makeRef(ay, au, av, aref);
148 mVerify.invoke_verify(aref, aout, ay);
152 mVerify.invoke_verify(aref, aout, ay);
189 script.invoke_makeRef(ay, au, av, aref);
194 mVerify.invoke_verify(aref, aout, ay);
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 36 Allocation ay; field in class:RSYuvTest
66 ay = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), w, h));
71 ay.copyFrom(by);
109 mVerify.invoke_verify(aref, aout, ay);
148 mVerify.invoke_verify(aref, aout, ay);
185 mVerify.invoke_verify(aref, aout, ay);
  /external/freetype/src/base/
ftcalc.c 967 FT_Pos ay = in_y + out_y; local
993 d_hypot = FT_HYPOT( ax, ay );
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2WheelJoint.cpp 25 // C = dot(ay, d)
26 // Cdot = dot(d, cross(wA, ay)) + dot(ay, vB + cross(wB, rB) - vA - cross(wA, rA))
27 // = -dot(ay, vA) - dot(cross(d + rA, ay), wA) + dot(ay, vB) + dot(cross(rB, ay), vB)
28 // J = [-ay, -cross(d + rA, ay), ay, cross(rB, ay)
293 b2Vec2 ay = b2Mul(qA, m_localYAxisA); local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
VoronoiDiagram.java 180 float ay = a.center.y - y; local
183 float a2 = ax * ax + ay * ay;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftcalc.c 967 FT_Pos ay = in_y + out_y; local
993 d_hypot = FT_HYPOT( ax, ay );

Completed in 558 milliseconds

1 2 3