Home
last modified time | relevance | path

Searched refs:DECUNUSED (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/libdecnumber/
H A DdecNumber.c311 #define DECUNUSED ((const decNumber *)(void *)0xffffffff) macro
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()
3738 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; in decNumberZero()
6745 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
8114 if (!bad && lhs!=DECUNUSED) bad=(decCheckNumber(lhs));
[all …]