Searched defs:temp1 (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
138 uint64_t temp1, temp2, temp3; /* temporary variables to help the SH-4, and gcc */ local
155 temp1 = arg1[index];
157 temp3 = temp1 + temp2;

Completed in 49 milliseconds