Searched refs:DEC_Subnormal (Results 1 – 3 of 3) sorted by relevance
150 if (status == DEC_Subnormal) in decContextStatusToString()203 return decContextSetStatus (context, DEC_Subnormal); in decContextSetStatusFromString()
110 #define DEC_Subnormal 0x00001000 macro
1190 if (status & (DEC_Overflow | DEC_Subnormal)) in decNumberPower()1198 status ^= DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()1201 status &= ~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()5045 DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decApplyRound()5278 *status |= DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decSetSubnormal()5306 *status |= DEC_Subnormal; /* we have a non-zero subnormal */ in decSetSubnormal()