Home
last modified time | relevance | path

Searched refs:DEC_Underflow (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecContext.h151 #define DEC_Underflow 0x00002000 macro
169 #define DEC_Underflow 0x00000004 macro
188 #define DEC_IEEE_754_Underflow (DEC_Underflow)
H A DdecContext.c274 return decContextSetStatus(context, DEC_Underflow); in decContextSetStatusFromString()
325 return decContextSetStatusQuiet(context, DEC_Underflow); in decContextSetStatusFromStringQuiet()
360 if (status==DEC_Underflow ) return DEC_Condition_UN; in decContextStatusToString()
H A DdecNumber.c2202 if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decNumberPower()
2218 if (status & (DEC_Overflow|DEC_Underflow)) { in decNumberPower()
2224 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()
2226 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()
3099 if (status&DEC_Underflow) { in decNumberSquareRoot()
3103 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in decNumberSquareRoot()
3105 if (ae>=set->emin*2) status&=~DEC_Underflow; in decNumberSquareRoot()
3108 if (!(status&DEC_Inexact)) status&=~DEC_Underflow; in decNumberSquareRoot()
5463 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decExpOp()
5957 *status&=~DEC_Underflow; /* suppress Underflow [as per 754] */
[all …]
H A DdecCommon.c336 set->status|=DEC_Underflow; in decFinalize()
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecContext.h151 #define DEC_Underflow 0x00002000 macro
169 #define DEC_Underflow 0x00000004 macro
188 #define DEC_IEEE_754_Underflow (DEC_Underflow)
H A DdecContext.c274 return decContextSetStatus(context, DEC_Underflow); in decContextSetStatusFromString()
325 return decContextSetStatusQuiet(context, DEC_Underflow); in decContextSetStatusFromStringQuiet()
360 if (status==DEC_Underflow ) return DEC_Condition_UN; in decContextStatusToString()
H A DdecNumber.c2202 if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decNumberPower()
2218 if (status & (DEC_Overflow|DEC_Underflow)) { in decNumberPower()
2224 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()
2226 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()
3099 if (status&DEC_Underflow) { in decNumberSquareRoot()
3103 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in decNumberSquareRoot()
3105 if (ae>=set->emin*2) status&=~DEC_Underflow; in decNumberSquareRoot()
3108 if (!(status&DEC_Inexact)) status&=~DEC_Underflow; in decNumberSquareRoot()
5463 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decExpOp()
5957 *status&=~DEC_Underflow; /* suppress Underflow [as per 754] */
[all …]
H A DdecCommon.c336 set->status|=DEC_Underflow; in decFinalize()
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecContext.h151 #define DEC_Underflow 0x00002000 macro
169 #define DEC_Underflow 0x00000004 macro
188 #define DEC_IEEE_754_Underflow (DEC_Underflow)
H A DdecContext.c274 return decContextSetStatus(context, DEC_Underflow); in decContextSetStatusFromString()
325 return decContextSetStatusQuiet(context, DEC_Underflow); in decContextSetStatusFromStringQuiet()
360 if (status==DEC_Underflow ) return DEC_Condition_UN; in decContextStatusToString()
H A DdecNumber.c2202 if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decNumberPower()
2218 if (status & (DEC_Overflow|DEC_Underflow)) { in decNumberPower()
2224 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()
2226 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()
3099 if (status&DEC_Underflow) { in decNumberSquareRoot()
3103 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in decNumberSquareRoot()
3105 if (ae>=set->emin*2) status&=~DEC_Underflow; in decNumberSquareRoot()
3108 if (!(status&DEC_Inexact)) status&=~DEC_Underflow; in decNumberSquareRoot()
5463 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decExpOp()
5957 *status&=~DEC_Underflow; /* suppress Underflow [as per 754] */
[all …]
H A DdecCommon.c336 set->status|=DEC_Underflow; in decFinalize()
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecContext.h151 #define DEC_Underflow 0x00002000 macro
169 #define DEC_Underflow 0x00000004 macro
188 #define DEC_IEEE_754_Underflow (DEC_Underflow)
H A DdecContext.c274 return decContextSetStatus(context, DEC_Underflow); in decContextSetStatusFromString()
325 return decContextSetStatusQuiet(context, DEC_Underflow); in decContextSetStatusFromStringQuiet()
360 if (status==DEC_Underflow ) return DEC_Condition_UN; in decContextStatusToString()
H A DdecNumber.c2202 if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decNumberPower()
2218 if (status & (DEC_Overflow|DEC_Underflow)) { in decNumberPower()
2224 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()
2226 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()
3099 if (status&DEC_Underflow) { in decNumberSquareRoot()
3103 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in decNumberSquareRoot()
3105 if (ae>=set->emin*2) status&=~DEC_Underflow; in decNumberSquareRoot()
3108 if (!(status&DEC_Inexact)) status&=~DEC_Underflow; in decNumberSquareRoot()
5463 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decExpOp()
5957 *status&=~DEC_Underflow; /* suppress Underflow [as per 754] */
[all …]
H A DdecCommon.c336 set->status|=DEC_Underflow; in decFinalize()