Home
last modified time | relevance | path

Searched refs:ST010_SinTable (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dseta010.c46 const int16_t ST010_SinTable[256] = variable
216 return ST010_SinTable[(Theta >> 8) & 0xff]; in ST010_Sin()
221 return ST010_SinTable[((Theta + 0x4000) >> 8) & 0xff]; in ST010_Cos()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dseta010.cpp187 static const int16 ST010_SinTable[256] = variable
327 return (ST010_SinTable[(Theta >> 8) & 0xff]); in ST010_Sin()
332 return (ST010_SinTable[((Theta + 0x4000) >> 8) & 0xff]); in ST010_Cos()
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dseta010.cpp12 static const int16 ST010_SinTable[256] = variable
153 return (ST010_SinTable[(Theta >> 8) & 0xff]); in ST010_Sin()
158 return (ST010_SinTable[((Theta + 0x4000) >> 8) & 0xff]); in ST010_Cos()
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dseta.c204 static const int16 ST010_SinTable[256] = variable
343 return (ST010_SinTable[(Theta >> 8) & 0xff]); in ST010_Sin()
348 return (ST010_SinTable[((Theta + 0x4000) >> 8) & 0xff]); in ST010_Cos()