Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c264 #define Quick_max 14 macro
2441 if (ilim >= 0 && ilim <= Quick_max && try_quick) { in _Py_dg_dtoa()
/external/python/cpython2/Python/
Ddtoa.c269 #define Quick_max 14 macro
2539 if (ilim >= 0 && ilim <= Quick_max && try_quick) { in _Py_dg_dtoa()