Home | History | Annotate | Download | only in i18n

Lines Matching refs:DEC_Underflow

2228         if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting?  */
2244 if (status & (DEC_Overflow|DEC_Underflow)) {
2250 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal;
2252 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */
3129 if (status&DEC_Underflow) {
3133 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow);
3135 if (ae>=set->emin*2) status&=~DEC_Underflow;
3138 if (!(status&DEC_Inexact)) status&=~DEC_Underflow;
5502 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */
6003 *status&=~DEC_Underflow; /* suppress Underflow [as per 754] */
7247 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7479 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7509 if (*status&DEC_Inexact) *status|=DEC_Underflow;
7524 if (*status&DEC_Inexact) *status|=DEC_Underflow;