Home
last modified time | relevance | path

Searched refs:templong2 (Results 1 – 6 of 6) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C4999 long i, j, templong1, templong2; in clipmove() local
5232 templong2 = lx*lx + ly*ly; in clipmove()
5233 if (templong2 > 0) in clipmove()
5238 i = divscale20(templong1,templong2); in clipmove()
5250 if ((templong1^templong2) < 0) in clipmove()
5284 templong2 = (sector[j].ceilingz-(*z)); in clipmove()
5286 if (templong2 > 0) in clipmove()
5288 if (templong2 < templong1) in clipmove()
5296 templong2 = ((*z)-sector[j].floorz); in clipmove()
5298 if (templong2 <= 0) in clipmove()
[all …]
H A DBUILD.C2420 long templong, templong1, templong2, opageoffset, doubvel; in overheadeditor() local
3919 templong2 = dmulscale4(y1-y2,x1-x3,y1-y3,x2-x1); in overheadeditor()
3920 if (templong2 != 0) in overheadeditor()
3922 centerx = (((x1+x2) + scale(y1-y2,templong1,templong2))>>1); in overheadeditor()
3923 centery = (((y1+y2) + scale(x2-x1,templong1,templong2))>>1); in overheadeditor()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C5039 long i, j, templong1, templong2; in clipmove() local
5272 templong2 = lx*lx + ly*ly; in clipmove()
5273 if (templong2 > 0) in clipmove()
5278 i = divscale20(templong1,templong2); in clipmove()
5290 if ((templong1^templong2) < 0) in clipmove()
5324 templong2 = (sector[j].ceilingz-(*z)); in clipmove()
5326 if (templong2 > 0) in clipmove()
5328 if (templong2 < templong1) in clipmove()
5336 templong2 = ((*z)-sector[j].floorz); in clipmove()
5338 if (templong2 <= 0) in clipmove()
[all …]
H A DBUILD.C2420 long templong, templong1, templong2, opageoffset, doubvel; in overheadeditor() local
3919 templong2 = dmulscale4(y1-y2,x1-x3,y1-y3,x2-x1); in overheadeditor()
3920 if (templong2 != 0) in overheadeditor()
3922 centerx = (((x1+x2) + scale(y1-y2,templong1,templong2))>>1); in overheadeditor()
3923 centery = (((y1+y2) + scale(x2-x1,templong1,templong2))>>1); in overheadeditor()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c8820 int i, j, templong1, templong2; in clipmove() local
9053 templong2 = lx*lx + ly*ly; in clipmove()
9054 if (templong2 > 0) in clipmove()
9059 i = divscale20(templong1,templong2); in clipmove()
9071 if ((templong1^templong2) < 0) in clipmove()
9105 templong2 = (sector[j].ceilingz-(*z)); in clipmove()
9107 if (templong2 > 0) in clipmove()
9109 if (templong2 < templong1) in clipmove()
9117 templong2 = ((*z)-sector[j].floorz); in clipmove()
9119 if (templong2 <= 0) in clipmove()
[all …]
H A Dbuild.c2668 int templong, templong1, templong2, doubvel; in overheadeditor() local
4199 templong2 = dmulscale4(y1-y2,x1-x3,y1-y3,x2-x1); in overheadeditor()
4200 if (templong2 != 0) in overheadeditor()
4202 centerx = (((x1+x2) + scale(y1-y2,templong1,templong2))>>1); in overheadeditor()
4203 centery = (((y1+y2) + scale(x2-x1,templong1,templong2))>>1); in overheadeditor()