Lines Matching full:tempint
584 // tempInt is used for 32-bit signed values or smaller. tempBigInt is used
585 // for 32-bit unsigned values or more than 32 bits. TODO: audit all uses of tempInt
586 var tempValue, tempInt, tempBigInt, tempInt2, tempBigInt2, tempPair, tempBigIntI, tempBigIntR, tempBigIntS, tempBigIntP, tempBigIntD, tempDouble, tempFloat;
5687 var tempInt = 0, tempBigInt = 0, tempBigIntP = 0, tempBigIntS = 0, tempBigIntR = 0.0, tempBigIntI = 0, tempBigIntD = 0, tempValue = 0, tempDouble = 0.0;