Searched refs:MAX_ABS_EXP (Results 1 – 1 of 1) sorted by relevance
201 #ifndef MAX_ABS_EXP202 #define MAX_ABS_EXP 1100000000U macro215 #if MAX_ABS_EXP > INT_MAX1553 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()1554 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()