Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_math.h176 #if !defined(INV_FFFF)
177 # define INV_FFFF 0.000015259021896696421759365224689097f macro
182 #define FFFF_TO_FLOAT( V1 ) ( (float)(V1) * INV_FFFF )
H A Dgraphic_mad.c333 uoffset = pinst->uoffset * INV_FFFF; in render_one_mad_tex()
334 voffset = pinst->voffset * INV_FFFF; in render_one_mad_tex()