Home | History | Annotate | Download | only in i18n

Lines Matching full:slhs

6162         uByte slhs=(lhs->bits & DECNEG);
6171 if (slhs!=srhs) { /* signs differ */
6172 if (slhs) result=-1; /* rhs is max */
6175 else if (slhs && srhs) { /* both negative */