Searched refs:carry (Results 1 – 7 of 7) 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 …]
323 int carry = 0; in compareHalf() local328 carry = 0x80000000; in compareHalf()337 long hb = ((bv >>> 1) + carry) & LONG_MASK; in compareHalf()341 carry = (bv & 1) << 31; // carray will be either 0x80000000 or 0 in compareHalf()343 return carry == 0 ? 0 : -1; in compareHalf()621 long carry = 0; in divadd() local625 (result[j+offset] & LONG_MASK) + carry; in divadd()627 carry = sum >>> 32; in divadd()629 return (int)carry; in divadd()639 long carry = 0; in mulsub() local[all …]
578 long carry = 0; in destructiveMulAdd() local580 product = ylong * (x[i] & LONG_MASK) + carry; in destructiveMulAdd()582 carry = product >>> 32; in destructiveMulAdd()588 carry = sum >>> 32; in destructiveMulAdd()590 sum = (x[i] & LONG_MASK) + carry; in destructiveMulAdd()592 carry = sum >>> 32; in destructiveMulAdd()1305 boolean carry = (sum >>> 32 != 0); field in BigInteger1306 while (xIndex > 0 && carry)1307 carry = ((result[--xIndex] = x[xIndex] + 1) == 0); field in BigInteger1312 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
91 a) You must cause the modified files to carry prominent notices stating
377 a) You must cause the modified files to carry prominent notices stating