Home
last modified time | relevance | path

Searched refs:lastSpeed (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/krita/krita-4.4.8/libs/ui/tool/
H A Dkis_speed_smoother.cpp39 lastSpeed(0) in Private()
64 qreal lastSpeed; member
77 qreal KisSpeedSmoother::lastSpeed() const in lastSpeed() function in KisSpeedSmoother
79 return m_d->lastSpeed; in lastSpeed()
126 m_d->lastSpeed = alpha * speed + (1 - alpha) * m_d->lastSpeed; in getNextSpeed()
129 return m_d->lastSpeed; in getNextSpeed()
138 m_d->lastSpeed = 0.0; in clear()
H A Dkis_speed_smoother.h33 qreal lastSpeed() const;
/dports/cad/sumo/sumo-1.2.0/tools/output/
H A Daccelerations.py26 lastSpeed = {}
31 prevSpeed = lastSpeed.get(vehicle.id, speed)
33 lastSpeed[vehicle.id] = speed
/dports/multimedia/baka-mplayer/Baka-MPlayer-2.0.4/src/ui/
H A Dupdatedialog.cpp50 lastSpeed = 0; in UpdateDialog()
64 avgSpeed = 0.005*lastSpeed + 0.995*avgSpeed; in UpdateDialog()
73 lastSpeed = (percent-lastProgress)/(time-lastTime); in UpdateDialog()
H A Dupdatedialog.h33 lastSpeed = 0; variable
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A Dkineticmodel.cpp104 QPointF lastSpeed = d_ptr->velocity; in setPosition() local
106 d_ptr->velocity = 0.2 * lastSpeed + 0.8 * currentSpeed; in setPosition()
120 qreal lastSpeed = d_ptr->velocityHeading; in setHeading() local
122 d_ptr->velocityHeading = 0.5 * lastSpeed + 0.2 * currentSpeed; in setHeading()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cheggaaa/pb/v3/
H A Dspeed.go39 lastSpeed := diff / dur.Seconds()
43 s.ewma.Add(lastSpeed)
/dports/net/drive/drive-0.4.0/vendor/github.com/cheggaaa/pb/v3/
H A Dspeed.go39 lastSpeed := diff / dur.Seconds()
43 s.ewma.Add(lastSpeed)
/dports/net/storj/storj-1.45.3/vendor/github.com/cheggaaa/pb/v3/
H A Dspeed.go39 lastSpeed := diff / dur.Seconds()
43 s.ewma.Add(lastSpeed)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/cheggaaa/pb/v3/
H A Dspeed.go39 lastSpeed := diff / dur.Seconds()
43 s.ewma.Add(lastSpeed)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/cheggaaa/pb/v3/
H A Dspeed.go39 lastSpeed := diff / dur.Seconds()
43 s.ewma.Add(lastSpeed)
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/cheggaaa/pb/v3/
H A Dspeed.go39 lastSpeed := diff / dur.Seconds()
43 s.ewma.Add(lastSpeed)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/cheggaaa/pb/v3/
H A Dspeed.go39 lastSpeed := diff / dur.Seconds()
43 s.ewma.Add(lastSpeed)
/dports/cad/sumo/sumo-1.2.0/src/microsim/cfmodels/
H A DMSCFModel.cpp597 … lastPos, const double passedPos, const double currentPos, const double lastSpeed, const double cu…
635 a = SPEED2ACCEL(currentSpeed - lastSpeed);
638 assert(currentSpeed == 0 && lastSpeed != 0);
642 a = lastSpeed * lastSpeed / (2 * (lastPos - currentPos));
651 const double t = 2 * distanceOldToPassed / (lastSpeed + currentSpeed);
655 const double va = lastSpeed / a;
661 const double va = lastSpeed / a;
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DSchoolFish.cpp176 lastSpeed = vel.getLength2D(); in updateVelocity()
294 change *= (ratio + lastSpeed*0.1f) / dist; in applyAvoidance()
304 diff.setLength2D(lastSpeed); in applyAvoidance()
H A DSchoolFish.h37 float lastSpeed; variable
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A DQueueItem.cpp112 Segment QueueItem::getNextSegment(int64_t blockSize, int64_t wantedSize, int64_t lastSpeed, const P… in getNextSegment() argument
244 if(partialSource == NULL && BOOLSETTING(OVERLAP_CHUNKS) && lastSpeed > 0) { in getNextSegment()
267 int64_t newChunkLeft = size / lastSpeed; in getNextSegment()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A DQueueItem.cpp112 Segment QueueItem::getNextSegment(int64_t blockSize, int64_t wantedSize, int64_t lastSpeed, const P… in getNextSegment() argument
244 if(partialSource == NULL && BOOLSETTING(OVERLAP_CHUNKS) && lastSpeed > 0) { in getNextSegment()
267 int64_t newChunkLeft = size / lastSpeed; in getNextSegment()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A DQueueItem.cpp112 Segment QueueItem::getNextSegment(int64_t blockSize, int64_t wantedSize, int64_t lastSpeed, const P… in getNextSegment() argument
244 if(partialSource == NULL && BOOLSETTING(OVERLAP_CHUNKS) && lastSpeed > 0) { in getNextSegment()
267 int64_t newChunkLeft = size / lastSpeed; in getNextSegment()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DQueueItem.cpp112 Segment QueueItem::getNextSegment(int64_t blockSize, int64_t wantedSize, int64_t lastSpeed, const P… in getNextSegment() argument
244 if(partialSource == NULL && BOOLSETTING(OVERLAP_CHUNKS) && lastSpeed > 0) { in getNextSegment()
267 int64_t newChunkLeft = size / lastSpeed; in getNextSegment()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dcpp/
H A DQueueItem.cpp112 Segment QueueItem::getNextSegment(int64_t blockSize, int64_t wantedSize, int64_t lastSpeed, const P… in getNextSegment() argument
244 if(partialSource == NULL && BOOLSETTING(OVERLAP_CHUNKS) && lastSpeed > 0) { in getNextSegment()
267 int64_t newChunkLeft = size / lastSpeed; in getNextSegment()
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dread-linear.h76 double speed,lastSpeed; member
H A Dread-linear.c539 rc->lastSpeed = rc->speed; in show_progress()
565 rc->lastSpeed = rc->speed; in show_progress()
587 if(Closure->speedWarning && rc->lastSpeed > 0.5) in show_progress()
588 { double delta = rc->speed - rc->lastSpeed; in show_progress()
590 double sp = (100.0*abs_delta) / rc->lastSpeed; in show_progress()
609 rc->lastSpeed = rc->speed; in show_progress()
945 rc->lastSpeed = -1.0; in ReadMediumLinear()
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/dcpp/
H A DUserConnection.cpp227 double lastSpeed = (1000. * lastChunk) / ticks; in updateChunkSize() local
232 double msecs = 1000 * targetSize / lastSpeed; in updateChunkSize()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE2Collector.h107 lastSpeed(0), in VehicleInfo()
147 double lastSpeed; member

123