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

/linux-4.4.14/arch/mips/math-emu/
H A Dieee754dp.h29 #define DP_EBIAS 1023 macro
45 return DPBEXP(x) != DP_EMAX + 1 + DP_EBIAS; ieee754dp_finite()
69 assert((bx) >= DP_EMIN - 1 + DP_EBIAS builddp()
70 && (bx) <= DP_EMAX + 1 + DP_EBIAS); builddp()
H A Dieee754int.h97 if (ve == DP_EMAX+1+DP_EBIAS) { \
104 } else if (ve == DP_EMIN-1+DP_EBIAS) { \
111 ve -= DP_EBIAS; \
124 ve = DP_EMIN-1+DP_EBIAS; \
H A Ddp_fsp.c27 return builddp(xs, DP_EMAX + 1 + DP_EBIAS, ieee754dp_nan_fsp()
73 return builddp(xs, xe + DP_EBIAS, ieee754dp_fsp()
H A Dieee754d.c59 printk("e%d", DPBEXP(x) - DP_EBIAS); ieee754dp_dump()
65 printk("e%d", DPBEXP(x) - DP_EBIAS); ieee754dp_dump()
H A Ddp_fint.c55 return builddp(xs, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT); ieee754dp_fint()
H A Dieee754dp.c191 return builddp(sn, DP_EMIN - 1 + DP_EBIAS, xm); ieee754dp_format()
196 return builddp(sn, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT); ieee754dp_format()
H A Dieee754.c51 xPCNST(s, b, m, DP_EBIAS)
H A Ddp_sqrt.c94 y = x = builddp(0, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT); ieee754dp_sqrt()

Completed in 58 milliseconds