Home
last modified time | relevance | path

Searched refs:rot (Results 201 – 225 of 15675) sorted by relevance

12345678910>>...627

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-rotr-rotl.mir16 ; CHECK: $w0 = COPY %rot(s32)
20 %rot:_(s32) = G_ROTR %0(s32), %1(s32)
21 $w0 = COPY %rot(s32)
37 ; CHECK: $x0 = COPY %rot(s64)
42 $x0 = COPY %rot(s64)
61 ; CHECK: $w0 = COPY %rot(s32)
66 $w0 = COPY %rot(s32)
84 ; CHECK: $x0 = COPY %rot(s64)
89 $x0 = COPY %rot(s64)
120 $q0 = COPY %rot(<4 x s32>)
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-rotr-rotl.mir16 ; CHECK: $w0 = COPY %rot(s32)
20 %rot:_(s32) = G_ROTR %0(s32), %1(s32)
21 $w0 = COPY %rot(s32)
37 ; CHECK: $x0 = COPY %rot(s64)
42 $x0 = COPY %rot(s64)
61 ; CHECK: $w0 = COPY %rot(s32)
66 $w0 = COPY %rot(s32)
84 ; CHECK: $x0 = COPY %rot(s64)
89 $x0 = COPY %rot(s64)
120 $q0 = COPY %rot(<4 x s32>)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-rotr-rotl.mir16 ; CHECK: $w0 = COPY %rot(s32)
20 %rot:_(s32) = G_ROTR %0(s32), %1(s32)
21 $w0 = COPY %rot(s32)
37 ; CHECK: $x0 = COPY %rot(s64)
42 $x0 = COPY %rot(s64)
61 ; CHECK: $w0 = COPY %rot(s32)
66 $w0 = COPY %rot(s32)
84 ; CHECK: $x0 = COPY %rot(s64)
89 $x0 = COPY %rot(s64)
120 $q0 = COPY %rot(<4 x s32>)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-rotr-rotl.mir16 ; CHECK: $w0 = COPY %rot(s32)
20 %rot:_(s32) = G_ROTR %0(s32), %1(s32)
21 $w0 = COPY %rot(s32)
37 ; CHECK: $x0 = COPY %rot(s64)
42 $x0 = COPY %rot(s64)
61 ; CHECK: $w0 = COPY %rot(s32)
66 $w0 = COPY %rot(s32)
84 ; CHECK: $x0 = COPY %rot(s64)
89 $x0 = COPY %rot(s64)
120 $q0 = COPY %rot(<4 x s32>)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-rotr-rotl.mir16 ; CHECK: $w0 = COPY %rot(s32)
20 %rot:_(s32) = G_ROTR %0(s32), %1(s32)
21 $w0 = COPY %rot(s32)
37 ; CHECK: $x0 = COPY %rot(s64)
42 $x0 = COPY %rot(s64)
61 ; CHECK: $w0 = COPY %rot(s32)
66 $w0 = COPY %rot(s32)
84 ; CHECK: $x0 = COPY %rot(s64)
89 $x0 = COPY %rot(s64)
120 $q0 = COPY %rot(<4 x s32>)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-rotr-rotl.mir16 ; CHECK: $w0 = COPY %rot(s32)
20 %rot:_(s32) = G_ROTR %0(s32), %1(s32)
21 $w0 = COPY %rot(s32)
37 ; CHECK: $x0 = COPY %rot(s64)
42 $x0 = COPY %rot(s64)
61 ; CHECK: $w0 = COPY %rot(s32)
66 $w0 = COPY %rot(s32)
84 ; CHECK: $x0 = COPY %rot(s64)
89 $x0 = COPY %rot(s64)
120 $q0 = COPY %rot(<4 x s32>)
[all …]
/dports/games/90secondportraits/90-Second-Portraits-1.01b/hump/
H A Dcamera.lua33 local function new(x,y, zoom, rot)
36 rot = rot or 0
37 return setmetatable({x = x, y = y, scale = zoom, rot = rot}, camera)
55 self.rot = self.rot + phi
60 self.rot = phi
79 love.graphics.rotate(self.rot)
96 local c,s = cos(self.rot), sin(self.rot)
105 local c,s = cos(-self.rot), sin(-self.rot)
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dactor_view_pc.cpp236 rot.vy = (int16)(rot.vy + 4096 * dang / 360); in ActorViewDraw()
239 rot.vy = (int16)(rot.vy - 4096 * dang / 360); in ActorViewDraw()
242 rot.vx = (int16)(rot.vx + 4096 * dang / 360); in ActorViewDraw()
245 rot.vx = (int16)(rot.vx - 4096 * dang / 360); in ActorViewDraw()
248 rot.vz = (int16)(rot.vz + 4096 * dang / 360); in ActorViewDraw()
251 rot.vz = (int16)(rot.vz - 4096 * dang / 360); in ActorViewDraw()
383 g_av_actor->rot = rot; in DrawFrame()
384 g_av_actor->rot.vy = (int16)(g_av_actor->rot.vy); in DrawFrame()
506 rot.vx = 0; in ResetActor()
507 rot.vy = 0; in ResetActor()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/beams/
H A DBeam3D.h308 Matrix3D rot; in GetRotMatrix() local
309 GetRot(ploc.X(), rot); in GetRotMatrix()
310 return rot; in GetRotMatrix()
315 Matrix3D rot; in GetRotMatrixP() local
317 return rot; in GetRotMatrixP()
322 Matrix3D rot; in GetRotMatrixPD() local
324 return rot; in GetRotMatrixPD()
329 Matrix3D rot; in GetRotMatrixPP() local
331 return rot; in GetRotMatrixPP()
336 Matrix3D rot; in GetRotMatrixD() local
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Drotsmoother.c374 …for (rot = 0; rot < n_read; rot++) { /* Process rotations and make pseudo-vectors and quaternions … in GMT_rotsmoother()
375 if (D[rot].wxyasn[K_ANGLE] < min_rot_angle) min_rot_angle = D[rot].wxyasn[K_ANGLE]; in GMT_rotsmoother()
376 if (D[rot].wxyasn[K_ANGLE] > max_rot_angle) max_rot_angle = D[rot].wxyasn[K_ANGLE]; in GMT_rotsmoother()
377 if (D[rot].wxyasn[K_AGE] < min_rot_age) min_rot_age = D[rot].wxyasn[K_AGE]; in GMT_rotsmoother()
378 if (D[rot].wxyasn[K_AGE] > max_rot_age) max_rot_age = D[rot].wxyasn[K_AGE]; in GMT_rotsmoother()
379 …gmt_geo_to_cart (GMT, D[rot].wxyasn[K_LAT], D[rot].wxyasn[K_LON], D[rot].P, true); /* Get unit vec… in GMT_rotsmoother()
385 D[rot].Q[k+1] = D[rot].P[k] * sa2; /* Quarternion representation */ in GMT_rotsmoother()
434 …for (rot = first, stop = false; !stop && rot < n_read; rot++) /* Determine index of first rotation… in GMT_rotsmoother()
449 for (rot = first; rot < last; rot++) { /* Loop over every rotation in this time interval... */ in GMT_rotsmoother()
484 …for (rot = first, p = 0; rot < last; rot++, p++) /* For each angle of rotation in this rotation in… in GMT_rotsmoother()
[all …]
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/src/
H A Dsymmetry.c328 MatINT *rot; in reduce_operation() local
334 rot = NULL; in reduce_operation()
350 rot = NULL; in reduce_operation()
364 mat_copy_matrix_i3(rot->mat[num_sym], symmetry->rot[j]); in reduce_operation()
374 mat_copy_matrix_i3(sym_reduced->rot[i], rot->mat[i]); in reduce_operation()
380 rot = NULL; in reduce_operation()
437 rot, in get_translation()
466 rot, in get_translation()
484 rot, in get_translation()
538 rot, in search_translation_part()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/openMVG/multiview/
H A Dsolver_affine_test.cpp79 Mat3 rot; in TEST() local
80 rot << cos(angle), -sin(angle), 0, in TEST()
100 Mat3 rot; in TEST() local
101 rot << cos(angle), sin(angle), -2, in TEST()
199 Mat4 rot; in TEST() local
200 rot << 1, 0, 0, 1, in TEST()
204 M *= rot; in TEST()
207 rot << cos(angle), 0, sin(angle), 0, in TEST()
211 M *= rot; in TEST()
214 rot << cos(angle), -sin(angle), 0, 0, in TEST()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/openMVG/geometry/
H A Drigid_transformation3D_srt.cpp77 Vec3 rot = x.block<3, 1>( 3, 0 ); in operator ()() local
82 ( Eigen::AngleAxis<double>( rot( 0 ), Vec3::UnitX() ) in operator ()()
83 * Eigen::AngleAxis<double>( rot( 1 ), Vec3::UnitY() ) in operator ()()
112 Vec3 rot = x.block<3, 1>( 0, 0 ); in operator ()() local
116 ( Eigen::AngleAxis<double>( rot( 0 ), Vec3::UnitX() ) in operator ()()
117 * Eigen::AngleAxis<double>( rot( 1 ), Vec3::UnitY() ) in operator ()()
157 const Vec3 rot = xlm.block<3, 1>( 3, 0 ); in Refine_RTS() local
162 ( Eigen::AngleAxis<double>( rot( 0 ), Vec3::UnitX() ) in Refine_RTS()
163 * Eigen::AngleAxis<double>( rot( 1 ), Vec3::UnitY() ) in Refine_RTS()
183 const Vec3 rot = xlm.block<3, 1>( 0, 0 ); in Refine_RTS() local
[all …]
/dports/games/edge/Edge-1.35-source/src/
H A Dw_sprite.cc156 int rot; in WhatRot() local
161 rot = (rot_ch - '0'); in WhatRot()
185 return rot-1; in WhatRot()
188 if (rot >= 9) in WhatRot()
211 if (rot < 0) in InstallSpriteLump()
214 SYS_ASSERT(0 <= rot && rot < 16); in InstallSpriteLump()
216 if (frame->images[rot]) in InstallSpriteLump()
226 frame->flip[rot] = flip; in InstallSpriteLump()
241 if (rot < 0) in InstallSpriteImage()
244 if (frame->images[rot]) in InstallSpriteImage()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libcodex/
H A Dcode-rot13.c32 unsigned char rot[256]; member
38 static const char rot[] = "abcdefghijklmnopqrstuvwxyz"; variable
53 for (i = 0; i < sizeof(state->rot); i++) in rot13_open()
54 state->rot[i] = i; in rot13_open()
55 for (i = 0; i < sizeof(rot); i++) in rot13_open()
56 state->rot[rot[i]] = rot[(i + 13) % 26]; in rot13_open()
58 state->rot[ROT[i]] = ROT[(i + 13) % 26]; in rot13_open()
86 *s = state->rot[*s]; in rot13_read()
109 *b++ = state->rot[*s]; in rot13_write()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcodex/
H A Dcode-rot13.c32 unsigned char rot[256]; member
38 static const char rot[] = "abcdefghijklmnopqrstuvwxyz"; variable
53 for (i = 0; i < sizeof(state->rot); i++) in rot13_open()
54 state->rot[i] = i; in rot13_open()
55 for (i = 0; i < sizeof(rot); i++) in rot13_open()
56 state->rot[rot[i]] = rot[(i + 13) % 26]; in rot13_open()
58 state->rot[ROT[i]] = ROT[(i + 13) % 26]; in rot13_open()
86 *s = state->rot[*s]; in rot13_read()
109 *b++ = state->rot[*s]; in rot13_write()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcodex/
H A Dcode-rot13.c30 unsigned char rot[256]; member
36 static const char rot[] = "abcdefghijklmnopqrstuvwxyz"; variable
51 for (i = 0; i < sizeof(state->rot); i++) in rot13_open()
52 state->rot[i] = i; in rot13_open()
53 for (i = 0; i < sizeof(rot); i++) in rot13_open()
54 state->rot[rot[i]] = rot[(i + 13) % 26]; in rot13_open()
56 state->rot[ROT[i]] = ROT[(i + 13) % 26]; in rot13_open()
84 *s = state->rot[*s]; in rot13_read()
107 *b++ = state->rot[*s]; in rot13_write()
/dports/comms/hamlib/hamlib-4.3.1/rotators/gs232a/
H A Dgs232b.c63 gs232b_transaction(ROT *rot, const char *cmdstr, in gs232b_transaction() argument
70 rs = &rot->state; in gs232b_transaction()
120 if (retry_read++ < rot->state.rotport.retry) in gs232b_transaction()
201 retval = gs232b_transaction(rot, cmdstr, NULL, 0, 0); in gs232b_rot_set_position()
253 gs232b_rot_stop(ROT *rot) in gs232b_rot_stop() argument
260 retval = gs232b_transaction(rot, "S" EOM, NULL, 0, 0); in gs232b_rot_stop()
273 struct rot_state *rs = &rot->state; in gs232b_rot_get_level()
293 struct rot_state *rs = &rot->state; in gs232b_rot_set_level()
388 retval = gs232b_transaction(rot, cmdstr, NULL, 0, 1); in gs232b_rot_move()
399 static int gs232b_rot_init(ROT *rot) in gs232b_rot_init() argument
[all …]
/dports/devel/ode/ode-0.13/tests/joints/
H A Damotor.cpp91 CHECK_CLOSE(1, rot[0], tol); in SUITE()
92 CHECK_CLOSE(0, rot[4], tol); in SUITE()
93 CHECK_CLOSE(0, rot[8], tol); in SUITE()
95 CHECK_CLOSE(0, rot[1], tol); in SUITE()
99 CHECK_CLOSE(0, rot[2], tol); in SUITE()
128 CHECK_CLOSE(1, rot[0], tol); in SUITE()
129 CHECK_CLOSE(0, rot[4], tol); in SUITE()
130 CHECK_CLOSE(0, rot[8], tol); in SUITE()
132 CHECK_CLOSE(0, rot[1], tol); in SUITE()
133 CHECK_CLOSE(1, rot[5], tol); in SUITE()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/fonts/virtual/
H A Dlong.vfn33 (upequal (enlarge (0.18 -0.25 (rot-left =)) 0.18 0.18 0 0))
34 (downequal (enlarge (0.18 -0.25 (rot-right =)) 0.18 0.18 0 0))
35 (upsim (enlarge (0.18 -0.25 (rot-left sim)) 0.18 0.18 0 0))
36 (downsim (enlarge (0.18 -0.25 (rot-right sim)) 0.18 0.18 0 0))
37 (upapprox (enlarge (0.18 -0.25 (rot-left approx)) 0.18 0.18 0 0))
39 (upsimeq (enlarge (0.18 -0.25 (rot-left simeq)) 0.18 0.18 0 0))
41 (upcong (enlarge (0.18 -0.25 (rot-left cong)) 0.18 0.18 0 0))
42 (downcong (enlarge (0.18 -0.25 (rot-right cong)) 0.18 0.18 0 0))
44 ;(mapsup (enlarge (0.18 -0.25 (rot-left mapsto)) 0.18 0.18 0 0))
155 (thin-oval (rot-left 0))
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/cam/
H A Dgerberaperturelist.cpp87 } else if (rot % Angle::deg180() == 0) { in addObround()
91 } else if (rot % Angle::deg90() == 0) { in addObround()
99 return addObround(h, w, rot + Angle::deg90(), function); in addObround()
106 Angle uniqueRotatation = rot.mappedTo0_360deg() % Angle::deg180(); in addObround()
130 if (rot % Angle::deg180() == 0) { in addRect()
134 } else if (rot % Angle::deg90() == 0) { in addRect()
142 return addRect(h, w, rot + Angle::deg90(), function); in addRect()
179 return addOctagon(h, w, rot + Angle::deg90(), function); in addOctagon()
185 Angle uniqueRotatation = rot.mappedTo0_360deg() % rotationModulo; in addOctagon()
196 const Angle& rot, in addOutline() argument
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_hash.h31 #define rot(x, k) (((x) << (k)) | ((x) >> (32 - (k)))) in BLI_hash_int_2d() macro
40 c -= rot(b, 14); in BLI_hash_int_2d()
42 a -= rot(c, 11); in BLI_hash_int_2d()
44 b -= rot(a, 25); in BLI_hash_int_2d()
46 c -= rot(b, 16); in BLI_hash_int_2d()
48 a -= rot(c, 4); in BLI_hash_int_2d()
50 b -= rot(a, 14); in BLI_hash_int_2d()
52 c -= rot(b, 24); in BLI_hash_int_2d()
56 #undef rot in BLI_hash_int_2d()
/dports/science/py-spglib/spglib-1.16.2/src/
H A Dsymmetry.c152 symmetry->rot = NULL; in sym_alloc_symmetry()
155 if ((symmetry->rot = in sym_alloc_symmetry()
167 free(symmetry->rot); in sym_alloc_symmetry()
180 free(symmetry->rot); in sym_free_symmetry()
336 MatINT *rot; in reduce_operation() local
342 rot = NULL; in reduce_operation()
363 rot = NULL; in reduce_operation()
377 mat_copy_matrix_i3(rot->mat[num_sym], symmetry->rot[j]); in reduce_operation()
387 mat_copy_matrix_i3(sym_reduced->rot[i], rot->mat[i]); in reduce_operation()
393 rot = NULL; in reduce_operation()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/spglib/
H A Dsymmetry.c152 symmetry->rot = NULL; in sym_alloc_symmetry()
155 if ((symmetry->rot = in sym_alloc_symmetry()
167 free(symmetry->rot); in sym_alloc_symmetry()
180 free(symmetry->rot); in sym_free_symmetry()
336 MatINT *rot; in reduce_operation() local
342 rot = NULL; in reduce_operation()
363 rot = NULL; in reduce_operation()
377 mat_copy_matrix_i3(rot->mat[num_sym], symmetry->rot[j]); in reduce_operation()
387 mat_copy_matrix_i3(sym_reduced->rot[i], rot->mat[i]); in reduce_operation()
393 rot = NULL; in reduce_operation()
[all …]
/dports/science/spglib/spglib-1.16.2/src/
H A Dsymmetry.c152 symmetry->rot = NULL; in sym_alloc_symmetry()
155 if ((symmetry->rot = in sym_alloc_symmetry()
167 free(symmetry->rot); in sym_alloc_symmetry()
180 free(symmetry->rot); in sym_free_symmetry()
336 MatINT *rot; in reduce_operation() local
342 rot = NULL; in reduce_operation()
363 rot = NULL; in reduce_operation()
377 mat_copy_matrix_i3(rot->mat[num_sym], symmetry->rot[j]); in reduce_operation()
387 mat_copy_matrix_i3(sym_reduced->rot[i], rot->mat[i]); in reduce_operation()
393 rot = NULL; in reduce_operation()
[all …]

12345678910>>...627