Home | History | Annotate | Download | only in big

Lines Matching refs:Repeat

1474 		n, _ := new(Int).SetString("1"+strings.Repeat("0", i), 10)
1476 root, _ := new(Int).SetString("1"+strings.Repeat("0", i/2), 10)
1491 n, _ := new(Int).SetString("1"+strings.Repeat("0", 1001), 10)