Searched refs:DECUNUSED (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/libdecnumber/ |
H A D | decNumber.c | 287 #define DECUNUSED (void *)(0xffffffff) macro 374 if (decCheckOperands (DECUNUSED, DECUNUSED, DECUNUSED, set)) in decNumberFromString() 659 if (decCheckOperands (res, DECUNUSED, rhs, set)) in decNumberAbs() 1949 if (decCheckOperands (dn, DECUNUSED, DECUNUSED, DECUNUSED)) in decNumberZero() 2014 if (decCheckOperands (DECUNUSED, dn, DECUNUSED, DECUNUSED)) in decToString() 4376 if (decCheckOperands (dn, DECUNUSED, DECUNUSED, DECUNUSED)) in decTrim() 5720 else if (set != DECUNUSED 5738 if (!bad && lhs != DECUNUSED) 5740 if (!bad && rhs != DECUNUSED) 5745 if (set != DECUNUSED) [all …]
|