Home
last modified time | relevance | path

Searched refs:rot (Results 1 – 25 of 32) sorted by relevance

12

/external/qemu/android/skin/
Dtrackball.c109 rotator_reset( Rotator rot, int dx, int dy ) in rotator_reset() argument
121 rot->d[0] = zx; in rotator_reset()
122 rot->d[1] = zy; in rotator_reset()
123 rot->d[2] = 0.; in rotator_reset()
125 rot->n[0] = -rot->d[1]; in rotator_reset()
126 rot->n[1] = rot->d[0]; in rotator_reset()
127 rot->n[2] = 0; in rotator_reset()
129 rot->angle = len * ANGLE_FACTOR; in rotator_reset()
133 rotator_apply( Rotator rot, double* vec ) in rotator_apply() argument
138 d = vec[0]*rot->d[0] + vec[1]*rot->d[1]; in rotator_apply()
[all …]
Drect.h29 extern void skin_pos_rotate( SkinPos* dst, SkinPos* src, SkinRotation rot );
35 extern void skin_size_rotate( SkinSize* dst, SkinSize* src, SkinRotation rot );
Drect.c56 skin_size_rotate( SkinSize* dst, SkinSize* src, SkinRotation rot ) in skin_size_rotate() argument
61 if ((rot & 1) != 0) { in skin_size_rotate()
96 skin_rect_rotate( SkinRect* dst, SkinRect* src, SkinRotation rot ) in skin_rect_rotate() argument
100 switch (rot & 3) { in skin_rect_rotate()
Dfile.c269 SkinRotation rot = aconfig_int(node, "rotation", SKIN_ROTATION_0); in skin_location_create_from_v2() local
291 location->rotation = rot; in skin_location_create_from_v2()
/external/zlib/examples/
Dgzappend.c121 local void rotate(unsigned char *list, unsigned len, unsigned rot) in rotate() argument
129 if (rot >= len) rot %= len; in rotate()
130 if (rot == 0) return; in rotate()
136 if (rot == 1) { in rotate()
144 if (rot == len - 1) { in rotate()
152 cycles = gcd(len, rot); /* number of cycles */ in rotate()
158 from += rot; /* go right rot positions */ in rotate()
/external/ppp/pppd/
Dmd4.c77 #define rot(X,S) (tmp=X,(tmp<<S) | (tmp>>(32-S))) macro
78 #define ff(A,B,C,D,i,s) A = rot((A + f(B,C,D) + X[i]),s)
79 #define gg(A,B,C,D,i,s) A = rot((A + g(B,C,D) + X[i] + C2),s)
80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s)
/external/quake/quake/src/WinQuake/
Dmathlib.cpp99 float rot[3][3]; in RotatePointAroundVector() local
140 R_ConcatRotations( tmpmat, im, rot ); in RotatePointAroundVector()
144 dst[i] = rot[i][0] * point[0] + rot[i][1] * point[1] + rot[i][2] * point[2]; in RotatePointAroundVector()
/external/quake/quake/src/QW/client/
Dmathlib.c99 float rot[3][3]; in RotatePointAroundVector() local
140 R_ConcatRotations( tmpmat, im, rot ); in RotatePointAroundVector()
144 dst[i] = rot[i][0] * point[0] + rot[i][1] * point[1] + rot[i][2] * point[2]; in RotatePointAroundVector()
/external/webkit/WebCore/platform/graphics/transforms/
DAffineTransform.cpp183 AffineTransform rot(cosAngle, sinAngle, -sinAngle, cosAngle, 0, 0); in rotate() local
185 multLeft(rot); in rotate()
/external/v8/src/arm/
Dassembler-arm.cc614 for (int rot = 0; rot < 16; rot++) { in fits_shifter() local
615 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot)); in fits_shifter()
617 *rotate_imm = rot; in fits_shifter()
Dassembler-thumb2.cc594 for (int rot = 0; rot < 16; rot++) { in fits_shifter() local
595 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot)); in fits_shifter()
597 *rotate_imm = rot; in fits_shifter()
/external/openssl/crypto/bn/asm/
Dia64.S193 mov pr.rot=1<<16 };;
246 mov pr.rot=1<<16 };;
304 mov pr.rot=0x800001<<16
419 mov pr.rot=0x2001<<16
485 mov pr.rot=1<<16
1422 mov pr.rot=0 }
/external/bluetooth/glib/build/win32/
Dmodule.defs31 # they have been left to rot after Tor started using the
/external/qemu/
Darm-dis.c3672 unsigned int rot = (given & 0x00000030) >> 4; in print_insn_thumb32() local
3673 if (rot) in print_insn_thumb32()
3674 func (stream, ", ror #%u", rot * 8); in print_insn_thumb32()
/external/jpeg/
Dusage.doc466 "-rot 270 -trim" trims only the bottom edge, but "-rot 90 -trim" followed by
467 "-rot 180 -trim" trims both edges.
/external/openssl/crypto/aes/asm/
Daes-ia64.S94 mov pr.rot=1<<16 }
471 mov pr.rot=1<<16 }
/external/quake/quake/src/QW/progs/
Ditems.qc229 rot you down to your maximum health limit,
315 // Megahealth = rot down the player's super health
/external/icu4c/data/lang/
Dsv.txt397 root{"rot"}
Dda.txt402 root{"rot"}
Dnn.txt400 root{"rot"}
Dnb.txt402 root{"rot"}
/external/dnsmasq/po/
Dno.po1464 #~ msgstr "kj�rer som rot (root)"
/external/chromium/third_party/icu/source/data/locales/
Dda.txt2318 root{"rot"}
Dnb.txt2564 root{"rot"}
Dsv.txt2851 root{"rot"}

12