Home | History | Annotate | Download | only in embenchen

Lines Matching full:tempint

554 // tempInt is used for 32-bit signed values or smaller. tempBigInt is used
555 // for 32-bit unsigned values or more than 32 bits. TODO: audit all uses of tempInt
556 var tempValue, tempInt, tempBigInt, tempInt2, tempBigInt2, tempPair, tempBigIntI, tempBigIntR, tempBigIntS, tempBigIntP, tempBigIntD, tempDouble, tempFloat;
6060 var tempInt = 0, tempBigInt = 0, tempBigIntP = 0, tempBigIntS = 0, tempBigIntR = 0.0, tempBigIntI = 0, tempBigIntD = 0, tempValue = 0, tempDouble = 0.0;