Searched defs:tinytens (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | gdtoaimp.h | 564 #define tinytens __tinytens_D2A macro 565 #define tinytens __tinytens_D2A macro
|
H A D | strtod.c | 47 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
|
H A D | misc.c | 861 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 variable
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | dtoa.c | 1136 static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | dtoa.c | 1205 static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
|