Searched refs:DP_EBIAS (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/mips/math-emu/
H A Ddp_fsp.c15 return builddp(xs, DP_EMAX + 1 + DP_EBIAS,
61 return builddp(xs, xe + DP_EBIAS,
H A Dieee754dp.h17 #define DP_EBIAS 1023 macro
33 return DPBEXP(x) != DP_EMAX + 1 + DP_EBIAS;
61 assert((bx) >= DP_EMIN - 1 + DP_EBIAS
62 && (bx) <= DP_EMAX + 1 + DP_EBIAS);
H A Ddp_fint.c43 return builddp(xs, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Dieee754int.h97 if (ve == DP_EMAX+1+DP_EBIAS) { \
104 } else if (ve == DP_EMIN-1+DP_EBIAS) { \
111 ve -= DP_EBIAS; \
125 ve = DP_EMIN-1+DP_EBIAS; \
H A Dieee754d.c47 printk("e%d", DPBEXP(x) - DP_EBIAS);
53 printk("e%d", DPBEXP(x) - DP_EBIAS);
H A Dieee754dp.c190 return builddp(sn, DP_EMIN - 1 + DP_EBIAS, xm);
195 return builddp(sn, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Dieee754.c38 xPCNST(s, b, m, DP_EBIAS)
H A Ddp_sqrt.c81 x = builddp(0, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);

Completed in 93 milliseconds