Searched refs:carry (Results 1 – 10 of 10) sorted by relevance
298 long carry = (v0 & LONG_MASK) * pow5; in valueOfMulPow52() local299 v0 = (int) carry; in valueOfMulPow52()300 carry >>>= 32; in valueOfMulPow52()301 carry = (v1 & LONG_MASK) * pow5 + carry; in valueOfMulPow52()302 v1 = (int) carry; in valueOfMulPow52()303 int v2 = (int) (carry >>> 32); in valueOfMulPow52()1199 long carry = 0L; in add() local1201 carry += (i < big.offset ? 0L : (big.data[i - big.offset] & LONG_MASK) ) in add()1203 r[i] = (int) carry; in add()1204 carry >>= 32; // signed shift. in add()[all …]
328 int carry = 0; in compareHalf() local333 carry = 0x80000000; in compareHalf()342 long hb = ((bv >>> 1) + carry) & LONG_MASK; in compareHalf()346 carry = (bv & 1) << 31; // carray will be either 0x80000000 or 0 in compareHalf()348 return carry == 0 ? 0 : -1; in compareHalf()626 long carry = 0; in divadd() local630 (result[j+offset] & LONG_MASK) + carry; in divadd()632 carry = sum >>> 32; in divadd()634 return (int)carry; in divadd()644 long carry = 0; in mulsub() local[all …]
643 long carry = 0; in destructiveMulAdd() local645 product = ylong * (x[i] & LONG_MASK) + carry; in destructiveMulAdd()647 carry = product >>> 32; in destructiveMulAdd()653 carry = sum >>> 32; in destructiveMulAdd()655 sum = (x[i] & LONG_MASK) + carry; in destructiveMulAdd()657 carry = sum >>> 32; in destructiveMulAdd()1391 boolean carry = (sum >>> 32 != 0); field in BigInteger1392 while (xIndex > 0 && carry)1393 carry = ((result[--xIndex] = x[xIndex] + 1) == 0); field in BigInteger1398 if (carry) {[all …]
78 uint64_t carry; in addHighPrecision() local90 carry = 0; in addHighPrecision()97 arg1[index] = temp3 + carry; in addHighPrecision()99 carry = 0; in addHighPrecision()101 carry = 1; in addHighPrecision()104 if (!carry) in addHighPrecision()
98 (b) You must cause any modified files to carry prominent notices
95 a) You must cause the modified files to carry prominent notices
91 a) You must cause the modified files to carry prominent notices stating
345 // Android-changed: Android's DirectByteBuffers carry a MemoryRef.
99 a) You must cause the modified files to carry prominent notices stating