math/big.Int.SetUint64 (method)

9 uses

	math/big (current package)
		int.go#L70: func (z *Int) SetUint64(x uint64) *Int {
		int.go#L625: 				x.SetUint64(0)
		int.go#L627: 				x.SetUint64(1)
		int.go#L633: 				y.SetUint64(0)
		int.go#L635: 				y.SetUint64(1)
		rat.go#L62: 	z.a.SetUint64(mantissa)
		rat.go#L348: 	z.a.SetUint64(x)

	crypto/rand
		util.go#L67: 	n.Sub(max, n.SetUint64(1))

	crypto/x509
		oid.go#L307: 			bigVal = bigVal.SetUint64(val)