Lines Matching refs:DEC_Underflow
2234 if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */
2250 if (status & (DEC_Overflow|DEC_Underflow)) {
2256 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal;
2258 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */
3135 if (status&DEC_Underflow) {
3139 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow);
3141 if (ae>=set->emin*2) status&=~DEC_Underflow;
3144 if (!(status&DEC_Inexact)) status&=~DEC_Underflow;
5508 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */
6009 *status&=~DEC_Underflow; /* suppress Underflow [as per 754] */
7253 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7485 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7515 if (*status&DEC_Inexact) *status|=DEC_Underflow;
7530 if (*status&DEC_Inexact) *status|=DEC_Underflow;