Home
last modified time | relevance | path

Searched refs:msqrtasm (Results 1 – 9 of 9) sorted by relevance

/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dkdmsound.c82 static int msqrtasm(unsigned int c);
426 vdist[i] = msqrtasm(x*x+y*y); in preparekdmsndbuf()
598 static int msqrtasm(unsigned int c) in msqrtasm() function
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DKDMENG.C361 #pragma aux msqrtasm =\
949 vdist[i] = msqrtasm(x*x+y*y); in preparesndbuf()
H A DENGINE.C356 #pragma aux msqrtasm =\
2790 sqrtable[i] = (unsigned short)(msqrtasm((i<<18)+131072)<<1); in initksqrt()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DKDMENG.C361 #pragma aux msqrtasm =\
949 vdist[i] = msqrtasm(x*x+y*y); in preparesndbuf()
H A DENGINE.C350 #pragma aux msqrtasm =\
2751 sqrtable[i] = (unsigned short)(msqrtasm((i<<18)+131072)<<1); in initksqrt()
/dports/games/jfsw/jfsw-c434002/jfbuild/tools/
H A Dwad2map.c193 static inline int msqrtasm(unsigned int c) in msqrtasm() function
221 sqrtable[i] = (unsigned short)(msqrtasm((i<<18)+131072)<<1); in initksqrt()
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dwad2map.cpp194 static inline int msqrtasm(unsigned int c) in msqrtasm() function
222 sqrtable[i] = (unsigned short)(msqrtasm((i<<18)+131072)<<1); in initksqrt()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c140 #pragma aux msqrtasm =\
156 int msqrtasm(unsigned int);
223 static inline int msqrtasm(int c) in msqrtasm() function
323 #define msqrtasm(c) \ macro
392 static inline int msqrtasm(unsigned int c) in msqrtasm() function
4836 sqrtable[i] = (unsigned short)(msqrtasm((i<<18)+131072)<<1); in initksqrt()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp7859 static uint32_t msqrtasm(uint32_t c) in msqrtasm() function
7894 sqrtable[i] = (uint16_t)(msqrtasm((i<<18)+131072)<<1); in initksqrt()