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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754d.c47 #define SP_MBIT(x) ((u32)1 << (x)) macro
48 #define SP_HIDDEN_BIT SP_MBIT(SP_FBITS)
49 #define SP_SIGN_BIT SP_MBIT(31)
112 printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
123 printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
129 printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
H A Dieee754sp.c45 return (SPMANT(x) & SP_MBIT(SP_MBITS-1));
76 SPMANT(r) &= (~SP_MBIT(SP_MBITS-1));
108 if (xm & (SP_MBIT(3) - 1)) {
175 xm &= ~(SP_MBIT(3) - 1);
186 if (xm & (SP_MBIT(3) - 1)) {
H A Dieee754int.h45 #define SP_MBIT(x) ((u32)1 << (x)) macro
46 #define SP_HIDDEN_BIT SP_MBIT(SP_MBITS)
47 #define SP_SIGN_BIT SP_MBIT(31)
87 else if(vm & SP_MBIT(SP_MBITS-1)) \
H A Dsp_div.c133 for (bm = SP_MBIT(SP_MBITS + 2); bm; bm >>= 1) {

Completed in 41 milliseconds