MCPcopy Create free account
hub / github.com/cockroachdb/apd / Overflow

Method Overflow

condition.go:69–69  ·  view source on GitHub ↗

Overflow returns true if the Overflow flag is set.

()

Source from the content-addressed store, hash-verified

67
68// Overflow returns true if the Overflow flag is set.
69func (r Condition) Overflow() bool { return r&Overflow != 0 }
70
71// Underflow returns true if the Underflow flag is set.
72func (r Condition) Underflow() bool { return r&Underflow != 0 }

Callers 4

gdaTestFunction · 0.95
negateOverflowFlagsMethod · 0.95
ExampleContext_overflowFunction · 0.80
QuantizeMethod · 0.80

Calls

no outgoing calls

Tested by 2

gdaTestFunction · 0.76
ExampleContext_overflowFunction · 0.64