Home | History | Annotate | Download | only in i18n

Lines Matching refs:DEC_Overflow

2234         if (status & (DEC_Overflow|DEC_Underflow)) { /* interesting?  */
2235 if (status&DEC_Overflow || ISZERO(dac)) break;
2250 if (status & (DEC_Overflow|DEC_Underflow)) {
2255 if (status & DEC_Overflow)
2256 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal;
2259 status|=DEC_Overflow;
3031 if (rstatus&DEC_Overflow) {
3100 if (mstatus&DEC_Overflow) { /* result just won't fit */
5508 if (*status & (DEC_Overflow|DEC_Underflow)) { /* interesting? */
5509 if (*status&DEC_Overflow || ISZERO(t)) break;}
7430 *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;