Searched defs:a_tstepxfrac (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_polyse.c78 int a_sstepxfrac, a_tstepxfrac, r_lstepx, a_ststepxwhole; variable
578 a_tstepxfrac = r_tstepx << 16;
581 a_tstepxfrac = r_tstepx & 0xFFFF;
663 ltfrac += a_tstepxfrac;
/external/quake/quake/src/WinQuake/
H A Dd_polyse.cpp78 int a_sstepxfrac, a_tstepxfrac, r_lstepx, a_ststepxwhole; variable
578 a_tstepxfrac = r_tstepx << 16;
581 a_tstepxfrac = r_tstepx & 0xFFFF;
665 ltfrac += a_tstepxfrac;

Completed in 32 milliseconds