Searched refs:DECUNUSED (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 311 #define DECUNUSED ((const decNumber *)(void *)0xffffffff) macro 375 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0; in decNumberToInt32() 411 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0; in decNumberToUInt32() 674 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set)) in decNumberFromString() 908 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberAbs() 1219 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberExp() 1280 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res; in decNumberFMA() 1364 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberInvert() 1439 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberLn() 1502 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberLogB() [all …]
|