Lines Matching refs:DEC_Underflow
2230 if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in uprv_decNumberPower()
2246 if (status & (DEC_Overflow|DEC_Underflow)) { in uprv_decNumberPower()
2252 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; in uprv_decNumberPower()
2254 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in uprv_decNumberPower()
3131 if (status&DEC_Underflow) { in uprv_decNumberSquareRoot()
3135 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in uprv_decNumberSquareRoot()
3137 if (ae>=set->emin*2) status&=~DEC_Underflow; in uprv_decNumberSquareRoot()
3140 if (!(status&DEC_Inexact)) status&=~DEC_Underflow; in uprv_decNumberSquareRoot()
5504 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */ in decExpOp()
6005 *status&=~DEC_Underflow; /* suppress Underflow [as per 754] */
7249 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7481 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7511 if (*status&DEC_Inexact) *status|=DEC_Underflow;
7526 if (*status&DEC_Inexact) *status|=DEC_Underflow;