Home | History | Annotate | Download | only in libdecnumber

Lines Matching defs:DECUNRESU

317 #define DECUNRESU ((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))
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;
3625 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
7895 /* lhs is the first operand (may be DECUNRESU) */
7934 if (res!=DECUNRESU && res!=NULL) {