Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/math-emu/
Dieee754.c40 #define SP_EMIN (-126) macro
92 SPSTR(0, SP_EMIN - 1 + SP_EBIAS, 0), /* + zero */
93 SPSTR(1, SP_EMIN - 1 + SP_EBIAS, 0), /* - zero */
103 SPSTR(0, SP_EMIN + SP_EBIAS, 0), /* + min normal */
104 SPSTR(1, SP_EMIN + SP_EBIAS, 0), /* - min normal */
105 SPSTR(0, SP_EMIN - 1 + SP_EBIAS, 1), /* + min denormal */
106 SPSTR(1, SP_EMIN - 1 + SP_EBIAS, 1), /* - min denormal */
Dieee754sp.c140 if (xe < SP_EMIN) { in ieee754sp_format()
142 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.h37 #define SP_EMIN (-126) macro
91 } else if(ve == SP_EMIN-1+SP_EBIAS) {\
93 ve = SP_EMIN;\
156 ve = SP_EMIN-1+SP_EBIAS;\
Dieee754sp.h59 assert((bx) >= SP_EMIN - 1 + SP_EBIAS in buildsp()
Dieee754d.c38 #define SP_EMIN (-126) macro