Lines Matching refs:DECUNUSED

324 #define DECUNUSED ((const decNumber *)(void *)0xffffffff)
388 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
424 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
516 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set))
750 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1061 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1122 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res;
1206 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1281 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1344 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1421 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1646 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1676 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1712 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1889 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
2331 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
2842 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
3191 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
3400 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3421 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3444 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3525 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3545 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3570 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3597 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
3637 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
5270 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
5620 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
6607 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
7911 /* rhs is the second (may be DECUNUSED) */
7944 if (!bad && lhs!=DECUNUSED) bad=(decCheckNumber(lhs));
7945 if (!bad && rhs!=DECUNUSED) bad=(decCheckNumber(rhs));