Searched refs:temp3 (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dcbigint.cpp77 uint64_t temp1, temp2, temp3; /* temporary variables to help the SH-4, and gcc */ local
96 temp3 = temp1 + temp2;
97 arg1[index] = temp3 + carry;

Completed in 48 milliseconds