Home
last modified time | relevance | path

Searched refs:vrot (Results 1 – 25 of 68) sorted by last modified time

123

/dports/biology/molden/molden5.8/
H A Dxwin.c70370 float *wxyz,*rwxyz,*cwxyz,*tmpxyz,cen[3],vrot[3],Ebck; in OptTris() local
70438 if (GenCen(i,vrot,cen)) { in OptTris()
70446 TriRot(i,wxyz,cwxyz,cen,vrot,q,vdwr,vdwe, in OptTris()
/dports/editors/libreoffice-kok/libreoffice-7.2.6.2/opt/libreoffice7.2/readmes/
H A DREADME_kok33 …e chi fukott proti vaparyet kiteak mhullear vayuktik yogdan dipveani ani vrot’tipor yogdan ditele…
/dports/science/chrono/chrono-7.0.1/src/demos/fea/
H A Ddemo_FEA_abaqus_wheel.cpp110 ChQuaternion<> vrot; in main() local
111 vrot.Q_from_AngAxis(ChRandom() * CH_C_2PI, VECT_Y); in main()
112 mcube->Move(ChCoordsys<>(VNULL, vrot)); in main()
113 vrot.Q_from_AngAxis((ChRandom() - 0.5) * 2 * CH_C_DEG_TO_RAD * 20, in main()
115 mcube->Move(ChCoordsys<>(VNULL, vrot)); in main()
129 ChQuaternion<> vrot; in main() local
130 vrot.Q_from_AngAxis(ChRandom() * CH_C_2PI, VECT_Y); in main()
131 mcube->Move(ChCoordsys<>(VNULL, vrot)); in main()
/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/physics/
H A DChSystemGpu.cpp1644 float3 vrot = m_sys->getRollingVrot(i, j); in getRollingVrot() local
1645 return ChVector<float>(vrot.x, vrot.y, vrot.z); in getRollingVrot()
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Den_ZA-EnglishSouthAfrica.dic53309 vrot
/dports/devel/liblouis/liblouis-3.20.0/tests/braille-specs/
H A Dafr-za-g2.yaml24751 - [vrot, ⠧⠗⠕⠞]
/dports/www/dooble/dooble-2021.12.05/Dictionaries/en/
H A Den_ZA.dic53309 vrot
/dports/www/dooble/dooble-2021.12.05/Dictionaries/af_ZA/
H A Daf_ZA.dic55667 dro�vrot
124513 vrot/GFH
/dports/x11-toolkits/fltk/fltk-1.3.8/documentation/src/
H A Dfluid.dox430 \li A vertical roller named \p vrot
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A DCubeViewUI.fl19 Fl_Roller vrot {
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dgenconf.cpp60 rand_rot(int natoms, rvec x[], rvec v[], vec4 xrot[], vec4 vrot[], gmx::DefaultRandomEngine* rng, c… in rand_rot() argument
99 gmx_mat4_transform_point(mvtot, v[i], vrot[i]); in rand_rot()
125 vec4 * xrot, *vrot; in gmx_genconf() local
190 snew(vrot, natoms); in gmx_genconf()
227 rand_rot(natoms, xx, v, xrot, vrot, &rng, max_rot); in gmx_genconf()
237 v[ndx + l][m] = vrot[l][m]; in gmx_genconf()
313 sfree(vrot); in gmx_genconf()
/dports/emulators/ppsspp/ppsspp-1.12.3/
H A Dhistory.md311 * Emulation of the vrot CPU instruction improved - it caused cracks in FF3 graphics before
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/
H A Dhistory.md311 * Emulation of the vrot CPU instruction improved - it caused cracks in FF3 graphics before
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/
H A Dhistory.md311 * Emulation of the vrot CPU instruction improved - it caused cracks in FF3 graphics before
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DTagNames.pod27285 'vrot' AccelerometerData no
H A DQuickTime.pm2258 vrot => {
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-ei/
H A Daf.po1887 "Ek sal jul lyke in die rivier los om te vrot en jul dan ontwaak om in my "
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/po/
H A Dkok@latin.po3694 msgstr "vrot"
14208 msgstr "tantia vrot"
14212 msgstr "vrot"
24712 msgstr "vrot, tantia vrot ani vrota bhag roch"
26547 msgstr "vrot, tantia vrot ani vrota bhag roch"
28266 msgstr "vrot"
33224 msgstr "tantia vrot"
33228 msgstr "vrot, tantia vrot ani vrota bhag roch"
44065 #~ msgstr "tantia vrot"
47522 #~ msgstr "<b>tantia vrot</b>"
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dmissiles.c500 float hrot, vrot, tmp; in missiles_rotate_actor_bones() local
512 vrot = (a->cal_v_rot_start * (1.0 - a->cal_rotation_blend) + in missiles_rotate_actor_bones()
527 vrot = a->cal_v_rot_end; in missiles_rotate_actor_bones()
566 tmp = sinf(vrot/2.0); in missiles_rotate_actor_bones()
567 CalQuaternion_Set(vrot_quat, tmp_vect[0]*tmp, tmp_vect[1]*tmp, tmp_vect[2]*tmp, cosf(vrot/2.0)); in missiles_rotate_actor_bones()
575 vrot = -vrot; in missiles_rotate_actor_bones()
587 if (vrot < 0.0) { in missiles_rotate_actor_bones()
605 tmp = sinf(vrot/2.0); in missiles_rotate_actor_bones()
606 CalQuaternion_Set(vrot_quat, tmp_vect[0]*tmp, tmp_vect[1]*tmp, tmp_vect[2]*tmp, cosf(vrot/2.0)); in missiles_rotate_actor_bones()
/dports/comms/fldigi/fldigi-4.1.20/src/filters/
H A Dfilters.cxx403 cmplx vrot; member
418 vrot_bins[i].vrot = cmplx( K1 * cos (phi), K1 * sin (phi) ); in sfft()
462 *result = itr->bins = itr->bins * itr->vrot + z * itr->vrot; in run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tests/braille-specs/
H A Dafr-za-g2.yaml24606 - [vrot, ⠧⠗⠕⠞]
/dports/x11-toolkits/ntk/ntk/test/
H A DCubeViewUI.cxx52 { vrot = new Fl_Roller(5, 100, 17, 186, "V Rot"); in CubeViewUI()
53 vrot->labeltype(FL_NO_LABEL); in CubeViewUI()
54 vrot->labelsize(12); in CubeViewUI()
55 vrot->minimum(-180); in CubeViewUI()
56 vrot->maximum(180); in CubeViewUI()
57 vrot->step(1); in CubeViewUI()
58 vrot->callback((Fl_Callback*)cb_vrot); in CubeViewUI()
59 vrot->align(Fl_Align(FL_ALIGN_WRAP)); in CubeViewUI()
H A DCubeViewUI.fl19 Fl_Roller vrot {
H A DCubeViewUI.h22 Fl_Roller *vrot; variable
/dports/x11-toolkits/ntk/ntk/documentation/src/
H A Dfluid.dox403 \li A vertical roller named \p vrot

123