Searched refs:shiftInv (Results 1 – 1 of 1) sorted by relevance
590 int shiftInv = 64 - shift; in shiftUp() local596 prev = next >>> shiftInv; in shiftUp()603 int shiftInv = 64 - shift; in shiftUp() local609 prev = next >>> shiftInv; in shiftUp()676 int shiftInv = 64 - shift; in addShiftedUp() local682 prev = next >>> shiftInv; in addShiftedUp()689 int shiftInv = 64 - shift; in addShiftedDown() local696 prev = next << shiftInv; in addShiftedDown()