Searched refs:DECUNCONT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 312 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro 2743 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res; in decNumberSameQuantum() 3542 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopyAbs() 3563 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopyNegate() 3586 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopySign() 3711 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn; in decNumberTrim() 3738 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; in decNumberZero() 3778 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) { in decToString() 6745 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; 8098 else if (set!=DECUNCONT [all …]
|