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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 301 /* Ten_pmax = floor(P*log(2)/log(5)) */
320 #define Ten_pmax 22
359 #define Ten_pmax 22
385 #define Ten_pmax 24
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 80 #define Ten_pmax 22
821 if (k >= 0 && k <= Ten_pmax) {
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 338 /* Ten_pmax = floor(P*log(2)/log(5)) */
359 #define Ten_pmax 22
417 #define Ten_pmax 22
445 #define Ten_pmax 24
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 244 /* Ten_pmax = floor(P*log(2)/log(5)) */
264 #define Ten_pmax 22
293 #define Ten_pmax 22
316 #define Ten_pmax 24
    [all...]

Completed in 125 milliseconds