HomeSort by relevance Sort by last modified time
    Searched refs:ax (Results 201 - 225 of 258) sorted by null

1 2 3 4 5 6 7 891011

  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 114 addi 15,15,THRESHOLD+1 # cl = ax >> (P_BITS)+THRESH+1
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.cpp 477 double ax, ay, az, aw; local
483 ax = qa[0]; ay = qa[1]; az = qa[2]; aw = qa[3];
486 angle = ax * bx + ay * by + az * bz + aw * bw;
489 ax = -ax; ay = -ay;
506 by = ax;
513 cx = ax * scale + bx * invscale;
    [all...]
  /external/chromium_org/third_party/x86inc/
x86inc.asm 179 DECLARE_REG_SIZE ax, al
294 DECLARE_REG 6, rax, eax, ax, al, [rsp + stack_offset + 56]
376 DECLARE_REG 6, rax, eax, ax, al, [rsp + stack_offset + 8]
411 DECLARE_REG 4, eax, eax, ax, al, [esp + stack_offset + 20]
414 DECLARE_REG 0, eax, eax, ax, al, [esp + stack_offset + 4]
  /bionic/libc/arch-x86/string/
ssse3-strcpy-atom.S     [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 3616 struct axset *ax; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86regtmod.gperf 191 ax, REG, X86_REG16, 0, 0
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 411 float ax = getMaxAxis(axes); local
412 sphere.radius = FastMath.abs(ax * radius) + RADIUS_EPSILON - 1f;
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 223 xor dx, ax
  /external/qemu/android/skin/
trackball.c 493 Fix16 ax = fixedvector_dot( (Fix16Vector)&coord->f, (Fix16Vector)&faxes[0] ); local
506 d[0] = ball->dots[pp][0] - ax;
  /external/stressapptest/src/
os.cc 154 int ax, bx, cx, dx; local
156 "cpuid": "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) : "a" (1));
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 497 double ax = sa[a].X(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Delaunay.cpp 497 double ax = sa[a].X(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 497 double ax = sa[a].X(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 56 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/main/none/tests/x86/
gen_insn_test.pl 51 al => 0, ax => 0, eax => 0,
64 al => "r8", ah => "r8", ax => "r16", eax => "r32",
71 { r8 => "al", r16 => "ax", r32 => "eax" },
  /frameworks/base/libs/hwui/
PathTessellator.cpp     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 236 mov ax,[esi] local
237 mov [ebx],ax
772 mov ax,[esi] local
773 mov [ebx],ax
935 mov ax,[esi+4] // These 2 lines added 20070717 local
936 mov [ebx+4],ax // Glenn R-P
1985 add ax, cx local
1987 shr ax, 1 \/\/ divide by 2 local
2258 add ax, cx local
2260 shr ax, 1 \/\/ divide by 2 local
2357 add ax, cx local
2359 shr ax, 1 \/\/ divide by 2 local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 336 dRate->ax += x;
536 me->dRate[i].axx = me->dRate[i].ax = me->dRate[i].an = 0;
885 double x2 = me->dRate[i].ax / me->dRate[i].an;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
modexp512-x86_64.S 1608 movw 384(%rsi),%ax
1612 movw 320(%rsi),%ax
1616 movw 256(%rsi),%ax
1665 movw 384(%rsi),%ax
1669 movw 320(%rsi),%ax
1673 movw 256(%rsi),%ax
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.S 1608 movw 384(%rsi),%ax
1612 movw 320(%rsi),%ax
1616 movw 256(%rsi),%ax
1665 movw 384(%rsi),%ax
1669 movw 320(%rsi),%ax
1673 movw 256(%rsi),%ax
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 423 or ax,ax
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 312 mov WORD PTR[edi], ax
  /packages/apps/Browser/src/com/android/browser/
PieControl.java 155 public void onLayout(int ax, int ay, boolean left) {
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 259 DECLARE_REG_SIZE ax, al
406 DECLARE_REG 6, rax, eax, ax, al, 56
483 DECLARE_REG 6, rax, eax, ax, al, 8
518 DECLARE_REG 0, eax, eax, ax, al, 4
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 394 mov [edi],ax

Completed in 1525 milliseconds

1 2 3 4 5 6 7 891011