Home
last modified time | relevance | path

Searched refs:tinytens (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtod.c46 #undef tinytens macro
47 /* The factor of 2^106 in tinytens[4] helps us avoid setting the underflow */
49 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
532 dval(&rv) *= tinytens[j];
549 dval(&rv) *= tinytens[j];
552 dval(&rv) *= tinytens[j];
555 dval(&rv) *= tinytens[j];
H A Dgdtoaimp.h585 #define tinytens __tinytens_D2A macro
586 #define tinytens __tinytens_D2A macro
591 extern CONST double bigtens[], tens[], tinytens[];
H A Dmisc.c825 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 variable
830 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 };
833 CONST double tinytens[] = { 1e-16, 1e-32 };
H A Dstrtodg.c649 dval(&rv) *= tinytens[n_bigtens-1];
657 dval(&rv) *= tinytens[j];
/third_party/python/Python/
H A Ddtoa.c1136 static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable
1140 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
1722 dval(&rv) *= tinytens[j]; in _Py_dg_strtod()

Completed in 9 milliseconds