Searched refs:ax (Results 76 - 100 of 130) sorted by relevance

123456

/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
H A Dvec4.js412 var ax = a[0],
416 out[0] = ax + t * (b[0] - ax);
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp150 double ax = vect[n-1].x; local
158 double convexity = ax * by - ay * bx;
165 ax = bx;
H A Dcvlinefit.cpp574 float x, y, z, ax, ay, az, dx, dy, dz, d;
579 ax = _line[0] - _lineprev[0];
583 dy = (float) fabs( z * ax - x * az );
584 dz = (float) fabs( x * ay - y * ax );
H A Dcvconvhull.cpp75 int ax = array[pcur]->x - array[pprev]->x; local
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */
80 if( CV_SIGN(convexity) == sign2 && (ax != 0 || ay != 0) )
148 float ax = array[pcur]->x - array[pprev]->x; local
151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */
153 if( CV_SIGN( convexity ) == sign2 && (ax != 0 || ay != 0) )
/external/llvm/test/MC/X86/
H A Dintel-syntax.s32 // CHECK: andw $12, %ax
33 and ax, 12
34 // CHECK: andw $-12, %ax
35 and ax, -12
36 // CHECK: andw $257, %ax
37 and ax, 257
38 // CHECK: andw $-257, %ax
39 and ax, -257
433 // CHECK: inw %dx, %ax
436 // CHECK: outw %ax,
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h309 VGfloat ax = dx0 - dx1 + dx2 - dx3; local
312 if (floatIsZero(ax) && floatIsZero(ay)) {
326 VGfloat gtop = ax * ay2 - ax2 * ay;
327 VGfloat htop = ax1 * ay - ax * ay1;
/external/skia/src/core/
H A DSkEdge.h42 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
/external/clang/test/CodeGen/
H A Dms-inline-asm.c346 __asm mov ax, word ptr i
347 // CHECK: mov ax, word ptr $2
350 // CHECK: "*m,*m,*m,*m,~{al},~{ax},~{eax},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}, i32* %{{.*}}, i32* %{{.*}}, i32* %{{.*}})
360 __asm mov ax, word ptr [i]
361 // CHECK: mov ax, word ptr $2
364 // CHECK: "*m,*m,*m,*m,~{al},~{ax},~{eax},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}, i32* %{{.*}}, i32* %{{.*}}, i32* %{{.*}})
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp225 double ax = dst[0].fX = interp_quad_coords(&fPts[0].fX, t1); local
231 /* bx = */ dst[1].fX = 2 * dx - (ax + cx) / 2;
/external/zlib/src/contrib/gcc_gvmat64/
H A Dgvmat64.S476 or ax,ax
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp302 int ax, ay; local
331 ax = (dx ^ j) - j;
335 if( ax > ay )
337 dx = ax;
347 y_step = (int) (((int64) dy << XY_SHIFT) / (ax | 1));
416 if( ax > ay )
491 if( ax > ay )
565 int ax, ay; local
594 ax = (dx ^ j) - j;
598 if( ax > a
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/dist/
H A Dgl-matrix.js2889 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
2892 out[0] = ax * bw + aw * bx + ay * bz - az * by;
2893 out[1] = ay * bw + aw * by + az * bx - ax * bz;
2894 out[2] = az * bw + aw * bz + ax * by - ay * bx;
2895 out[3] = aw * bw - ax * bx - ay * by - az * bz;
2927 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
2930 out[0] = ax * bw + aw * bx;
2933 out[3] = aw * bw - ax * bx;
2948 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
2951 out[0] = ax * b
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c104 WebRtc_Word16 ax, axINT, axFRAC; local
109 // ax=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(x, 23637-700, 14); //Q8
110 ax=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(x, 23637, 14); //Q8
111 axINT = WEBRTC_SPL_RSHIFT_W16(ax, 8); //Q0
112 axFRAC = ax&0x00FF;
118 // ax=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(x, 23637+700, 14); //Q8
119 ax=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(x, 23637, 14); //Q8
120 ax = -ax;
121 axINT = 1 + WEBRTC_SPL_RSHIFT_W16(ax,
[all...]
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.S84 mov %al,%cl # cl = (ax >> P_BITS) + THRESHOLD + 1
161 mov $0xa,%ax # store linefeed on end
453 # mov $('['<<8+27),%ax # we want to output ^[[
454 mov $(0x5b<<8+27),%ax # we want to output ^[[
522 # ax = value to print
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S76 mov %al,%cl # cl = (ax >> P_BITS) + THRESHOLD + 1
153 mov $0xa,%ax # store linefeed on end
453 # mov $('['<<8+27),%ax # we want to output ^[[
454 mov $(0x5b<<8+27),%ax # we want to output ^[[
522 # ax = value to print
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp700 float ax, float ay,
704 float dx = bx - ax;
712 float acx = (ax + cx) * 0.5f;
721 RecursiveQuadraticBezierVertices(ax, ay, mx, my, acx, acy,
699 RecursiveQuadraticBezierVertices( float ax, float ay, float bx, float by, float cx, float cy, float sqrInvScaleX, float sqrInvScaleY, SkTArray<Vertex, true>* outputVertices) argument
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dll.S114 addi 15,15,THRESHOLD+1 # cl = ax >> (P_BITS)+THRESH+1
/external/vboot_reference/utility/
H A Dchromeos-tpm-recovery-test274 if ps ax | grep "tcs[d]"; then
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp857 void foo(A::X<int> &ax, B::X<int> bx) { argument
860 ax = bx;
/external/freetype/src/base/
H A Dftcalc.c915 FT_Pos ax = in_x + out_x; local
942 d_hypot = FT_HYPOT( ax, ay );
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingSphere.java411 float ax = getMaxAxis(axes);
412 sphere.radius = FastMath.abs(ax * radius) + RADIUS_EPSILON - 1f;
/external/pdfium/third_party/freetype/src/base/
H A Dftcalc.c861 FT_Pos ax = in_x + out_x; local
888 d_hypot = FT_HYPOT( ax, ay );
/external/valgrind/none/tests/amd64/
H A Dgen_insn_test.pl56 al => 4, ax => 4, eax => 4, rax => 4,
69 al => "r8", ah => "r8", ax => "r16", eax => "r32", rax => "r64",
76 # { r8 => "al", r16 => "ax", r32 => "eax", r64 => "rax" },
91 { r8 => "al", r16 => "ax", r32 => "eax", r64 => "rax" },
/external/valgrind/none/tests/x86/
H A Dgen_insn_test.pl51 al => 0, ax => 0, eax => 0,
64 al => "r8", ah => "r8", ax => "r16", eax => "r32",
71 { r8 => "al", r16 => "ax", r32 => "eax" },
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscnvrt.c186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
192 // This is a linear scaling in the form ax+b, where
200 ax = (BlackPointOut->X - cmsD50_XYZ()->X) / tx;
208 _cmsVEC3init(&m ->v[0], ax, 0, 0);

Completed in 2133 milliseconds

123456