Searched refs:DEC_Underflow (Results 1 – 3 of 3) sorted by relevance
111 #define DEC_Underflow 0x00002000 macro129 #define DEC_IEEE_854_Underflow (DEC_Underflow)
152 if (status == DEC_Underflow) in decContextStatusToString()205 return decContextSetStatus (context, DEC_Underflow); in decContextSetStatusFromString()
1169 if (status & (DEC_Overflow | DEC_Underflow)) in decNumberPower()1198 status ^= DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()1201 status &= ~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()3763 *status &= ~DEC_Underflow; /* suppress Underflow [754r] */ in decQuantizeOp()5045 DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decApplyRound()5278 *status |= DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decSetSubnormal()5321 *status |= DEC_Underflow; in decSetSubnormal()5337 *status |= DEC_Underflow; in decSetSubnormal()