Home | History | Annotate | Download | only in Support

Lines Matching refs:srhs

2709                 integerPart *remainder, integerPart *srhs,
2715 assert(lhs != remainder && lhs != srhs && remainder != srhs);
2725 tcAssign(srhs, rhs, parts);
2726 tcShiftLeft(srhs, parts, shiftCount);
2730 /* Loop, subtracting SRHS if REMAINDER is greater and adding that to
2735 compare = tcCompare(remainder, srhs, parts);
2737 tcSubtract(remainder, srhs, 0, parts);
2744 tcShiftRight(srhs, parts, 1);