Lines Matching refs:DECUNCONT
340 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro
2609 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res; in uprv_decNumberSameQuantum()
3423 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopyAbs()
3444 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopyNegate()
3467 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopySign()
3593 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn; in uprv_decNumberTrim()
3620 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; in uprv_decNumberZero()
3660 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) { in decToString()
6640 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
7962 else if (set!=DECUNCONT
7982 if (set!=DECUNCONT) uprv_decContextSetStatus(set, DEC_Invalid_operation);