Home
last modified time | relevance | path

Searched refs:addShiftedUp (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java667 long carry = addShiftedUp(m_ints, words, other.m_ints, 0, otherLen, shift); in addShiftedByBitsSafe()
674 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp() method in LongArray
848 long carry = addShiftedUp(c, cOff, b, 0, bLen, k); in multiplyWord()
1112 addShiftedUp(c, cOff - cLen, c, cOff, cLen, 8); in modMultiply()
1322 addShiftedUp(c, ci[ciPos >>> 1], c, ci[ciPos], cLen, positions); in modMultiplyAlt()
1469 addShiftedUp(c, cOff - cLen, c, cOff, cLen, 8); in multiply()