HomeSort by relevance Sort by last modified time
    Searched refs:ilength (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/client/
mathlib.c 385 float length, ilength; local
392 ilength = 1/length;
393 v[0] *= ilength;
394 v[1] *= ilength;
395 v[2] *= ilength;
  /external/quake/quake/src/WinQuake/
mathlib.cpp 387 float length, ilength; local
394 ilength = 1/length;
395 v[0] *= ilength;
396 v[1] *= ilength;
397 v[2] *= ilength;
  /gdk/samples/quake/jni/
mathlib.cpp 387 float length, ilength; local
394 ilength = 1/length;
395 v[0] *= ilength;
396 v[1] *= ilength;
397 v[2] *= ilength;
  /external/icu4c/i18n/
decNumber.c 7567 Int ilength=dn->digits+dn->exponent; \/* integral length *\/ local
    [all...]

Completed in 108 milliseconds