Searched refs:STOP_EPSILON (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dpmove.c70 #define STOP_EPSILON 0.1 macro
90 if (out[i] > -STOP_EPSILON && out[i] < STOP_EPSILON)
/external/quake/quake/src/QW/server/
H A Dsv_phys.c197 #define STOP_EPSILON 0.1 macro
217 if (out[i] > -STOP_EPSILON && out[i] < STOP_EPSILON)
/external/quake/quake/src/WinQuake/
H A Dsv_phys.cpp188 #define STOP_EPSILON 0.1 macro
208 if (out[i] > -STOP_EPSILON && out[i] < STOP_EPSILON)

Completed in 146 milliseconds