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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 304 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
330 #define Int_max 14
368 #define Int_max 15
395 #define Int_max 15
dtoa.c 442 if (be >= 0 && k <= Int_max) {
gdtoa.c 450 if (be >= 0 && k <= Int_max) {
  /ndk/sources/android/support/src/stdio/
strtod.c 247 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
274 #define Int_max 14
302 #define Int_max 15
326 #define Int_max 15
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 97 #define Int_max 14
971 if (be >= 0 && k <= Int_max) {
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 341 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
369 #define Int_max 14
426 #define Int_max 15
455 #define Int_max 15
    [all...]

Completed in 161 milliseconds