Searched refs:MAX_EXP (Results 1 – 7 of 7) sorted by relevance
132 const unsigned int MAX_EXP = 0x7FFu; /* 1^11-1 */ in strtod_rl() local198 if (likely (exp * 10 + ((*p) - '0') <= MAX_EXP)) in strtod_rl()
53 if (likely (exp * 10 + (fc - '0') <= MAX_EXP))105 const unsigned int MAX_EXP = 0x7FFu; /* 1^11-1 */
277 if (exp > MAX_EXP) { in round()
107 public static final int MAX_EXP = 32768; field in Dfp1389 if (exp > MAX_EXP) { in round()
161 pub const MAX_EXP: i32 = f16::MAX_EXP; constant707 pub const MAX_EXP: i32 = 16; constant
398 pub const MAX_EXP: i32 = 128; constant
87 - Corrected values of constants `EPSILON`, `MAX_10_EXP`, `MAX_EXP`, `MIN_10_EXP`, and `MIN_EXP`