math/big.Int.IsInt64 (method)

5 uses

	math/big (current package)
		int.go#L444: func (x *Int) IsInt64() bool {

	crypto/rsa
		rsa.go#L298: 		if !E.IsInt64() || int64(int(e64)) != e64 {

	github.com/jackc/pgx/v5/pgtype
		numeric.go#L123: 	if !bi.IsInt64() {
		numeric.go#L747: 	if !bigInt.IsInt64() {

	go/constant
		value.go#L288: 	if x.IsInt64() {