Searched refs:SP_MBIT (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/mips/math-emu/
H A Dieee754sp.c31 qbit = (SPMANT(x) & SP_MBIT(SP_FBITS - 1)) == SP_MBIT(SP_FBITS - 1);
46 SPMANT(r) |= SP_MBIT(SP_FBITS - 1);
48 SPMANT(r) &= ~SP_MBIT(SP_FBITS - 1);
50 SPMANT(r) |= SP_MBIT(SP_FBITS - 2);
60 if (xm & (SP_MBIT(3) - 1)) {
127 xm &= ~(SP_MBIT(3) - 1);
138 if (xm & (SP_MBIT(3) - 1)) {
H A Dieee754sp.h23 #define SP_MBIT(x) ((u32)1 << (x)) macro
24 #define SP_HIDDEN_BIT SP_MBIT(SP_FBITS)
25 #define SP_SIGN_BIT SP_MBIT(31)
H A Dieee754d.c74 printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
85 printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
91 printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
H A Dsp_div.c118 for (bm = SP_MBIT(SP_FBITS + 2); bm; bm >>= 1) {
H A Dieee754int.h62 else if (ieee754_csr.nan2008 ^ !(vm & SP_MBIT(SP_FBITS - 1))) \

Completed in 189 milliseconds