DP_EBIAS           43 arch/mips/math-emu/dp_fint.c 	return builddp(xs, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
DP_EBIAS           15 arch/mips/math-emu/dp_fsp.c 	return builddp(xs, DP_EMAX + 1 + DP_EBIAS,
DP_EBIAS           61 arch/mips/math-emu/dp_fsp.c 	return builddp(xs, xe + DP_EBIAS,
DP_EBIAS           82 arch/mips/math-emu/dp_sqrt.c 	x = builddp(0, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
DP_EBIAS           38 arch/mips/math-emu/ieee754.c 	xPCNST(s, b, m, DP_EBIAS)
DP_EBIAS           47 arch/mips/math-emu/ieee754d.c 		printk("e%d", DPBEXP(x) - DP_EBIAS);
DP_EBIAS           53 arch/mips/math-emu/ieee754d.c 		printk("e%d", DPBEXP(x) - DP_EBIAS);
DP_EBIAS          190 arch/mips/math-emu/ieee754dp.c 		return builddp(sn, DP_EMIN - 1 + DP_EBIAS, xm);
DP_EBIAS          195 arch/mips/math-emu/ieee754dp.c 		return builddp(sn, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
DP_EBIAS           33 arch/mips/math-emu/ieee754dp.h 	return DPBEXP(x) != DP_EMAX + 1 + DP_EBIAS;
DP_EBIAS           61 arch/mips/math-emu/ieee754dp.h 	assert((bx) >= DP_EMIN - 1 + DP_EBIAS
DP_EBIAS           62 arch/mips/math-emu/ieee754dp.h 	       && (bx) <= DP_EMAX + 1 + DP_EBIAS);
DP_EBIAS           96 arch/mips/math-emu/ieee754int.h 	if (ve == DP_EMAX+1+DP_EBIAS) {					\
DP_EBIAS          103 arch/mips/math-emu/ieee754int.h 	} else if (ve == DP_EMIN-1+DP_EBIAS) {				\
DP_EBIAS          110 arch/mips/math-emu/ieee754int.h 		ve -= DP_EBIAS;						\
DP_EBIAS          124 arch/mips/math-emu/ieee754int.h 			ve = DP_EMIN-1+DP_EBIAS;			\