Searched refs:SPMANT (Results 1 - 3 of 3) 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.c54 #define SPMANT(sp) (sp.parts.mant) macro
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));
97 if (SPMANT(x) > SPMANT(y))
H A Dieee754int.h52 #define SPMANT(sp) (sp.parts.mant) macro
83 vm = SPMANT(v);\

Completed in 66 milliseconds