Searched refs:I2F_MASK (Results 1 – 1 of 1) sorted by relevance
36 #define I2F_MASK ((1 << I2F_FRAC_BITS) - 1) macro59 fraction = ror32(x, (msb - I2F_FRAC_BITS) & 0x1f) & I2F_MASK; in int2float()