Searched refs:EXP_BITS (Results 1 – 2 of 2) sorted by relevance
126 #define EXP_BITS 6 macro138 (((1 << (FRACT_BITS - EXP_BITS)) - 1) \139 << EXP_BITS) /*!< Mask for extracting the mantissa of a pseudo float \142 ((1 << EXP_BITS) - 1) /*!< Mask for extracting the exponent of a pseudo \150 1 << (EXP_BITS - 1))) /*!< 0.5-offset for rounding the mantissa of a \
25 #define EXP_BITS 6 macro27 #define MASK_M (((1 << (SHORT_BITS - EXP_BITS)) - 1) << EXP_BITS)28 #define MASK_FOR_EXP ((1 << EXP_BITS) - 1)31 #define ROUNDING (1 << (EXP_BITS - 1))