Searched refs:MAX_EXP (Results 1 – 4 of 4) sorted by relevance
41 # define MAX_EXP LDBL_MAX_EXP macro53 # define MAX_EXP DBL_MAX_EXP macro65 # define MAX_EXP FLT_MAX_EXP macro76 #define EXP_MASK ((MAX_EXP - MIN_EXP) | 7)
277 if (exp > MAX_EXP) { in round()
107 public static final int MAX_EXP = 32768; field in Dfp1389 if (exp > MAX_EXP) { in round()
462 #define MAX_EXP 32767L macro735 dest->exp=MAX_EXP; in SetInternalFPFNaN()