const math.MinInt16
8 uses
math (current package)
const.go#L47: MinInt16 = -1 << 15 // -32768
github.com/jackc/pgx/v5/pgtype
builtin_wrappers.go#L47: if v.Int64 < math.MinInt16 {
int.go#L36: if n.Int64 < math.MinInt16 {
int.go#L80: if n < math.MinInt16 {
int.go#L184: if n.Int64 < math.MinInt16 {
int.go#L206: if n.Int64 < math.MinInt16 {
int.go#L937: if n < math.MinInt16 {
int.go#L1511: if n < math.MinInt16 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)