Lines Matching defs:decCompareOp
238 static decNumber * decCompareOp(decNumber *, const decNumber *,
867 decCompareOp(res, lhs, rhs, set, COMPARE, &status);
887 decCompareOp(res, lhs, rhs, set, COMPSIG, &status);
908 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status);
970 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status);
1540 decCompareOp(res, lhs, rhs, set, COMPMAX, &status);
1563 decCompareOp(res, lhs, rhs, set, COMPMAXMAG, &status);
1586 decCompareOp(res, lhs, rhs, set, COMPMIN, &status);
1609 decCompareOp(res, lhs, rhs, set, COMPMINMAG, &status);
3017 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */
3032 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */
3068 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
5763 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */
5969 /* decCompareOp -- compare, min, or max two Numbers */
5998 decNumber * decCompareOp(decNumber *res, const decNumber *lhs,
6149 } /* decCompareOp */