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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c318 #define DECUNUSED ((const decNumber *)(void *)0xffffffff) macro
382 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
418 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
510 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set))
744 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1055 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1116 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res;
1200 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1275 if (decCheckOperands(res, DECUNUSED, rh
[all...]

Completed in 44 milliseconds