Home
last modified time | relevance | path

Searched refs:DivScale31 (Results 1 – 2 of 2) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dm_fixed.h69 return DivScale31 (a, b); in SafeDivScale31()
H A Dbasicinlines.h177 static inline SDWORD DivScale31 (SDWORD a, SDWORD b) { return (SDWORD)(((SQWORD)a << 31) / b); } in DivScale31() function