Home
last modified time | relevance | path

Searched refs:CalcRecip (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mednafen/mednafen/src/psx/
H A Dgte.cpp160 static INLINE uint32 CalcRecip(uint16 divisor) in CalcRecip() function
1035 return std::min<uint32>(0x1FFFF, ((uint64)dividend * CalcRecip(divisor | 0x8000) + 32768) >> 16); in Divide()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dgte.cpp182 static INLINE int32_t CalcRecip(uint16 divisor) in CalcRecip() function
1167 …return std::min<uint32>(0x1FFFF, ((uint64_t)dividend * CalcRecip(divisor | 0x8000) + 32768) >> 16); in Divide()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dgte.cpp182 static INLINE int32_t CalcRecip(uint16 divisor) in CalcRecip() function
1167 …return std::min<uint32>(0x1FFFF, ((uint64_t)dividend * CalcRecip(divisor | 0x8000) + 32768) >> 16); in Divide()