Home | History | Annotate | Download | only in shootout

Lines Matching full:tmp1

50 	tmp1  = big.NewInt(0)
67 tmp1.Lsh(numer, 1)
68 tmp1.Add(tmp1, numer)
69 tmp1.Add(tmp1, accum)
70 tmp1.DivMod(tmp1, denom, tmp2)
80 return tmp1.Int64()
87 tmp1.Lsh(numer, 1)
88 accum.Add(accum, tmp1)