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

  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 538 #define tinytens __tinytens_D2A macro
539 #define tinytens __tinytens_D2A macro
544 extern CONST double bigtens[], tens[], tinytens[];
strtod.c 60 #undef tinytens macro
61 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
63 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
492 dval(rv) *= tinytens[j];
509 dval(rv) *= tinytens[j];
512 dval(rv) *= tinytens[j];
515 dval(rv) *= tinytens[j];
misc.c 859 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 variable
864 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 };
867 CONST double tinytens[] = { 1e-16, 1e-32 };
strtodg.c 594 dval(rv) *= tinytens[n_bigtens-1];
602 dval(rv) *= tinytens[j];
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 565 #define tinytens __tinytens_D2A macro
566 #define tinytens __tinytens_D2A macro
571 extern CONST double bigtens[], tens[], tinytens[];
strtod.c 44 #undef tinytens macro
45 /* The factor of 2^106 in tinytens[4] helps us avoid setting the underflow */
47 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
531 dval(&rv) *= tinytens[j];
548 dval(&rv) *= tinytens[j];
551 dval(&rv) *= tinytens[j];
554 dval(&rv) *= tinytens[j];
misc.c 857 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 variable
862 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 };
865 CONST double tinytens[] = { 1e-16, 1e-32 };
strtodg.c 684 dval(&rv) *= tinytens[n_bigtens-1];
692 dval(&rv) *= tinytens[j];
  /external/python/cpython3/Python/
dtoa.c 1131 static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
1135 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 1205 static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
1209 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 1188 static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
1192 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
    [all...]
  /external/python/cpython2/Python/
dtoa.c 1205 static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
1209 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
    [all...]

Completed in 78 milliseconds