Home
last modified time | relevance | path

Searched refs:GetSpeed (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_encoder_factory.cc21 if (encoder->options()->GetSpeed() >= 10) { in SelectPredictionMethod()
29 if (encoder->options()->GetSpeed() < 4) { in SelectPredictionMethod()
36 if (encoder->options()->GetSpeed() < 4) { in SelectPredictionMethod()
44 if (encoder->options()->GetSpeed() >= 8) { in SelectPredictionMethod()
47 if (encoder->options()->GetSpeed() >= 2 || in SelectPredictionMethod()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_encoder_factory.cc21 if (encoder->options()->GetSpeed() >= 10) { in SelectPredictionMethod()
29 if (encoder->options()->GetSpeed() < 4) { in SelectPredictionMethod()
36 if (encoder->options()->GetSpeed() < 4) { in SelectPredictionMethod()
55 if (encoder->options()->GetSpeed() >= 8) { in SelectPredictionMethod()
58 if (encoder->options()->GetSpeed() >= 2 || in SelectPredictionMethod()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_encoder_factory.cc21 if (encoder->options()->GetSpeed() >= 10) { in SelectPredictionMethod()
29 if (encoder->options()->GetSpeed() < 4) { in SelectPredictionMethod()
36 if (encoder->options()->GetSpeed() < 4) { in SelectPredictionMethod()
55 if (encoder->options()->GetSpeed() >= 8) { in SelectPredictionMethod()
58 if (encoder->options()->GetSpeed() >= 2 || in SelectPredictionMethod()
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DInterpolate.h220 …0, extrapolate.GetStartValue(), extrapolate.GetBaseSpeed(), extrapolate.GetSpeed(), EXTRAPOLATION_… in Invalidate()
235 …artTime, accelTime, startValue, extrapolate.GetBaseSpeed(), extrapolate.GetSpeed(), EXTRAPOLATION_… in SetPhase()
239 …ime, startValue + extrapolate.GetSpeed() * ( accelTime * 0.001f * 0.5f ), extrapolate.GetBaseSpeed… in SetPhase()
243 …me, endValue - ( extrapolate.GetSpeed() * ( decelTime * 0.001f * 0.5f ) ), extrapolate.GetBaseSpee… in SetPhase()
369 …0, extrapolate.GetStartValue(), extrapolate.GetBaseSpeed(), extrapolate.GetSpeed(), EXTRAPOLATION_… in Invalidate()
384 …artTime, accelTime, startValue, extrapolate.GetBaseSpeed(), extrapolate.GetSpeed(), EXTRAPOLATION_… in SetPhase()
388 …artValue + extrapolate.GetSpeed() * ( accelTime * 0.001f * idMath::SQRT_1OVER2 ), extrapolate.GetB… in SetPhase()
392 …Value - ( extrapolate.GetSpeed() * ( decelTime * 0.001f * idMath::SQRT_1OVER2 ) ), extrapolate.Get… in SetPhase()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_army.cpp40 return !b->Modes( TR_SKIPMOVE ) && b->GetSpeed() > Speed::STANDING; in AllowPart1()
45 return b->Modes( TR_SKIPMOVE ) && b->GetSpeed() > Speed::STANDING; in AllowPart2()
56 if ( ( *it1 )->GetSpeed() == ( *it2 )->GetSpeed() ) { in ForceGetCurrentUnitPart()
60 if ( ( *it1 )->GetSpeed() > ( *it2 )->GetSpeed() ) in ForceGetCurrentUnitPart()
62 else if ( ( *it2 )->GetSpeed() > ( *it1 )->GetSpeed() ) in ForceGetCurrentUnitPart()
66 if ( ( *it1 )->GetSpeed() < ( *it2 )->GetSpeed() ) in ForceGetCurrentUnitPart()
68 else if ( ( *it2 )->GetSpeed() < ( *it1 )->GetSpeed() ) in ForceGetCurrentUnitPart()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/
H A Dai_common.cpp104 if ( left.GetSpeed() == right.GetSpeed() ) { in OptimizeTroopsOrder()
110 return left.GetSpeed() < right.GetSpeed(); in OptimizeTroopsOrder()
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DuCWKeying.pas36 function GetSpeed : Word; virtual; abstract; in GetSpeed() function
60 function GetSpeed : Word; override; in GetSpeed() function
83 function GetSpeed : Word; override; in GetSpeed() function
106 function GetSpeed : Word; override; in GetSpeed() function
134 function GetSpeed : Word; override; in GetSpeed() function
229 function TCWWinKeyerUSB.GetSpeed : Word; in GetSpeed() function
431 function TCWDaemon.GetSpeed : Word; in GetSpeed() function
569 function TCWK3NG.GetSpeed : Word; in GetSpeed() function
743 function TCWHamLib.GetSpeed : Word; in GetSpeed() function
/dports/games/warmux/warmux-11.04/src/game/
H A Dgame_time.h55 const Double& GetSpeed() const { return stopwatch.GetSpeed(); } in GetSpeed() function
H A Dtime.cpp70 delay = int(delay/stopwatch.GetSpeed())+1; in LetRealTimePassUntilFrameEnd()
123 … MSG_DEBUG("time", ">>> Speed from %.1f to %.1f", stopwatch.GetSpeed().tofloat(), speed.tofloat()); in SetSpeed()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/army/
H A Darmy_troop.cpp163 return Speed::String( GetSpeed() ); in GetSpeedString()
171 u32 Troop::GetSpeed( void ) const in GetSpeed() function in Troop
173 return Monster::GetSpeed(); in GetSpeed()
/dports/games/warmux/warmux-11.04/src/object/
H A Dphysics.cpp121 void Physics::GetSpeed(Double &norm, Double &angle) const in GetSpeed() function in Physics
244 GetSpeed(speed_norm, angle); in UnsetPhysFixationPoint()
382 GetSpeed(speed_norm, angle); in ComputePendulumNextXY()
412 GetSpeed(speed_norm, speed_angle); in ComputeFallNextXY()
510 GetSpeed(norme, angle); in Rebound()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/
H A DRetroPlayer.cpp266 if (m_playback->GetSpeed() == 0.0) in Pause()
370 if (m_playback->GetSpeed() != speed) in SetSpeed()
404 float speed = static_cast<float>(m_playback->GetSpeed()); in OnAction()
498 if (m_playback->GetSpeed() != speed) in SetPlaybackSpeed()
526 return m_playback->GetSpeed() > 0.0; in IsAutoSaveEnabled()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dbin_info.cpp177 …speedDiff = static_cast<int>( Monster( monsterID ).GetSpeed() ) - Monster( monsterID - 1 ).GetSpee… in MonsterAnimInfo()
182 …edDiff = static_cast<int>( Monster( monsterID ).GetSpeed() ) - Monster( Monster::FIRE_ELEMENT ).Ge… in MonsterAnimInfo()
/dports/devel/bit/bit-1.1.2/vendor/github.com/pkg/term/
H A Dterm_test.go31 GetSpeed() (int, error)
58 if spd, err := tt.GetSpeed(); err != nil {
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DBench.h36 UInt64 GetSpeed(UInt64 numUnits) const;
37 UInt64 GetUnpackSizeSpeed() const { return GetSpeed(UnpackSize * NumIterations); } in GetUnpackSizeSpeed()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dview_frame.cpp42 SCRIPT_METHOD(ViewFrame::get_Speed, ViewFrame::GetSpeed); in AGS_EngineStartup()
91 void ViewFrame::GetSpeed(ScriptMethodParams &params) { in GetSpeed() function in AGS3::Plugins::Core::ViewFrame
/dports/editors/o/o-2.46.0/vendor/github.com/pkg/term/term-f749b98bd0ba/
H A Dterm_test.go36 GetSpeed() (int, error)
63 if spd, err := tt.GetSpeed(); err != nil {
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Scene/
H A DObjectAnimation.cpp127 animElem.SetFloat("speed", info->GetSpeed()); in SaveXML()
186 animValue.Set("speed", (float) info->GetSpeed()); in SaveJSON()
252 return info ? info->GetSpeed() : 1.0f; in GetAttributeAnimationSpeed()
H A DAnimatable.cpp217 elem.SetFloat("speed", i->second_->GetSpeed()); in SaveXML()
253 attributeValue.Set("speed", (float) i->second_->GetSpeed()); in SaveJSON()
450 return info ? info->GetSpeed() : 1.0f; in GetAttributeAnimationSpeed()
500 … SetObjectAttributeAnimation(name, info->GetAnimation(), info->GetWrapMode(), info->GetSpeed()); in OnObjectAnimationAdded()
566 SetObjectAttributeAnimation(name, info->GetAnimation(), info->GetWrapMode(), info->GetSpeed()); in HandleAttributeAnimationAdded()
/dports/emulators/nestopia/nestopia-1.51.1/source/core/api/
H A DNstApiSound.cpp110 uint Sound::GetSpeed() const throw() in GetSpeed() function in Nes::Api::Sound
112 return emulator.cpu.GetApu().GetSpeed(); in GetSpeed()
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/api/
H A DNstApiSound.cpp110 uint Sound::GetSpeed() const throw() in GetSpeed() function in Nes::Api::Sound
112 return emulator.cpu.GetApu().GetSpeed(); in GetSpeed()
/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/tvheadend/
H A DSubscription.cpp72 int32_t Subscription::GetSpeed() const in GetSpeed() function in Subscription
204 GetSpeed() / 10); // Kodi uses values an order of magnitude larger than tvheadend in SendSpeed()
205 Logger::Log(LogLevel::LEVEL_DEBUG, "demux send speed %d", GetSpeed() / 10); in SendSpeed()
/dports/games/penguin-command/penguin-command-1.6.11/src/
H A Dgame.c27 void GetSpeed() in GetSpeed() function
398 GetSpeed(); in ShowRules()
427 GetSpeed(); in StartGame()
440 GetSpeed(); in StartGame()
/dports/games/warmux/warmux-11.04/src/map/
H A Dcamera.cpp156 Point2d anticipation = followed_object->GetSpeed() * time_delta; in AutoCrop()
196 if (abs((int)followed_object->GetSpeed().x) > REALTIME_FOLLOW_LIMIT) { in AutoCrop()
200 if (abs((int)followed_object->GetSpeed().y) > REALTIME_FOLLOW_LIMIT) { in AutoCrop()
213 if (!m_stop && next_position.IsNull() && followed_object->GetSpeed().IsNull()) { in AutoCrop()
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/
H A Dexpert_encode.cc50 } else if (encoding_method == -1 && options().GetSpeed() == 10) { in EncodePointCloudToBuffer()
105 if (options().GetSpeed() == 10) { in EncodeMeshToBuffer()

12345678910>>...14