Home | History | Annotate | Download | only in Support

Lines Matching full:srhs

2692                 integerPart *remainder, integerPart *srhs,
2698 assert(lhs != remainder && lhs != srhs && remainder != srhs);
2708 tcAssign(srhs, rhs, parts);
2709 tcShiftLeft(srhs, parts, shiftCount);
2713 /* Loop, subtracting SRHS if REMAINDER is greater and adding that to
2718 compare = tcCompare(remainder, srhs, parts);
2720 tcSubtract(remainder, srhs, 0, parts);
2727 tcShiftRight(srhs, parts, 1);