Home
last modified time | relevance | path

Searched refs:Ten_pmax (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoaimp.h315 /* Ten_pmax = floor(P*log(2)/log(5)) */
334 #define Ten_pmax 22 macro
373 #define Ten_pmax 22 macro
398 #define Ten_pmax 24 macro
H A Dstrtodg.c561 if (e <= Ten_pmax) {
574 if (e <= Ten_pmax + i) {
603 else if (e >= -Ten_pmax) {
H A Dstrtod.c370 if (e <= Ten_pmax) {
386 if (e <= Ten_pmax + i) {
417 else if (e >= -Ten_pmax) {
/third_party/python/Python/
H A Ddtoa.c236 /* Ten_pmax = floor(P*log(2)/log(5)) */
257 #define Ten_pmax 22 macro
1649 if (e <= Ten_pmax) { in _Py_dg_strtod()
1654 if (e <= Ten_pmax + i) { in _Py_dg_strtod()
1664 else if (e >= -Ten_pmax) { in _Py_dg_strtod()
2376 if (k >= 0 && k <= Ten_pmax) { in _Py_dg_dtoa()

Completed in 6 milliseconds