Home | History | Annotate | Download | only in i18n

Lines Matching refs:DEC_Overflow

2228         if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting?  */
2229 DEC_Overflow || ISZERO(dac)) break;
2244 if (status & (DEC_Overflow|DEC_Underflow)) {
2249 if (status & DEC_Overflow)
2250 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal;
2253 status|=DEC_Overflow;
3025 if (rstatus&DEC_Overflow) {
3094 if (mstatus&DEC_Overflow) { /* result just won't fit */
5502 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */
5503 if (*status&DEC_Overflow || ISZERO(t)) break;}
7424 *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;