Searched refs:FLT_EXP_MASK (Results 1 – 1 of 1) sorted by relevance
41 #define FLT_EXP_MASK ((FLT_MAX_EXP - FLT_MIN_EXP) | 7) macro48 (FLT_EXP_MASK < 0x100 ? 8 : \49 FLT_EXP_MASK < 0x200 ? 9 : \50 FLT_EXP_MASK < 0x400 ? 10 : \51 FLT_EXP_MASK < 0x800 ? 11 : \52 FLT_EXP_MASK < 0x1000 ? 12 : \53 FLT_EXP_MASK < 0x2000 ? 13 : \54 FLT_EXP_MASK < 0x4000 ? 14 : \55 FLT_EXP_MASK < 0x8000 ? 15 : \56 FLT_EXP_MASK < 0x10000 ? 16 : \[all …]