D | LongArray.java | 588 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp() method in LongArray 601 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() method in LongArray 933 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1); in modMultiplyLD() 945 shiftUp(T0, 0, T1, 0, T0.length, 4); in modMultiplyLD() 966 shiftUp(c, 0, cLen, 8); in modMultiplyLD() 980 shiftUp(c, 0, cLen, 8); in modMultiplyLD() 1065 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1); in modMultiply() 1077 shiftUp(T0, 0, T1, 0, T0.length, 4); in modMultiply() 1251 shiftUp(c, aLen, c, bOff += bMax, bMax, bank); in modMultiplyAlt() 1311 shiftUp(c, aLen, bTotal, banks); in modMultiplyAlt() [all …]
|