Home
last modified time | relevance | path

Searched refs:SP_EMIN (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/mips/math-emu/
Dieee754.c41 #define SP_EMIN (-126) macro
79 SPSTR(0, SP_EMIN - 1 + SP_EBIAS, 0), /* + zero */
80 SPSTR(1, SP_EMIN - 1 + SP_EBIAS, 0), /* - zero */
90 SPSTR(0, SP_EMIN + SP_EBIAS, 0), /* + min normal */
91 SPSTR(1, SP_EMIN + SP_EBIAS, 0), /* - min normal */
92 SPSTR(0, SP_EMIN - 1 + SP_EBIAS, 1), /* + min denormal */
93 SPSTR(1, SP_EMIN - 1 + SP_EBIAS, 1), /* - min denormal */
Dieee754sp.c141 if (xe < SP_EMIN) { in ieee754sp_format()
143 int es = SP_EMIN - xe; in ieee754sp_format()
166 if (xe == SP_EMIN - 1 in ieee754sp_format()
182 assert(xe == SP_EMIN); in ieee754sp_format()
206 assert(xe >= SP_EMIN); in ieee754sp_format()
233 assert(xe == SP_EMIN); in ieee754sp_format()
236 return buildsp(sn, SP_EMIN - 1 + SP_EBIAS, xm); in ieee754sp_format()
Dieee754int.h36 #define SP_EMIN (-126) macro
90 } else if(ve == SP_EMIN-1+SP_EBIAS) {\
92 ve = SP_EMIN;\
155 ve = SP_EMIN-1+SP_EBIAS;\
Dieee754sp.h58 assert((bx) >= SP_EMIN - 1 + SP_EBIAS in buildsp()
Dieee754d.c37 #define SP_EMIN (-126) macro