Searched refs:I2F_MASK (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ | ||
H A D | r600_blit.c | 36 #define I2F_MASK ((1 << I2F_FRAC_BITS) - 1) macro 59 fraction = ror32(x, (msb - I2F_FRAC_BITS) & 0x1f) & I2F_MASK; int2float() |
Completed in 47 milliseconds