Searched refs:COMPTOTAL (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 189 #define COMPTOTAL 0x04 /* .. */ macro 1071 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in decNumberCompareTotal() 1133 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in decNumberCompareTotalMag() 6184 if (op==COMPTOTAL) { /* total ordering */ 6202 else if (op==COMPTOTAL) { /* total ordering, always finite */ 6242 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */ 6243 if (op==COMPTOTAL && result==0) {
|