Home
last modified time | relevance | path

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

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