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

  /external/quake/quake/src/QW/client/
sbar.c 290 int pow10; local
301 for (pow10 = 10 ; num >= pow10 ; pow10 *= 10)
306 pow10 /= 10;
307 dig = num/pow10;
309 num -= dig*pow10;
310 } while (pow10 != 1);
  /external/quake/quake/src/WinQuake/
sbar.cpp 317 int pow10; local
328 for (pow10 = 10 ; num >= pow10 ; pow10 *= 10)
333 pow10 /= 10;
334 dig = num/pow10;
336 num -= dig*pow10;
337 } while (pow10 != 1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 123 __MATHCALL (pow10,, (_Mdouble_ __x));

Completed in 65 milliseconds