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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
adxl335.cxx 59 float aX, aY, aZ;
64 accel->acceleration(&aX, &aY, &aZ);
65 cout << "Acceleration: X: " << aX << "g" << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
adxl335.js 55 var aX = new analogGyro3Axis.new_floatPointer();
70 myAnalogGyro3Axis.acceleration(aX, aY, aZ);
72 analogGyro3Axis.floatPointer_value(aX) + "g\n" +
  /hardware/bsp/intel/peripheral/libupm/examples/python/
adxl335.py 57 aX = upmAdxl335.new_floatPointer()
68 myAnalogAccel.acceleration(aX, aY, aZ)
71 "Acceleration: Z: {2}g").format(upmAdxl335.floatPointer_value(aX),
  /external/tremolo/Tremolo/
mdct.c 65 DATA_TYPE *aX;
70 aX = in+n2-3;
74 REG_TYPE s0= aX[0];
75 REG_TYPE s2= aX[2];
76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step;
77 aX-=4;
78 }while(aX>=in+n4);
80 REG_TYPE s0= aX[0];
81 REG_TYPE s2= aX[2]
    [all...]
mdctLARM.s 313 ADD r4, r1, r0, LSL #1 @ r4 = aX = in+(n>>1)
315 SUB r4, r4, #3*4 @ r4 = aX = in+n2-3
319 LDR r7, [r4,#8] @ r6 = s2 = aX[2]
321 LDR r6, [r4],#-16 @ r6 = s0 = aX[0]
326 @ XPROD31(s0, s2, T[0], T[1], 0xaX[0], &ax[2])
332 STR r9, [r4,#16] @ aX[0] = r9
334 STR r12,[r4,#8+16] @ aX[2] = r12
336 BGE presymmetry_loop1 @ while (aX >= in+n4)
339 LDR r6, [r4],#-16 @ r6 = s0 = aX[0]
341 LDR r7, [r4,#16+8] @ r6 = s2 = aX[2
    [all...]
mdctARM.s 312 ADD r4, r1, r0, LSL #1 @ r4 = aX = in+(n>>1)
314 SUB r4, r4, #3*4 @ r4 = aX = in+n2-3
320 LDR r7, [r4,#8] @ r6 = s2 = aX[2]
322 LDR r6, [r4] @ r6 = s0 = aX[0]
325 @ XPROD31(s0, s2, T[0], T[1], 0xaX[0], &ax[2])
336 STR r9, [r4],#-16 @ aX[0] = r9
339 STR r12,[r4,#8+16] @ aX[2] = r12
341 BGE presymmetry_loop1 @ while (aX >= in+n4)
344 LDR r6,[r4] @ r6 = s0 = aX[0]
346 LDR r7,[r4,#8] @ r6 = s2 = aX[2
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/
BC_WhiteRectangleDetector.h 24 CBC_ResultPoint* GetBlackPointOnSegment(FX_FLOAT aX,
28 int32_t DistanceL2(FX_FLOAT aX, FX_FLOAT aY, FX_FLOAT bX, FX_FLOAT bY);
BC_WhiteRectangleDetector.cpp 188 FX_FLOAT aX,
192 int32_t dist = DistanceL2(aX, aY, bX, bY);
193 float xStep = (bX - aX) / dist;
196 int32_t x = Round(aX + i * xStep);
204 int32_t CBC_WhiteRectangleDetector::DistanceL2(FX_FLOAT aX,
208 float xDiff = aX - bX;
  /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)
580 *aX = float(m_rawX - m_adjX) * gains;
h3lis331dl.h 573 * @param aX Returned X-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,
687 var xStart = aX + mc(aStartAngle) * aRadius - Z2
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolatingFunction.java 483 final double[][] aX = new double[N][N];
492 aX[i][j] = i * c;
494 aXX[i][j] = (i - 1) * aX[i][j];
496 aXY[i][j] = j * aX[i][j];
509 return apply(pX, pY, aX);
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 488 float aX = mVelocityTracker.getXVelocity();
494 float projectedVelocity = (aX * bX + aY * bY) / bLen;
  /external/zxing/core/
core.jar 
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 199 ???iN??)?????j3?KO?????b???w{??????L?w????r?cO?@????1)???@?0??9?><\|???H/?~V8?:????%???j??????U? ???C??? ?RFKX -n?5????IN???l???u?U??-???7?:???Uw????? ???^@?>`I???>u[?n???vv?6?e??1??g??k???RU?LW| [??9?J;?????.?[??U?[??'??O?????o.??s_?>z?v"??WU???????l?W????>?Y?t??????????$TO{L??K?^?H[?0.???????????E??}?,9??????>???????g????_?,???y3????1,??\7?Nf,????s}|???HR?>???`???dP???Q?^???wx??Q?F\??Ax%????7?s(?Q???yK??|+q?{??;??P{????7???O(???????e?h?Owu?m?`8?X??/???s?_??V,????v??:{?U????p6?? \1?vD` ??hW???~?????{?B???@L?>???,?A?????;m????????????_
310 9??@??????H??Y,T?_?(??_??b?1t?????<?XU*?2r??t??1??0??X?c%b??'??f??f.???wr8>????.?? ?%????;1?? ??@p????????? ?|-? ?)aAb??A?gC???p0n??n??_??"tL??@#??c??,??4?d??u?"?`?t$? ???-???z??C?_????cT ?x?8"??.?0pT??s???K~P?<Å-?'????Q??-?NMtD?H??Y????#Ea??????SAg?a?Fy? ?????Xx*\??E*hB?P?????yO?tV ???M?????RR??CIa??P????wD?~???M?4??? x?:???????Yg/uNaØ8?t?;???z?9z?M'?o"?2b?zW????9?P?4K ;-0+?a ?Z#I??????????/?U??n?`?#? ?f?S?%8?c??\ r9"h???g??0.?O?????J[ m???3 7??L??v?;??oU????????-???#?:+?{? ???1???'?1(??s??]??Vd|aXF?d?3^??7????????(G? V?S{??Dq???Y?/?~? ??(???R??@iZ?e?QX}$????@NS??? w|?i??????&?j?$??X}A@?N????G?YG?o???&???u&M ?;?*?`??w+H?????6??y???????k??\0?b?????-??C?9?V?6?v<?v?%?'~???G?Ed<?A?????>8?? A????,5b$?m??_.????%?+2?iw?D??'x???O???j~1?#???|?A???????rP?C??8???!F? \[??8??
    [all...]
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 166 #,?dD?? ???D???B6?u?h ??M&??aX?T'?2???????!?e??8??'}B[} ;??X?}?]EI??X????? ?8HH*????P??*1?.(G?F???EH?T2a$&?5?>n| ?L??8?*P m? !?i?W??q??#NUL?(??Q?&?!5:z7%??Y???c`?j??;??S1??"Z+fht??i{h]? ?<o{ ?L
    [all...]
hrtf_g722_1C_48_jitterT2.rtp 167 #,?dD?? ???D???B6?u?h ??M&??aX?T'?2???????!?e??8??'}B[} ;???}?]EI??X????? ?8HH*????P??*1?.(G?F???EH?T2a$&?5?>n| ?L??8?*P m? !?i?W??q??#NUL?(??Q?&?!5:z7%??Y???c`?j??;??S1??"Z+fht??i{h]? ?<o{ ?L
    [all...]
toggling_stereo_g729_pt18_pt125.rtp     [all...]
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]

Completed in 453 milliseconds