math/big.Int.Int64 (method)

6 uses

	math/big (current package)
		int.go#L422: func (x *Int) Int64() int64 {

	crypto/rsa
		rsa.go#L297: 		e64 := E.Int64()

	github.com/aws/aws-sdk-go-v2/internal/rand
		rand.go#L26: 	return float64(bi.Int64()) / (1 << 53), nil

	github.com/aws/smithy-go/rand
		rand.go#L24: 	return bi.Int64(), nil

	go/constant
		value.go#L289: 		return int64Val(x.Int64())
		value.go#L512: 		return x.val.Int64(), false // not an int64Val and thus not exact