Macaulay2 Engine
Loading...
Searching...
No Matches

◆ over_4()

int32_t safe::over_4 ( int32_t x)
inlinestatic

Definition at line 111 of file overflow.hpp.

112{
113 return (0x80808080u & (uint32_t)x) != 0;
114}
volatile int x

References x.

Referenced by pos_add_4().