Searched refs:temp1 (Results 1 – 2 of 2) sorted by relevance
211 long temp1 = (result11 << 32) in toDecimalScaledString() local213 long res = divideLongByBillion(temp1); in toDecimalScaledString()
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()