Lines Matching refs:mstatus
3098 uInt mstatus=0; /* local status */3099 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */3100 if (mstatus&DEC_Overflow) { /* result just won't fit */3104 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */