SP_EBIAS           62 arch/mips/math-emu/ieee754.c 	xPCNST(s, b, m, SP_EBIAS)
SP_EBIAS           86 arch/mips/math-emu/ieee754d.c 		printk("e%d", SPBEXP(x) - SP_EBIAS);
SP_EBIAS           92 arch/mips/math-emu/ieee754d.c 		printk("e%d", SPBEXP(x) - SP_EBIAS);
SP_EBIAS           58 arch/mips/math-emu/ieee754int.h 	if (ve == SP_EMAX+1+SP_EBIAS) {					\
SP_EBIAS           65 arch/mips/math-emu/ieee754int.h 	} else if (ve == SP_EMIN-1+SP_EBIAS) {				\
SP_EBIAS           72 arch/mips/math-emu/ieee754int.h 		ve -= SP_EBIAS;						\
SP_EBIAS          135 arch/mips/math-emu/ieee754int.h 			ve = SP_EMIN-1+SP_EBIAS;			\
SP_EBIAS          189 arch/mips/math-emu/ieee754sp.c 		return buildsp(sn, SP_EMIN - 1 + SP_EBIAS, xm);
SP_EBIAS          194 arch/mips/math-emu/ieee754sp.c 		return buildsp(sn, xe + SP_EBIAS, xm & ~SP_HIDDEN_BIT);
SP_EBIAS           33 arch/mips/math-emu/ieee754sp.h 	return SPBEXP(x) != SP_EMAX + 1 + SP_EBIAS;
SP_EBIAS           65 arch/mips/math-emu/ieee754sp.h 	assert((bx) >= SP_EMIN - 1 + SP_EBIAS
SP_EBIAS           66 arch/mips/math-emu/ieee754sp.h 	       && (bx) <= SP_EMAX + 1 + SP_EBIAS);
SP_EBIAS           15 arch/mips/math-emu/sp_fdp.c 	return buildsp(xs, SP_EMAX + 1 + SP_EBIAS,