Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp108 static uint32_t *distrecip; variable
111 uint32_t *distrecip; member
5011 int32_t lx = mulscale32(nx>>3, distrecip[il]) + halfxdimen; in classicDrawVoxel()
7984 distrecip = NULL; in dosetaspect()
7988 distrecip = distrecipcache[i].distrecip; in dosetaspect()
7990 if (distrecip == NULL) in dosetaspect()
7998 if (distrecipcache[minAge].distrecip == NULL) in dosetaspect()
8004 distrecip = distrecipcache[minAge].distrecip; in dosetaspect()
8009 distrecip[i] = tabledivide32(xdimen << 20, i); in dosetaspect()
8014 distrecip[i] = tabledivide64((uint64_t)xdimen << 20, i); in dosetaspect()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C67 static unsigned long distrecip[16384]; variable
4060 lx = mulscale32(nx>>3,distrecip[(ny+y1)>>14])+halfxdimen; in drawvox()
4062 rx = mulscale32((nx+nxoff)>>3,distrecip[(ny+y2)>>14])+halfxdimen; in drawvox()
4067 l1 = distrecip[(ny-yoff)>>14]; in drawvox()
4068 l2 = distrecip[(ny+yoff)>>14]; in drawvox()
6427 for(i=1;i<16384;i++) distrecip[i] = divscale20(xdimen,i); in dosetaspect()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C71 static unsigned long distrecip[16384]; variable
4100 lx = mulscale32(nx>>3,distrecip[(ny+y1)>>14])+halfxdimen; in drawvox()
4102 rx = mulscale32((nx+nxoff)>>3,distrecip[(ny+y2)>>14])+halfxdimen; in drawvox()
4107 l1 = distrecip[(ny-yoff)>>14]; in drawvox()
4108 l2 = distrecip[(ny+yoff)>>14]; in drawvox()
6467 for(i=1;i<16384;i++) distrecip[i] = divscale20(xdimen,i); in dosetaspect()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c59 static unsigned int distrecip[65536]; variable
2893 lx = mulscale32(nx>>3,distrecip[(ny+y1)>>14])+halfxdimen; in drawvox()
2895 rx = mulscale32((nx+nxoff)>>3,distrecip[(ny+y2)>>14])+halfxdimen; in drawvox()
2900 l1 = distrecip[(ny-yoff)>>14]; in drawvox()
2901 l2 = distrecip[(ny+yoff)>>14]; in drawvox()
4874 for(i=1;i<65536;i++) distrecip[i] = divscale20(xdimen,i); in dosetaspect()