Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C66 static long lowrecip[1024], nytooclose, nytoofar; variable
2168 for(i=1;i<1024;i++) lowrecip[i] = ((1<<24)-1)/i; in initengine()
4102 else if (z2 > z1) yinc = (lowrecip[z2-z1]*voxptr[1]>>8); in drawvox()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C70 static long lowrecip[1024], nytooclose, nytoofar; variable
2211 for(i=1;i<1024;i++) lowrecip[i] = ((1<<24)-1)/i; in initengine()
4142 else if (z2 > z1) yinc = (lowrecip[z2-z1]*voxptr[1]>>8); in drawvox()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c58 static int lowrecip[1024], nytooclose, nytoofar; variable
2935 else if (z2 > z1) yinc = (lowrecip[z2-z1]*voxptr[1]>>8); in drawvox()
5416 for(i=1;i<1024;i++) lowrecip[i] = ((1<<24)-1)/i; in initengine()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp106 static int32_t lowrecip[1024], nytooclose; variable
5082 yinc = lowrecip[z2-z1]*voxptr[1]>>8; in classicDrawVoxel()
8651 lowrecip[i] = ((1<<24)-1)/i; in engineInit()