Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c197 #ifndef MAX_ABS_EXP
198 #define MAX_ABS_EXP 1100000000U macro
211 #if MAX_ABS_EXP > INT_MAX
1548 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1549 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/external/python/cpython2/Python/
Ddtoa.c206 #ifndef MAX_ABS_EXP
207 #define MAX_ABS_EXP 1100000000U macro
220 #if MAX_ABS_EXP > INT_MAX
1621 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1622 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()