Searched refs:DECUNCONT (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 311 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro 2742 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res; in decNumberSameQuantum() 3541 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopyAbs() 3562 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopyNegate() 3585 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopySign() 3710 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn; in decNumberTrim() 3737 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; in decNumberZero() 3777 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) { in decToString() 6744 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; 8097 else if (set!=DECUNCONT [all …]
|