Searched refs:carry (Results 1 – 4 of 4) sorted by relevance
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 …]
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