Lines Matching defs:DECUNUSED
318 #define DECUNUSED ((const decNumber *)(void *)0xffffffff)
382 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
418 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
510 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set))
744 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1055 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1116 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res;
1200 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1275 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1338 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1413 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1637 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1667 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1703 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1880 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
2322 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
2831 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
3179 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
3388 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3409 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3432 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3513 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3533 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3558 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3585 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
3625 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
5258 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
5606 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
6592 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
7896 /* rhs is the second (may be DECUNUSED) */
7929 if (!bad && lhs!=DECUNUSED) bad=(decCheckNumber(lhs));
7930 if (!bad && rhs!=DECUNUSED) bad=(decCheckNumber(rhs));