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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754.c37 #define DP_EBIAS 1023 macro
60 DPSTR(0, DP_EMIN - 1 + DP_EBIAS, 0, 0), /* + zero */
61 DPSTR(1, DP_EMIN - 1 + DP_EBIAS, 0, 0), /* - zero */
62 DPSTR(0, DP_EBIAS, 0, 0), /* + 1.0 */
63 DPSTR(1, DP_EBIAS, 0, 0), /* - 1.0 */
64 DPSTR(0, 3 + DP_EBIAS, 0x40000, 0), /* + 10.0 */
65 DPSTR(1, 3 + DP_EBIAS, 0x40000, 0), /* - 10.0 */
66 DPSTR(0, DP_EMAX + 1 + DP_EBIAS, 0, 0), /* + infinity */
67 DPSTR(1, DP_EMAX + 1 + DP_EBIAS, 0, 0), /* - infinity */
68 DPSTR(0,DP_EMAX+1+DP_EBIAS,
[all...]
H A Ddp_fsp.c46 DP_EMAX + 1 + DP_EBIAS,
72 return builddp(xs, xe + DP_EBIAS,
H A Ddp_frexp.c52 return builddp(xs, -1 + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Ddp_modf.c64 *ip = builddp(xs, xe + DP_EBIAS,
79 return builddp(xs, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Ddp_fint.c61 return builddp(xs, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Dieee754dp.h54 assert((bx) >= DP_EMIN - 1 + DP_EBIAS
55 && (bx) <= DP_EMAX + 1 + DP_EBIAS);
H A Dieee754int.h31 #define DP_EBIAS 1023 macro
118 if(ve == DP_EMAX+1+DP_EBIAS){\
125 } else if(ve == DP_EMIN-1+DP_EBIAS) {\
132 ve -= DP_EBIAS;\
145 ve = DP_EMIN-1+DP_EBIAS;\
H A Dieee754d.c32 #define DP_EBIAS 1023 macro
85 printk("e%d", DPBEXP(x) - DP_EBIAS);
91 printk("e%d", DPBEXP(x) - DP_EBIAS);
H A Ddp_simple.c32 return DPBEXP(x) != DP_EMAX + 1 + DP_EBIAS;
H A Dieee754dp.c236 return builddp(sn, DP_EMIN - 1 + DP_EBIAS, xm);
241 return builddp(sn, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Ddp_sqrt.c96 y = x = builddp(0, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);

Completed in 33 milliseconds