Searched defs:carry (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dcbigint.cpp75 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has
78 uint64_t carry; local
90 carry = 0;
97 arg1[index] = temp3 + carry;
99 carry = 0;
101 carry = 1;
104 if (!carry)

Completed in 122 milliseconds