Home | History | Annotate | Download | only in i18n

Lines Matching refs:mstatus

3096       uInt mstatus=0;                        /* local status  */
3097 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */
3098 if (mstatus&DEC_Overflow) { /* result just won't fit */
3102 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */