math/big.Int.Int64 (method)

2 uses

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

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