Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfloatobject.c1086 #define FIVE_POW_LIMIT 22 macro
1151 else if (ndigits >= -FIVE_POW_LIMIT) { in _Py_double_round()
1228 #undef FIVE_POW_LIMIT