Searched refs:DP_EMIN (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754.c38 #define DP_EMIN (-1022) macro
60 DPSTR(0, DP_EMIN - 1 + DP_EBIAS, 0, 0), /* + zero */
61 DPSTR(1, DP_EMIN - 1 + DP_EBIAS, 0, 0), /* - zero */
71 DPSTR(0, DP_EMIN + DP_EBIAS, 0, 0), /* + min normal */
72 DPSTR(1, DP_EMIN + DP_EBIAS, 0, 0), /* - min normal */
73 DPSTR(0, DP_EMIN - 1 + DP_EBIAS, 0, 1), /* + min denormal */
74 DPSTR(1, DP_EMIN - 1 + DP_EBIAS, 0, 1), /* - min denormal */
H A Dieee754dp.c139 if (xe < DP_EMIN) {
141 int es = DP_EMIN - xe;
165 if (xe == DP_EMIN - 1
182 assert(xe == DP_EMIN);
206 assert(xe >= DP_EMIN);
233 assert(xe == DP_EMIN);
236 return builddp(sn, DP_EMIN - 1 + DP_EBIAS, xm);
H A Dieee754int.h32 #define DP_EMIN (-1022) macro
125 } else if(ve == DP_EMIN-1+DP_EBIAS) {\
127 ve = DP_EMIN;\
145 ve = DP_EMIN-1+DP_EBIAS;\
H A Dieee754dp.h54 assert((bx) >= DP_EMIN - 1 + DP_EBIAS
H A Dieee754d.c33 #define DP_EMIN (-1022) macro

Completed in 50 milliseconds