Home
last modified time | relevance | path

Searched refs:maxSpeed (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/pci/linux/
H A Dtest_zes_pci.cpp223 …memset(&properties.maxSpeed.gen, std::numeric_limits<int>::max(), sizeof(properties.maxSpeed.gen)); in TEST_F()
224 …memset(&properties.maxSpeed.width, std::numeric_limits<int>::max(), sizeof(properties.maxSpeed.wid… in TEST_F()
225 …memset(&properties.maxSpeed.maxBandwidth, std::numeric_limits<int>::max(), sizeof(properties.maxSp… in TEST_F()
241 EXPECT_NE(properties.maxSpeed.gen, propertiesBefore.maxSpeed.gen); in TEST_F()
242 EXPECT_NE(properties.maxSpeed.width, propertiesBefore.maxSpeed.width); in TEST_F()
243 EXPECT_NE(properties.maxSpeed.maxBandwidth, propertiesBefore.maxSpeed.maxBandwidth); in TEST_F()
254 …memset(&properties.maxSpeed.gen, std::numeric_limits<int>::max(), sizeof(properties.maxSpeed.gen)); in TEST_F()
255 …memset(&properties.maxSpeed.width, std::numeric_limits<int>::max(), sizeof(properties.maxSpeed.wid… in TEST_F()
272 EXPECT_NE(properties.maxSpeed.gen, propertiesBefore.maxSpeed.gen); in TEST_F()
273 EXPECT_NE(properties.maxSpeed.width, propertiesBefore.maxSpeed.width); in TEST_F()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/libk3b/projects/audiocd/
H A Dk3baudiomaxspeedjob.cpp29 int maxSpeed; member in K3b::AudioMaxSpeedJob::Private
94 while( *it > maxSpeed && it != speeds.constBegin() ) in maxSpeedByMedia()
124 int K3b::AudioMaxSpeedJob::maxSpeed() const in maxSpeed() function in K3b::AudioMaxSpeedJob
145 d->maxSpeed = 175*1000; in run()
169 d->maxSpeed = qMin( d->maxSpeed, speed ); in run()
180 qDebug() << "(K3b::AudioMaxSpeedJob) max speed: " << d->maxSpeed; in run()
/dports/games/stratagus/stratagus-3.2.0/src/particle/
H A Dradialparticle.cpp37 CRadialParticle::CRadialParticle(CPosition position, GraphicAnimation *animation, int maxSpeed, int… in CRadialParticle() argument
46 this->speed = (MyRand() % maxSpeed) / speedReduction; in CRadialParticle()
47 this->maxSpeed = maxSpeed; in CRadialParticle()
79 CParticle *p = new CRadialParticle(pos, animation, maxSpeed, drawLevel); in clone()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/particle/
H A Dradialparticle.cpp39 …dialParticle(CPosition position, int z, GraphicAnimation *animation, int maxSpeed, int drawlevel) : in CRadialParticle() argument
52 this->speed = (MyRand() % maxSpeed) / speedReduction; in CRadialParticle()
53 this->maxSpeed = maxSpeed; in CRadialParticle()
90 CParticle *p = new CRadialParticle(pos, MapLayer, animation, maxSpeed, drawLevel); in clone()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVTypeParameter.cpp73 maxSpeed = 20. / 3.6; in SUMOVTypeParameter()
83 maxSpeed = 60. / 3.6; in SUMOVTypeParameter()
102 maxSpeed = 130. / 3.6; in SUMOVTypeParameter()
114 maxSpeed = 130. / 3.6; in SUMOVTypeParameter()
126 maxSpeed = 100. / 3.6; in SUMOVTypeParameter()
136 maxSpeed = 100. / 3.6; in SUMOVTypeParameter()
147 maxSpeed = 80. / 3.6; in SUMOVTypeParameter()
158 maxSpeed = 100. / 3.6; in SUMOVTypeParameter()
169 maxSpeed = 160. / 3.6; in SUMOVTypeParameter()
181 maxSpeed = 330. / 3.6; in SUMOVTypeParameter()
[all …]
/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DAIDriver.cpp25 : maxSpeed(1000.0) in AIDriver()
29 AIDriver::AIDriver(double maxSpeed) in AIDriver() argument
30 : maxSpeed(maxSpeed) in AIDriver()
123 if ((flags & DRIVER_ACCELERATE) && speed > maxSpeed) in drive()
/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSDeterministicHiLevelTrafficLightLogic.cpp104 double maxSpeed = getSensors()->meanVehiclesSpeed(laneId); in getMeanSpeedForInputLanes() local
105 if (maxSpeed > -1) { in getMeanSpeedForInputLanes()
106 vSpeedInTot += (13.89 - maxSpeed) * 10. / 13.89; in getMeanSpeedForInputLanes()
109 …std::ostringstream i_str; i_str << " meanVehiclesSpeed " << maxSpeed << " inputLane " << laneId <<… in getMeanSpeedForInputLanes()
122 double maxSpeed = getSensors()->meanVehiclesSpeed(laneId); in getMeanSpeedForOutputLanes() local
123 if (maxSpeed > -1) { in getMeanSpeedForOutputLanes()
124 vSpeedOutTot += (13.89 - maxSpeed) * 10. / 13.89; in getMeanSpeedForOutputLanes()
127 …std::ostringstream i_str; i_str << " meanVehiclesSpeed " << maxSpeed << " outputLane " << laneId <… in getMeanSpeedForOutputLanes()
/dports/graphics/krita/krita-4.4.8/libs/image/brushengine/
H A DKisStrokeSpeedMeasurer.cpp42 qreal maxSpeed = 0; member
152 qreal KisStrokeSpeedMeasurer::maxSpeed() const in maxSpeed() function in KisStrokeSpeedMeasurer
154 return m_d->maxSpeed; in maxSpeed()
162 m_d->maxSpeed = 0; in reset()
176 if (speed > m_d->maxSpeed) { in sampleMaxSpeed()
177 m_d->maxSpeed = speed; in sampleMaxSpeed()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dicechunkcommon.lua42 v.maxSpeed = 321 + math.random(32)
89 v.maxSpeed = v.maxSpeed * 1.23
97 v.maxSpeed = v.maxSpeed * 1.54
109 entity_setMaxSpeed(me, v.maxSpeed)
H A Dchomper.lua42 v.maxSpeed = 890
80 entity_setMaxSpeed(me, v.maxSpeed)
174 entity_setMaxSpeed(me, v.maxSpeed)
194 local thrustX, thrustY = entity_getAimVector(me, 270, (v.maxSpeed*10), 0)
197 local thrustX, thrustY = entity_getAimVector(me, 270, (v.maxSpeed*10), 1)
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dflocks.cpp303 if (xSpeed > maxSpeed) in update()
304 xSpeed = maxSpeed; in update()
305 else if (xSpeed < -maxSpeed) in update()
306 xSpeed = -maxSpeed; in update()
307 if (ySpeed > maxSpeed) in update()
308 ySpeed = maxSpeed; in update()
309 else if (ySpeed < -maxSpeed) in update()
310 ySpeed = -maxSpeed; in update()
311 if (zSpeed > maxSpeed) in update()
312 zSpeed = maxSpeed; in update()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/filter/
H A DCFilterSpeedCycle.cpp76 cyclingType.maxSpeed = cyclingTypeDefault.maxSpeed;
104 cyclingType.maxSpeed = cfg.value("maxSpeed", cyclingTypeDefault.maxSpeed).toDouble(); in loadSettings()
128 cfg.setValue("maxSpeed", cyclingType.maxSpeed); in saveSettings()
145 spinMaxSpeed->setValue(cyclingType.maxSpeed); in slotSetCyclingType()
195 cyclingTypes[comboCyclingType->currentIndex()].maxSpeed = speed; in slotSetMaxSpeed()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Demitter.c35 const float minSpeed, const float maxSpeed, in EmitterInit() argument
44 em->maxSpeed = maxSpeed; in EmitterInit()
64 const float speed = RAND_FLOAT(em->minSpeed, em->maxSpeed); in EmitterStart()
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/WeaponProjectiles/
H A DMissileProjectile.cpp28 CR_MEMBER(maxSpeed),
50 , maxSpeed(0.0f) in CMissileProjectile()
76 maxSpeed = weaponDef->projectilespeed; in CMissileProjectile()
85 assert(maxSpeed > 0.0f); in CMissileProjectile()
86 assert((std::max(dist, maxSpeed) / maxSpeed) >= 1.0f); in CMissileProjectile()
89 extraHeightTime = int(std::max(dist, maxSpeed) / maxSpeed); in CMissileProjectile()
94 drawRadius = radius + maxSpeed * 8; in CMissileProjectile()
154 if (speed.w < maxSpeed) in Update()
213 const float3 targetLeadVec = targetVel * (dist / maxSpeed) * 0.7f; in Update()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/
H A Dscroller.cpp184 void Scroller::lowerSpeed(QPointF &speed, qreal maxSpeed) in lowerSpeed() argument
186 qreal x = qBound(-maxSpeed, speed.x(), maxSpeed); in lowerSpeed()
187 qreal y = qBound(-maxSpeed, speed.y(), maxSpeed); in lowerSpeed()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Matrix/src/
H A Dmatrixelement.h86 Q_PROPERTY(qreal maxSpeed
87 READ maxSpeed
112 Q_INVOKABLE qreal maxSpeed() const;
136 void maxSpeedChanged(qreal maxSpeed);
151 void setMaxSpeed(qreal maxSpeed);
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/frontend/
H A Dprocessor.h26 Q_PROPERTY(qulonglong maxSpeed READ maxSpeed)
100 int maxSpeed() const;
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv3/
H A Dsteer.cpp28 car->steer.maxSpeed = GfParmGetNum(hdle, SECT_STEER, PRM_STEERSPD, (char*)NULL, 1.0); in SimSteerConfig()
45 if ((fabs(stdelta) / SimDeltaTime) > car->steer.maxSpeed) { in SimSteerUpdate()
46 steer = SIGN(stdelta) * car->steer.maxSpeed * SimDeltaTime + car->steer.steer; in SimSteerUpdate()
/dports/games/solarconquest/SolarConquest/source/
H A Dmain.cpp781 pData->maxSpeed = 800.0; in init()
920 cData->maxSpeed = 0; in init()
937 cData->maxSpeed = 200; in init()
960 cData->maxSpeed = 600; in init()
982 cData->maxSpeed = 0; in init()
1026 cData->maxSpeed = 0; in init()
1048 cData->maxSpeed = 0; in init()
1088 cData->maxSpeed = 0; in init()
1109 cData->maxSpeed = 0; in init()
1130 cData->maxSpeed = 0; in init()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/paint/
H A Dblob.cpp31 Blob::Blob(int n, float minSpeed, float maxSpeed) in Blob() argument
34 , _maxSpeed(maxSpeed ? maxSpeed : kMaxSpeed) in Blob()
76 RadialBlob::RadialBlob(int n, float minScale, float minSpeed, float maxSpeed) in RadialBlob() argument
77 : Blob(n, minSpeed, maxSpeed) in RadialBlob()
169 float maxSpeed) in LinearBlob() argument
/dports/cad/sumo/sumo-1.2.0/tools/sumolib/net/generator/
H A Dnetwork.py58 …def __init__(self, eid=None, fromNode=None, toNode=None, numLanes=None, maxSpeed=None, lanes=None,… argument
63 self.maxSpeed = maxSpeed
172 maxSpeed = defEdge.maxSpeed
174 maxSpeed=maxSpeed, lanes=lanes, splits=splits)
237 e.eid, e.fromNode.nid, e.toNode.nid, e.numLanes, e.maxSpeed), file=edgesFile)
/dports/comms/wsjtz/wsjtx/map65/
H A Dgetdev.cpp177 int* maxChan, int* minSpeed, int* maxSpeed) in paInputDevice() argument
225 *maxSpeed=(int)pa_device_max_speed; in paInputDevice()
233 *maxSpeed=0; in paInputDevice()
239 int minSpeed[], int maxSpeed[]) in getDev() argument
257 maxSpeed[id]=maxsp; in getDev()
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/
H A Dsteer.cpp27 car->steer.maxSpeed = GfParmGetNum(hdle, SECT_STEER, PRM_STEERSPD, (char*)NULL, 1.0f); in SimSteerConfig()
53 if ((fabs(stdelta) / SimDeltaTime) > car->steer.maxSpeed) { in SimSteerUpdate()
54 steer = SIGN(stdelta) * car->steer.maxSpeed * SimDeltaTime + car->steer.steer; in SimSteerUpdate()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Models/Trains/
H A DMotor.Simulation.cs87 double maxSpeed = Math.Max(startSpeed, endSpeed); in RunSimulation()
93 nowSpeed = maxSpeed; in RunSimulation()
97 if (nowSpeed > maxSpeed) in RunSimulation()
111 if (nowSpeed < minSpeed || nowSpeed > maxSpeed) in RunSimulation()
/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/
H A DMoveType.h43 virtual void SetMaxSpeed(float speed) { maxSpeed = std::max(0.001f, speed); } in SetMaxSpeed()
63 float GetMaxSpeed() const { return maxSpeed; } in GetMaxSpeed()
89 …float maxSpeed; // current maximum speed owner is allowed to reach (changes with eg. gu…

12345678910>>...15