Home
last modified time | relevance | path

Searched refs:shlookup (Results 1 – 7 of 7) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine_priv.h40 extern uint16_t ATTRIBUTE((used)) sqrtable[4096], ATTRIBUTE((used)) shlookup[4096+256], ATTRIBUTE((…
58 mov cx, word ptr shlookup[ebx*2] in nsqrtasm()
62 mov cx, word ptr shlookup[ebx*2+8192] in nsqrtasm()
175 c = shlookup[(a >> 24) + 4096]; // mov ebx, eax in nsqrtasm()
181 c = shlookup[a >> 12]; // mov ebx, eax in nsqrtasm()
H A Dengine.cpp168 uint16_t ATTRIBUTE((used)) sqrtable[4096], ATTRIBUTE((used)) shlookup[4096+256], ATTRIBUTE((used)) …
7895 shlookup[i] = (k<<1)+((10-k)<<8); in initksqrt()
7896 if (i < 256) shlookup[i+4096] = ((k+6)<<1)+((10-(k+6))<<8); in initksqrt()
/dports/games/jfsw/jfsw-c434002/jfbuild/tools/
H A Dwad2map.c25 static unsigned short sqrtable[4096], shlookup[4096+256]; variable
184 if (a & 0xff000000) c = shlookup[(a >> 24) + 4096]; in ksqrtasm()
185 else c = shlookup[a >> 12]; in ksqrtasm()
222 shlookup[i] = (k<<1)+((10-k)<<8); in initksqrt()
223 if (i < 256) shlookup[i+4096] = ((k+6)<<1)+((10-(k+6))<<8); in initksqrt()
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dwad2map.cpp26 static unsigned short sqrtable[4096], shlookup[4096+256]; variable
185 if (a & 0xff000000) c = shlookup[(a >> 24) + 4096]; in ksqrtasm()
186 else c = shlookup[a >> 12]; in ksqrtasm()
223 shlookup[i] = (k<<1)+((10-k)<<8); in initksqrt()
224 if (i < 256) shlookup[i+4096] = ((k+6)<<1)+((10-(k+6))<<8); in initksqrt()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c92 static unsigned short sqrtable[4096], shlookup[4096+256]; variable
209 mov cx, word ptr shlookup[ebx*2] in nsqrtasm()
213 mov cx, word ptr shlookup[ebx*2+8192] in nsqrtasm()
318 : "a" (__a), [shlookup] "m" (shlookup[0]), [sqrtable] "m" (sqrtable[0]) \
376 c = shlookup[(a >> 24) + 4096]; // mov ebx, eax in nsqrtasm()
380 c = shlookup[a >> 12]; // mov ebx, eax in nsqrtasm()
4837 shlookup[i] = (k<<1)+((10-k)<<8); in initksqrt()
4838 if (i < 256) shlookup[i+4096] = ((k+6)<<1)+((10-(k+6))<<8); in initksqrt()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C102 static unsigned short sqrtable[4096], shlookup[4096+256]; variable
2752 shlookup[i] = (k<<1)+((10-k)<<8); in initksqrt()
2753 if (i < 256) shlookup[i+4096] = ((k+6)<<1)+((10-(k+6))<<8); in initksqrt()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C101 static unsigned short sqrtable[4096], shlookup[4096+256]; variable
2791 shlookup[i] = (k<<1)+((10-k)<<8); in initksqrt()
2792 if (i < 256) shlookup[i+4096] = ((k+6)<<1)+((10-(k+6))<<8); in initksqrt()