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

/linux-4.4.14/arch/mips/math-emu/
H A Dieee754.c54 DPCNST(0, DP_EMIN - 1, 0x0000000000000ULL), /* + zero */
55 DPCNST(1, DP_EMIN - 1, 0x0000000000000ULL), /* - zero */
65 DPCNST(0, DP_EMIN, 0x0000000000000ULL), /* + min normal */
66 DPCNST(1, DP_EMIN, 0x0000000000000ULL), /* - min normal */
67 DPCNST(0, DP_EMIN - 1, 0x0000000000001ULL), /* + min denormal */
68 DPCNST(1, DP_EMIN - 1, 0x0000000000001ULL), /* - min denormal */
H A Dieee754dp.c95 if (xe < DP_EMIN) { ieee754dp_format()
97 int es = DP_EMIN - xe; ieee754dp_format()
120 if (xe == DP_EMIN - 1 && ieee754dp_format()
137 assert(xe == DP_EMIN); ieee754dp_format()
161 assert(xe >= DP_EMIN); ieee754dp_format()
188 assert(xe == DP_EMIN); ieee754dp_format()
191 return builddp(sn, DP_EMIN - 1 + DP_EBIAS, xm); ieee754dp_format()
H A Dieee754dp.h30 #define DP_EMIN (-1022) macro
69 assert((bx) >= DP_EMIN - 1 + DP_EBIAS builddp()
H A Dieee754int.h104 } else if (ve == DP_EMIN-1+DP_EBIAS) { \
106 ve = DP_EMIN; \
124 ve = DP_EMIN-1+DP_EBIAS; \

Completed in 34 milliseconds