Home
last modified time | relevance | path

Searched refs:stepTime (Results 51 – 75 of 223) sorted by relevance

123456789

/dports/games/scorched3d/scorched/src/client/tankgraph/
H A DRenderTargets.h34 Renderer3D() : GameStateI("RenderTargets3D"), stepTime(0.0f) {} in Renderer3D()
41 float stepTime; member
H A DRenderTargets.cpp83 stepTime += simTime; in simulate()
87 if (stepTime >= stepSize) in simulate()
89 float time = stepTime * ScorchedClient::instance()->getSimulator().getFast().asFloat(); in simulate()
115 stepTime = 0.0f; in simulate()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/uuid-1.3.13/Data/UUID/
H A DV1.hs53 res <- stepTime
75 stepTime :: IO (Maybe (MAC, Word16, Word64))
76 stepTime = do function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/uuid-1.3.14/src/Data/UUID/
H A DV1.hs53 res <- stepTime
75 stepTime :: IO (Maybe (MAC, Word16, Word64))
76 stepTime = do function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/uuid-1.3.15/src/Data/UUID/
H A DV1.hs53 res <- stepTime
75 stepTime :: IO (Maybe (MAC, Word16, Word64))
76 stepTime = do function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/uuid-1.3.13/Data/UUID/
H A DV1.hs53 res <- stepTime
75 stepTime :: IO (Maybe (MAC, Word16, Word64))
76 stepTime = do function
/dports/games/ufoai/ufoai-2.5-source/src/client/battlescape/events/event/actor/
H A De_event_actormove.cpp73 const int stepTime = LE_ActorGetStepTime(le, pos, oldPos, dir, NET_ReadShort(msg)); in CL_ActorDoMoveTime() local
74 newStep->stepTimes[newStep->steps] = stepTime; in CL_ActorDoMoveTime()
75 time += stepTime; in CL_ActorDoMoveTime()
H A De_event_actorreactionfiretargetupdate.cpp45 int stepTime = CL_GetStepTime(eventTiming, target, step); in CL_ActorReactionFireTargetUpdateTime() local
46 if (eventTiming->shootTime > stepTime) in CL_ActorReactionFireTargetUpdateTime()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/Halide/
H A DcalcLayerMix.cpp29 Param<float> stepTime; in main() local
39 dDevelConc = calcLayerMix(developerConcentration, layerMixConst, stepTime, in main()
/dports/www/carbonapi/carbonapi-0.14.1/expr/
H A Dexpr_test.go123 stepTime int64 member
140 stepTime: 60,
154 stepTime: 60,
168 stepTime: 60,
194 StepTime: test.stepTime,
/dports/www/libdatachannel/libdatachannel-0.16.1/examples/client-benchmark/
H A Dmain.cpp261 steady_clock::time_point stepTime = steady_clock::now(); in main() local
270 std::chrono::duration<double>(steady_clock::now() - stepTime).count(); in main()
272 stepTime = steady_clock::now(); in main()
401 steady_clock::time_point stepTime = steady_clock::now(); in createPeerConnection() local
416 std::chrono::duration<double>(steady_clock::now() - stepTime).count(); in createPeerConnection()
418 stepTime = steady_clock::now(); in createPeerConnection()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DGameData.h135 inline int GetStepTime() { return stepTime; } in GetStepTime()
136 inline void SetStepTime(int st) { stepTime = st; } in SetStepTime()
159 int stepTime = 0; variable
/dports/security/kpmenu/kpmenu-1.4.0/kpmenulib/
H A Dotp.go102 func getMessage(t1 int64, t0, stepTime int) (message []byte) {
103 if stepTime == 0 {
106 step := (t1 - int64(t0)) / int64(stepTime)
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610-940/
H A D2610intf.c47 static void TimerHandler(int c, int count, double stepTime) in TimerHandler() argument
57 double timeSec = (double) count * stepTime; in TimerHandler()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610/
H A D2610intf.c45 static void TimerHandler(int c, int count, double stepTime) in TimerHandler() argument
55 double timeSec = (double) count * stepTime; in TimerHandler()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dcreatorform6.lua305 v.stepTime = 2
318 entity_setPosition(me, entity_x(me)-600, entity_y(me), v.stepTime, 0, 0, 0)
319 entity_setStateTime(me, v.stepTime)
321 entity_setPosition(me, entity_x(me)+600, entity_y(me), v.stepTime, 0, 0, 0)
322 entity_setStateTime(me, v.stepTime)
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/holtWintersConfidenceBands/
H A Dfunction.go46 stepTime := arg.StepTime
48 lowerBand, upperBand := holtwinters.HoltWintersConfidenceBands(arg.Values, stepTime, delta)
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A D2203intf.c44 static void TimerHandler(int n,int c,int count,timer_tm stepTime) in TimerHandler() argument
56 timer_tm timeSec = (timer_tm)count * stepTime; in TimerHandler()
H A D2612intf.c51 static void TimerHandler(int n,int c,int count,timer_tm stepTime) in TimerHandler() argument
64 timer_tm timeSec = (timer_tm)count * stepTime; in TimerHandler()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/callbacks/
H A Dprogress_bar.hpp220 const size_t stepTime = epochTimer.toc() / (double) epochSize * 1000; in EndEpoch() local
222 << "s " << stepTime << "ms/step " << "- loss: " << objective << "\n"; in EndEpoch()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A D2612intf.c52 static void TimerHandler(int n,int c,int count,double stepTime) in TimerHandler() argument
60 double timeSec = (double)count * stepTime; in TimerHandler()
H A D2203intf.c43 static void TimerHandler(int n,int c,int count,double stepTime) in TimerHandler() argument
51 double timeSec = (double)count * stepTime; in TimerHandler()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A D2203intf.c43 static void TimerHandler(int n,int c,int count,double stepTime) in TimerHandler() argument
51 double timeSec = (double)count * stepTime; in TimerHandler()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A D2612intf.c52 static void TimerHandler(int n,int c,int count,double stepTime) in TimerHandler() argument
60 double timeSec = (double)count * stepTime; in TimerHandler()
H A D2203intf.c43 static void TimerHandler(int n,int c,int count,double stepTime) in TimerHandler() argument
51 double timeSec = (double)count * stepTime; in TimerHandler()

123456789