Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 2 of 2) 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
94 temp1 = arg1[index]; in addHighPrecision()
96 temp3 = temp1 + temp2; in addHighPrecision()
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java2008 MutableBigInteger temp1 = new MutableBigInteger();
2015 evenPart.multiply(oddMod, temp1);
2016 temp1.multiply(y2, temp2);
2019 return result.divide(p, temp1);