Home
last modified time | relevance | path

Searched refs:ivel (Results 1 – 25 of 110) sorted by relevance

12345

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/ConsoleOutput/csdStorage/
H A DPeduto - csScelsi.csd37 ivel random 30, 50
41 event_i "i", "strings", 0+rnd(6), idur, ifreq, ivel
42 event_i "i", "strings", 60+rnd(10), idur, ifreq, ivel
55 ivel random 0, 30
59 event_i "i", "strings", 20+rnd(12), idur, ifreq, ivel
60 event_i "i", "strings", 90+rnd(12), idur, ifreq, ivel
61 event_i "i", "strings", 225+rnd(12), idur, ifreq, ivel
74 ivel random 90, 110
78 event_i "i", "strings", 120+rnd(50), idur, ifreq, ivel
91 ivel random 0, 35
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csdStorage/
H A DPeduto - csScelsi.csd37 ivel random 30, 50
41 event_i "i", "strings", 0+rnd(6), idur, ifreq, ivel
42 event_i "i", "strings", 60+rnd(10), idur, ifreq, ivel
55 ivel random 0, 30
59 event_i "i", "strings", 20+rnd(12), idur, ifreq, ivel
60 event_i "i", "strings", 90+rnd(12), idur, ifreq, ivel
61 event_i "i", "strings", 225+rnd(12), idur, ifreq, ivel
74 ivel random 90, 110
78 event_i "i", "strings", 120+rnd(50), idur, ifreq, ivel
91 ivel random 0, 35
[all …]
/dports/science/tinker/tinker/source/
H A Dspectrum.f27 integer ivel,nvel
86 ivel = freeunit ()
87 open (unit=ivel,file=velfile,status='old')
88 rewind (unit=ivel)
94 read (ivel,60) record
100 read (ivel,70)
115 read (ivel,80,err=90,end=90) record
H A Dmdsave.f43 integer ivel,ifrc
158 ivel = freeunit ()
164 call openend (ivel,velfile)
166 open (unit=ivel,file=velfile,status='new')
171 open (unit=ivel,file=velfile,status='new')
174 write (ivel,190) ngrp,title(1:ltitle)
177 write (ivel,200) i,(vcm(j,i),j=1,3)
179 write (ivel,210) i,(wcm(j,i),j=1,3)
183 write (ivel,220) n,title(1:ltitle)
186 write (ivel,230) i,name(i),(v(j,i),j=1,3)
[all …]
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/tests/compression/
H A Dtestsuite.c287 int *ivel; member
335 tng_file->ivel=NULL; in open_tng_file_write()
376 tng_file->ivel=NULL; in open_tng_file_write_int()
393 tng_file->ivel=malloc(natoms*chunky*3*sizeof *tng_file->ivel); in open_tng_file_write_int()
501 …memcpy(tng_file->ivel+tng_file->nframes*tng_file->natoms*3,ivel,tng_file->natoms*3*sizeof *tng_fil… in write_tng_file_int()
519 free(tng_file->ivel); in close_tng_file_write()
529 tng_file->ivel=NULL; in open_tng_file_read()
550 tng_file->ivel=NULL; in open_tng_file_read_int()
592 int ivel; in read_tng_file()
620 int ivel; in read_tng_file()
[all …]
/dports/science/octopus/octopus-10.5/src/utils/
H A Dconductivity.F9042 integer :: iunit, ierr, ii, jj, iter, read_iter, ntime, nvel, ivel variable
160 ivel = 1
163 velocities(ivel, ntime) = units_to_atomic(units_out%velocity, geo%atom(ii)%v(jj))
164 ivel = ivel + 1
267 ivel = 1
270 vel0(jj) = vel0(jj) + velocities(ivel, iter)/TOFLOAT(geo%natoms)
271 ivel = ivel + 1
279 ivel = 1
282 velcm(jj) = velcm(jj) + velocities(ivel, iter)/TOFLOAT(geo%natoms)
283 …urrent(jj) + species_mass(geo%atom(ii)%species)/sb%rcell_volume*(velocities(ivel, iter) - vel0(jj))
[all …]
H A Dvibrational.F9039 integer :: iunit, ierr, ii, jj, iter, read_iter, ntime, nvaf, nvel, ivel variable
162 ivel = 1
165 velocities(ivel, ntime) = units_to_atomic(units_out%velocity, geo%atom(ii)%v(jj))
166 ivel = ivel + 1
292 do ivel = 1, nvel
293 vaf(itm) = vaf(itm) + velocities(ivel, itm + itn - 1)*velocities(ivel, itn)
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dxfmsta.c40 doublereal ivel[3], ipos[3]; in xfmsta_() local
1085 mxv_(jacobi, &istate[3], ivel); in xfmsta_()
1092 vequ_(&istate[3], ivel); in xfmsta_()
1132 if (abs(ivel[0]) + abs(ivel[1]) == 0.) { in xfmsta_()
1142 vpack_(&c_b65, &c_b65, &ivel[2], &ostate[3]); in xfmsta_()
1148 vpack_(&ivel[2], &c_b65, &c_b65, &ostate[3]); in xfmsta_()
1154 vpack_(&ivel[2], &c_b65, &c_b65, &ostate[3]); in xfmsta_()
1160 vpack_(&c_b65, &c_b65, &ivel[2], &ostate[3]); in xfmsta_()
1166 vpack_(&c_b65, &c_b65, &ivel[2], &ostate[3]); in xfmsta_()
1276 mxv_(jacobi, ivel, &ostate[3]); in xfmsta_()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dxfmsta.c40 doublereal ivel[3], ipos[3]; in xfmsta_() local
1085 mxv_(jacobi, &istate[3], ivel); in xfmsta_()
1092 vequ_(&istate[3], ivel); in xfmsta_()
1132 if (abs(ivel[0]) + abs(ivel[1]) == 0.) { in xfmsta_()
1142 vpack_(&c_b65, &c_b65, &ivel[2], &ostate[3]); in xfmsta_()
1148 vpack_(&ivel[2], &c_b65, &c_b65, &ostate[3]); in xfmsta_()
1154 vpack_(&ivel[2], &c_b65, &c_b65, &ostate[3]); in xfmsta_()
1160 vpack_(&c_b65, &c_b65, &ivel[2], &ostate[3]); in xfmsta_()
1166 vpack_(&c_b65, &c_b65, &ivel[2], &ostate[3]); in xfmsta_()
1276 mxv_(jacobi, ivel, &ostate[3]); in xfmsta_()
[all …]
/dports/games/pioneer/pioneer-20210723/src/ship/
H A DPropulsion.cpp298 double ivel = 0.9 * sqrt(vel * vel + 2.0 * acc * dist); // fudge hardly necessary in calc_ivel() local
300 double endvel = ivel - (acc * Pi::game->GetTimeStep()); in calc_ivel()
302 ivel = dist / Pi::game->GetTimeStep(); // last frame discrete correction in calc_ivel()
304 ivel = (ivel + endvel) * 0.5; // discrete overshoot correction in calc_ivel()
307 return (inv) ? -ivel : ivel; in calc_ivel()
313 double ivel = 0.9 * sqrt(vel * vel + 2.0 * acc * dist); // fudge hardly necessary in calc_ivel_pos() local
315 double endvel = ivel - (acc * Pi::game->GetTimeStep()); in calc_ivel_pos()
317 ivel = dist / Pi::game->GetTimeStep(); // last frame discrete correction in calc_ivel_pos()
319 ivel = (ivel + endvel) * 0.5; // discrete overshoot correction in calc_ivel_pos()
321 return ivel; in calc_ivel_pos()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsfont.h52 MYFLT *out1, *out2, *ivel, *inotnum,*xamp, *xfreq; member
66 MYFLT *out1, *ivel, *inotnum,*xamp, *xfreq, *ipresethandle, member
80 MYFLT *out1, *ivel, *inotnum, *xamp, *xfreq, *instrNum; member
94 MYFLT *out1, *out2, *ivel, *inotnum, *xamp, *xfreq; member
/dports/games/kuklomenos/kuklomenos-0.4.5/
H A Dshot.h22 Shot(CartCoord ipos, RelPolarCoord ivel, int iweight=1,
25 pos(ipos), vel(ivel), dead(0), weight(iweight), super(isuper)
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/04 Sound Synthesis/
H A D04H04_Hammer.csd17 ivel ftgen 5, 0, 128, -7, 0, 128, 0 ;Initial Velocity; constant value 0
19 a1 scantable iamp, 60, ipos, imass, istiff, idamp, ivel
H A D04G011_barmodel.csd26 ivel = 1000
29 aSig barmodel kbcL,kbcR,iK,ib,kscan,iT30,ipos,ivel,iwid
/dports/audio/csound/csound-6.15.0/H/
H A Dmidiout.h60 MYFLT *ichn,*inum,*ivel; member
65 MYFLT *ichn,*inum,*ivel,*idur; member
/dports/misc/dartsim/dart-6.11.1/dart/utils/
H A DSkelParser.cpp2050 Eigen::VectorXd ivel = Eigen::VectorXd(1); in readRevoluteJoint() local
2051 ivel << init_vel; in readRevoluteJoint()
2052 _joint.velocity = ivel; in readRevoluteJoint()
2053 properties.mInitialVelocities[0] = ivel[0]; in readRevoluteJoint()
2108 Eigen::VectorXd ivel = Eigen::VectorXd(1); in readPrismaticJoint() local
2109 ivel << init_vel; in readPrismaticJoint()
2110 _joint.velocity = ivel; in readPrismaticJoint()
2111 properties.mInitialVelocities[0] = ivel[0]; in readPrismaticJoint()
2173 Eigen::VectorXd ivel = Eigen::VectorXd(1); in readScrewJoint() local
2174 ivel << init_vel; in readScrewJoint()
[all …]
/dports/audio/csound/csound-6.15.0/OOps/
H A Dmidiout.c128 note_on(csound, (int32_t)*p->ichn-1,(int32_t)*p->inum,(int32_t)*p->ivel); in iout_on()
134 note_off(csound, (int32_t)*p->ichn-1,(int32_t)*p->inum,(int32_t)*p->ivel); in iout_off()
147 p->vel = (temp = abs((int32_t)*p->ivel)) < 128 ? temp : 127; in iout_on_dur_set()
/dports/textproc/texi2html/texi2html-5.0/i18n_ref/
H A Dpt_BR.thl57 … 'Next section on same level' => 'Pr@\'oxima se@,{c}@~ao no mesmo n@\'ivel',
73 … 'Previous section on same level' => 'Se@,{c}@~ao anterior no mesmo n@\'ivel',
H A Dpt.thl57 'Next section on same level' => 'Pr@\'oxima se@,{c}@~ao no mesmo n@\'ivel',
73 'Previous section on same level' => 'Se@,{c}@~ao anterior no mesmo n@\'ivel',
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/hu/
H A Dkcm_feedback.po47 "kapcsolatot a disztribúció készítőivel."
/dports/mail/thunderbird-dictionaries/dictionaries/spell-hu.xpi/
H A Dhu.aff266 SFX t 0 ei�ivel .
305 SFX t 0 eitek�ivel .
362 SFX t 0 eink�ivel .
417 SFX t 0 eim�ivel .
471 SFX t 0 eik�ivel .
527 SFX t 0 eid�ivel .
4008 SFX W � ��ivel
4272 SFX V e ��ivel e
4779 SFX T 0 �k�ivel .
4831 SFX T 0 ��ivel .
[all …]
/dports/hungarian/aspell/aspell6-hu-0.99.4.2-0/
H A Dhu_affix.dat266 SFX t 0 ei�ivel .
305 SFX t 0 eitek�ivel .
362 SFX t 0 eink�ivel .
417 SFX t 0 eim�ivel .
471 SFX t 0 eik�ivel .
527 SFX t 0 eid�ivel .
4008 SFX W � ��ivel
4272 SFX V e ��ivel e
4779 SFX T 0 �k�ivel .
4831 SFX T 0 ��ivel .
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Music/
H A DRiley-In_C.csd983 ivel = p4 *.25
984 kamp linseg ivel*.1, .01, ivel, p3-.05, ivel*.5, .01, 0 ; envelope
985 kamp1 linseg ivel*.05, .008, ivel*.15, p3-.05, ivel*.01, .01, ivel*.01 ; envelope
1070 ivel = p4 *.25
1071 kamp linseg ivel*.1, .01, ivel, p3-.05, ivel*.5, .01, 0 ; envelope
1072 kamp1 linseg ivel*.05, .008, ivel*.15, p3-.05, ivel*.01, .01, ivel*.01 ; envelope
/dports/comms/gammu/gammu-1.42.0/locale/hu/
H A Ddocs.po515 #~ "készítőivel."
523 #~ "készítőivel."
H A Dlibgammu.po146 "funkció elkészítésében, kérjük vegye fel a kapcsolatot a program készítőivel."
191 "funkció elkészítésében, kérjük vegye fel a kapcsolatot a program készítőivel."

12345