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

/libcore/luni/src/main/native/
H A Dcbigint.cpp136 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has
139 uint64_t carry; local
151 carry = 0;
158 arg1[index] = temp3 + carry;
160 carry = 0;
162 carry = 1;
165 if (!carry)

Completed in 61 milliseconds