Searched refs:DECUNCONT (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c319 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro
2581 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res;
3388 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3409 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3432 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3558 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3585 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
3625 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
6592 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
7897 /* set is the context (may be DECUNCONT) */
[all...]

Completed in 158 milliseconds