Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c190 #define COMPTOTAL 0x04 /* .. */ macro
1072 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in decNumberCompareTotal()
1134 decCompareOp(res, lhs, rhs, set, COMPTOTAL, &status); in decNumberCompareTotalMag()
6185 if (op==COMPTOTAL) { /* total ordering */
6203 else if (op==COMPTOTAL) { /* total ordering, always finite */
6243 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */
6244 if (op==COMPTOTAL && result==0) {