Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c6266 uByte slhs=(lhs->bits & DECNEG); local
6275 if (slhs!=srhs) { /* signs differ */
6276 if (slhs) result=-1; /* rhs is max */
6279 else if (slhs && srhs) { /* both negative */