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

/linux-master/arch/mips/math-emu/
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 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);
H A Dieee754sp.h29 #define SPMANT(sp) (sp.mant) macro
H A Dieee754int.h58 vm = SPMANT(v); \

Completed in 279 milliseconds