Searched refs:ziscale (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_alias.c45 static float ziscale; variable
521 fv->v[5] = zi * ziscale;
759 ziscale = (float)0x8000 * (float)0x10000;
761 ziscale = (float)0x8000 * (float)0x10000 * 3.0;
/external/quake/quake/src/WinQuake/
H A Dr_alias.cpp45 static float ziscale; variable
521 fv->v[5] = zi * ziscale;
744 ziscale = (float)0x8000 * (float)0x10000;
746 ziscale = (float)0x8000 * (float)0x10000 * 3.0;

Completed in 70 milliseconds