Searched refs:BKEY_MANTISSA_BITS (Results 1 – 1 of 1) sorted by relevance
241 #define BKEY_MANTISSA_BITS (32 - BKEY_MID_BITS - BKEY_EXPONENT_BITS) macro242 #define BKEY_MANTISSA_MASK ((1 << BKEY_MANTISSA_BITS) - 1)247 unsigned int mantissa:BKEY_MANTISSA_BITS;624 f->exponent = max_t(int, f->exponent - BKEY_MANTISSA_BITS, 0); in make_bfloat()