Home
last modified time | relevance | path

Searched refs:Ten_pmax (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Ddtoa.c252 #define Ten_pmax 22 macro
1644 if (e <= Ten_pmax) { in _Py_dg_strtod()
1649 if (e <= Ten_pmax + i) { in _Py_dg_strtod()
1659 else if (e >= -Ten_pmax) { in _Py_dg_strtod()
2400 if (k >= 0 && k <= Ten_pmax) { in _Py_dg_dtoa()
/external/python/cpython2/Python/
Ddtoa.c261 #define Ten_pmax 22 macro
1717 if (e <= Ten_pmax) { in _Py_dg_strtod()
1722 if (e <= Ten_pmax + i) { in _Py_dg_strtod()
1732 else if (e >= -Ten_pmax) { in _Py_dg_strtod()
2473 if (k >= 0 && k <= Ten_pmax) { in _Py_dg_dtoa()