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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 397 static int p05[3] = { 5, 25, 125 }; local
400 b = multadd(b, p05[i-1], 0);
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 920 static int p05[3] = { 5, 25, 125 }; variable
924 b = multadd(b, p05[i-1], 0);
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1012 static const int p05[3] = { 5, 25, 125 }; local
1018 b = multadd(b, p05[i-1], 0);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 

Completed in 752 milliseconds