Lines Matching defs:MAX_ABS_EXP
200 MAX_ABS_EXP in absolute value get truncated to +-MAX_ABS_EXP. MAX_ABS_EXP
202 #ifndef MAX_ABS_EXP
203 #define MAX_ABS_EXP 1100000000U
208 should satisfy MAX_DIGITS + 400 < MAX_ABS_EXP; that ensures that the
216 #if MAX_ABS_EXP > INT_MAX
217 #error "MAX_ABS_EXP should fit in an int"
1554 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP)
1555 e = (int)MAX_ABS_EXP;