math/big.Int.Int64 (method)

4 uses

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

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

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