Home | History | Annotate | Download | only in i18n

Lines Matching full:slhs

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