math/big.Int.SetUint64 (method)
13 uses
math/big (current package)
int.go#L70: func (z *Int) SetUint64(x uint64) *Int {
int.go#L632: x.SetUint64(0)
int.go#L634: x.SetUint64(1)
int.go#L640: y.SetUint64(0)
int.go#L642: y.SetUint64(1)
rat.go#L62: z.a.SetUint64(mantissa)
rat.go#L352: z.a.SetUint64(x)
crypto/rand
util.go#L76: n.Sub(max, n.SetUint64(1))
crypto/x509
oid.go#L317: bigVal = bigVal.SetUint64(val)
github.com/jackc/pgx/v5/pgtype
builtin_wrappers.go#L247: return Numeric{Int: new(big.Int).SetUint64(uint64(w)), Valid: true}, nil
builtin_wrappers.go#L306: return Numeric{Int: new(big.Int).SetUint64(uint64(w)), Valid: true}, nil
go/constant
value.go#L406: return intVal{newInt().SetUint64(x)}
golang.org/x/tools/internal/gcimporter
iexport.go#L1314: i.SetUint64(ui64)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)