Lines Matching refs:NewInt
15 var one = big.NewInt(1)
27 a = append(a, big.NewInt(0))
28 a = append(a, big.NewInt(1))
29 a = append(a, big.NewInt(2))
31 a = append(a, big.NewInt(-1))
32 a = append(a, big.NewInt(-2))
33 r := big.NewInt(1)
34 a = append(a, r.Lsh(r, t.bits-1).Sub(r, big.NewInt(1)))
35 r = big.NewInt(1)
36 a = append(a, r.Lsh(r, t.bits-1).Sub(r, big.NewInt(2)))
37 r = big.NewInt(1)
39 r = big.NewInt(1)
40 a = append(a, r.Lsh(r, t.bits-1).Neg(r).Add(r, big.NewInt(1)))
42 r := big.NewInt(1)
43 a = append(a, r.Lsh(r, t.bits).Sub(r, big.NewInt(1)))
44 r = big.NewInt(1)
45 a = append(a, r.Lsh(r, t.bits).Sub(r, big.NewInt(2)))