Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c261 #define Int_max 14 macro
2566 if (be >= 0 && k <= Int_max) { in _Py_dg_dtoa()
/external/python/cpython2/Python/
Ddtoa.c270 #define Int_max 14 macro
2639 if (be >= 0 && k <= Int_max) { in _Py_dg_dtoa()