Searched refs:EXP_BITS (Results 1 – 5 of 5) sorted by relevance
38 #define EXP_BITS (32 - 6) macro39 #define MAX_EXP ((1 << (EXP_BITS - 1)) - 1)53 unsigned int uexp : EXP_BITS;58 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \59 - (1 << (EXP_BITS - 1)))61 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
2074 static REAL_VALUE_TYPE tens[EXP_BITS]; in ten_to_ptwo()2077 gcc_assert (n < EXP_BITS); in ten_to_ptwo()2106 static REAL_VALUE_TYPE tens[EXP_BITS]; in ten_to_mptwo()2109 gcc_assert (n < EXP_BITS); in ten_to_mptwo()
28091 * real.h (EXP_BITS): Make room for...28582 (EXP_BITS): Decrement.
6927 * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,
2977 * real.h (EXP_BITS): Pinch one bit to ..