Lines Matching refs:srhs
2696 integerPart *remainder, integerPart *srhs,
2702 assert(lhs != remainder && lhs != srhs && remainder != srhs);
2712 tcAssign(srhs, rhs, parts);
2713 tcShiftLeft(srhs, parts, shiftCount);
2717 /* Loop, subtracting SRHS if REMAINDER is greater and adding that to
2722 compare = tcCompare(remainder, srhs, parts);
2724 tcSubtract(remainder, srhs, 0, parts);
2731 tcShiftRight(srhs, parts, 1);