Searched refs:MAX_ABS_EXP (Results 1 – 2 of 2) sorted by relevance
197 #ifndef MAX_ABS_EXP198 #define MAX_ABS_EXP 1100000000U macro211 #if MAX_ABS_EXP > INT_MAX1549 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()1550 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
206 #ifndef MAX_ABS_EXP207 #define MAX_ABS_EXP 1100000000U macro220 #if MAX_ABS_EXP > INT_MAX1621 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()1622 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()