Searched refs:FLOAT_MAX_EXP (Results 1 – 5 of 5) sorted by relevance
116 # define FLOAT_MAX_EXP __LDBL_MAX_EXP__ macro133 # define FLOAT_MAX_EXP __DBL_MAX_EXP__ macro146 # define FLOAT_MAX_EXP __FLT_MAX_EXP__ macro370 #define MAX_POSSIBLE_EXP (FLOAT_MAX_EXP + FLOAT_MANT_DIG * 4) in conv_flt()461 if (exp >= FLOAT_MAX_EXP) { in conv_flt()468 exp += (FLOAT_MAX_EXP - 1); in conv_flt()
31 #define FLOAT_MAX_EXP __FLT_MAX_EXP__ macro
73 #define FLOAT_MAX_EXP _FLOAT64_MAX_EXP macro
301 if (spread + ILOGB(r.hi) > -(FLOAT_MAX_EXP - FLOAT_DENORM_BIAS)) in FMA()
61 #define FLOAT_MAX_EXP __LDBL_MAX_EXP__ macro