Home
last modified time | relevance | path

Searched refs:sfMax (Results 1 – 11 of 11) sorted by relevance

/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/pgregory.net/rapid/
H A Dfloats.go221 var sfMin, sfMax uint64
224 sfMin, sfMax = minSignifF, minSignifF
226 sfMin, sfMax = maxSignifF, maxSignifF
228 sfMin, sfMax = minSignifF, maxSignifF
230 sfMin, sfMax = minSignifF, bitmask64(fracBits)
232 sfMin, sfMax = 0, maxSignifF
234 sfMin, sfMax = 0, bitmask64(fracBits)
236 maxR := bits.Len64(sfMax - sfMin)
238 sf, _, _ := genUintRange(s, sfMin, sfMax, false)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuConsts.pas49 sfMax = 1000;
H A DuWorld.pas216 ScreenFadeValue:= sfMax;
1792 sfToBlack, sfToWhite: if ScreenFadeValue + Lag * ScreenFadeSpeed < sfMax then
1795 ScreenFadeValue:= sfMax;
1813 if not isFirstFrame and ((ScreenFadeValue = 0) or (ScreenFadeValue = sfMax)) then
H A Dhwengine.pas157 ScreenFadeValue:= sfMax;
H A DuGears.pas1252 ScreenFadeValue:= sfMax;
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuConsts.pas49 sfMax = 1000;
H A DuWorld.pas216 ScreenFadeValue:= sfMax;
1794 sfToBlack, sfToWhite: if ScreenFadeValue + Lag * ScreenFadeSpeed < sfMax then
1797 ScreenFadeValue:= sfMax;
1815 if not isFirstFrame and ((ScreenFadeValue = 0) or (ScreenFadeValue = sfMax)) then
H A Dhwengine.pas157 ScreenFadeValue:= sfMax;
H A DuGears.pas1252 ScreenFadeValue:= sfMax;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs5050 pub const sfMax: IMAGEHLP_SF_TYPE = 4i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs36391 pub const sfMax: IMAGEHLP_SF_TYPE = IMAGEHLP_SF_TYPE(4i32); const