Searched refs:SP_EBIAS (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/math-emu/
H A Dieee754sp.h17 #define SP_EBIAS 127 macro
33 return SPBEXP(x) != SP_EMAX + 1 + SP_EBIAS;
65 assert((bx) >= SP_EMIN - 1 + SP_EBIAS
66 && (bx) <= SP_EMAX + 1 + SP_EBIAS);
H A Dieee754int.h59 if (ve == SP_EMAX+1+SP_EBIAS) { \
66 } else if (ve == SP_EMIN-1+SP_EBIAS) { \
73 ve -= SP_EBIAS; \
136 ve = SP_EMIN-1+SP_EBIAS; \
H A Dsp_fdp.c15 return buildsp(xs, SP_EMAX + 1 + SP_EBIAS,
H A Dieee754d.c86 printk("e%d", SPBEXP(x) - SP_EBIAS);
92 printk("e%d", SPBEXP(x) - SP_EBIAS);
H A Dieee754sp.c189 return buildsp(sn, SP_EMIN - 1 + SP_EBIAS, xm);
194 return buildsp(sn, xe + SP_EBIAS, xm & ~SP_HIDDEN_BIT);
H A Dieee754.c62 xPCNST(s, b, m, SP_EBIAS)

Completed in 274 milliseconds