Searched refs:DECEMIN (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecSingle.c35 #define DECEMIN DECSINGLE_Emin macro
H A DdecQuad.c37 #define DECEMIN DECQUAD_Emin macro
H A DdecDouble.c37 #define DECEMIN DECDOUBLE_Emin macro
H A DdecCommon.c335 if (num->exponent<DECEMIN && (num->exponent+(ulsd-umsd+1)-1)<DECEMIN)
761 if (exp<DECEMIN-DECPMAX+1) return NULL;
H A DdecBasic.c1648 if (exp>=DECEMIN) { /* is normal */
2438 return (exp>=DECEMIN); /* < DECEMIN is subnormal */
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecSingle.c35 #define DECEMIN DECSINGLE_Emin macro
H A DdecQuad.c37 #define DECEMIN DECQUAD_Emin macro
H A DdecDouble.c37 #define DECEMIN DECDOUBLE_Emin macro
H A DdecCommon.c335 if (num->exponent<DECEMIN && (num->exponent+(ulsd-umsd+1)-1)<DECEMIN)
761 if (exp<DECEMIN-DECPMAX+1) return NULL;
H A DdecBasic.c1648 if (exp>=DECEMIN) { /* is normal */
2438 return (exp>=DECEMIN); /* < DECEMIN is subnormal */
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecSingle.c35 #define DECEMIN DECSINGLE_Emin macro
H A DdecDouble.c37 #define DECEMIN DECDOUBLE_Emin macro
H A DdecQuad.c37 #define DECEMIN DECQUAD_Emin macro
H A DdecCommon.c335 if (num->exponent<DECEMIN && (num->exponent+(ulsd-umsd+1)-1)<DECEMIN)
761 if (exp<DECEMIN-DECPMAX+1) return NULL;
H A DdecBasic.c1648 if (exp>=DECEMIN) { /* is normal */
2438 return (exp>=DECEMIN); /* < DECEMIN is subnormal */
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecSingle.c35 #define DECEMIN DECSINGLE_Emin macro
H A DdecDouble.c37 #define DECEMIN DECDOUBLE_Emin macro
H A DdecQuad.c37 #define DECEMIN DECQUAD_Emin macro
H A DdecCommon.c335 if (num->exponent<DECEMIN && (num->exponent+(ulsd-umsd+1)-1)<DECEMIN)
761 if (exp<DECEMIN-DECPMAX+1) return NULL;
H A DdecBasic.c1648 if (exp>=DECEMIN) { /* is normal */
2438 return (exp>=DECEMIN); /* < DECEMIN is subnormal */

Completed in 402 milliseconds