Home
last modified time | relevance | path

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

/third_party/python/Python/
Ddtoa.c201 #ifndef MAX_ABS_EXP
202 #define MAX_ABS_EXP 1100000000U macro
215 #if MAX_ABS_EXP > INT_MAX
1553 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1554 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()