math/big.Int.SetUint64 (method)
12 uses
math/big (current package)
int.go#L61: func (z *Int) SetUint64(x uint64) *Int {
int.go#L542: x.SetUint64(0)
int.go#L544: x.SetUint64(1)
int.go#L550: y.SetUint64(0)
int.go#L552: y.SetUint64(1)
rat.go#L62: z.a.SetUint64(mantissa)
rat.go#L348: z.a.SetUint64(x)
crypto/rand
util.go#L26: var smallPrimesProduct = new(big.Int).SetUint64(16294579238595022365)
util.go#L90: bigMod.SetUint64(delta)
util.go#L111: n.Sub(max, n.SetUint64(1))
go/constant
value.go#L394: return intVal{newInt().SetUint64(x)}
golang.org/x/tools/internal/gcimporter
iexport.go#L924: i.SetUint64(ui64)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)