Home
last modified time | relevance | path

Searched refs:lspeed (Results 1 – 23 of 23) sorted by relevance

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tune/
H A DMakefile.am21 tuneup_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
25 speed_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
29 bidimensional_sample_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
H A DMakefile.in338 tuneup_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
341 speed_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
344 bidimensional_sample_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dcontest.cpp58 lspeed->setText(""); in reset()
130 QPalette pal=lspeed->palette(); in slotConSpeed()
138 lspeed->setPalette(pal); in slotConSpeed()
139 lspeed->setText(QString::number(Kbsec)+" Kb/s"); in slotConSpeed()
/dports/games/xonotic/Xonotic/source/qcsrc/common/physics/
H A Dmovelib.qc12 float lspeed,ldrag;
14 lspeed = vlen(this.velocity);
15 ldrag = lspeed * drag;
17 ldrag = 1 - (ldrag / lspeed);
/dports/math/cppad/CppAD-20210000.8/speed/sacado/
H A Dmakefile.am37 LDADD = -lspeed -lsacado -lteuchoscore
H A Dmakefile.in360 LDADD = -lspeed -lsacado -lteuchoscore
/dports/math/cppad/CppAD-20210000.8/speed/adolc/
H A Dmakefile.am34 LDADD = -lspeed -ladolc -lColPack
H A Dmakefile.in369 LDADD = -lspeed -ladolc -lColPack
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dg_controls.cpp626 int look = 0, lspeed = 0;
660 lspeed = 1;
662 lspeed = 2;
725 look = lspeed;
729 look = -lspeed;
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dslaveinterface.cpp105 …KIO::filesize_t lspeed = 1000 * (d->sizes[d->nums - 1] - d->sizes[0]) / (d->times[d->nums - 1] - d… in calcSpeed() local
114 if (!lspeed) { in calcSpeed()
119 Q_EMIT speed(lspeed); in calcSpeed()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/actuators/
H A Darmature.py836 location, lspeed, argument
858 vx = math.copysign(min(lspeed / self.frequency, abs(distx)), distx)
859 vy = math.copysign(min(lspeed / self.frequency, abs(disty)), disty)
860 vz = math.copysign(min(lspeed / self.frequency, abs(distz)), distz)
/dports/games/heretic/glheretic-1.2/
H A Dg_game.c213 int speed, tspeed, lspeed; in G_BuildTiccmd() local
263 lspeed = 1; in G_BuildTiccmd()
267 lspeed = 2; in G_BuildTiccmd()
312 look = lspeed; in G_BuildTiccmd()
316 look = -lspeed; in G_BuildTiccmd()
/dports/games/uhexen/uhexen-0.601/src/
H A Dg_game.c193 int speed, tspeed, lspeed; in G_BuildTiccmd() local
259 lspeed = 1; // 3; in G_BuildTiccmd()
263 lspeed = 2; // 5; in G_BuildTiccmd()
328 look = lspeed; in G_BuildTiccmd()
332 look = -lspeed; in G_BuildTiccmd()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dg_game.c292 int speed, tspeed, lspeed; in G_BuildTiccmd() local
341 lspeed = 1; in G_BuildTiccmd()
345 lspeed = 2; in G_BuildTiccmd()
392 look = lspeed; in G_BuildTiccmd()
396 look = -lspeed; in G_BuildTiccmd()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dg_game.c203 int speed, tspeed, lspeed; in G_BuildTiccmd() local
262 lspeed = 1; // 3; in G_BuildTiccmd()
266 lspeed = 2; // 5; in G_BuildTiccmd()
333 look = lspeed; in G_BuildTiccmd()
337 look = -lspeed; in G_BuildTiccmd()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dg_game.c202 int speed, tspeed, lspeed; in G_BuildTiccmd() local
260 lspeed = 1; // 3; in G_BuildTiccmd()
264 lspeed = 2; // 5; in G_BuildTiccmd()
331 look = lspeed; in G_BuildTiccmd()
335 look = -lspeed; in G_BuildTiccmd()
/dports/devel/ode/ode-0.13/ode/demo/
H A Ddemo_crash.cpp512 dBodyAddForce(body[bodies-1],lspeed,0,0); in simLoop()
545 dReal lspeed = lvel[0]*lvel[0]+lvel[1]*lvel[1]+lvel[2]*lvel[2]; in simLoop() local
546 if (lspeed > DISABLE_THRESHOLD) in simLoop()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dg_game.c300 int speed, tspeed, lspeed; in G_BuildTiccmd() local
353 lspeed = 1; in G_BuildTiccmd()
357 lspeed = 2; in G_BuildTiccmd()
442 look = lspeed; in G_BuildTiccmd()
446 look = -lspeed; in G_BuildTiccmd()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dg_game.c353 int lspeed; in G_BuildTiccmd() local
407 lspeed = 1; in G_BuildTiccmd()
411 lspeed = 2; in G_BuildTiccmd()
550 look = lspeed; in G_BuildTiccmd()
556 look = -lspeed; in G_BuildTiccmd()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DRotor.cpp1112 float lpos[3],lforceattac[3],lspeed[3],dirzentforce[3]; in updateDirectionsAndPositions() local
1142 Math::mul3(speed,direction90deg,lspeed); in updateDirectionsAndPositions()
1148 rp->setSpeed(lspeed); in updateDirectionsAndPositions()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_os.c596 uint32_t lstat, lspeed, lwidth; in qla24xx_pci_info_str() local
600 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()
603 switch (lspeed) { in qla24xx_pci_info_str()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_os.c596 uint32_t lstat, lspeed, lwidth; in qla24xx_pci_info_str() local
600 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()
603 switch (lspeed) { in qla24xx_pci_info_str()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_os.c596 uint32_t lstat, lspeed, lwidth; in qla24xx_pci_info_str() local
600 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()
603 switch (lspeed) { in qla24xx_pci_info_str()