Searched refs:temp1 (Results 1 – 2 of 2) sorted by relevance
77 uint64_t temp1, temp2, temp3; /* temporary variables to help the SH-4, and gcc */ in addHighPrecision() local94 temp1 = arg1[index]; in addHighPrecision()96 temp3 = temp1 + temp2; in addHighPrecision()
2008 MutableBigInteger temp1 = new MutableBigInteger();2015 evenPart.multiply(oddMod, temp1);2016 temp1.multiply(y2, temp2);2019 return result.divide(p, temp1);