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

◆ over_2()

int32_t safe::over_2 ( int32_t x)
inlinestatic

Definition at line 107 of file overflow.hpp.

108{
109 return (0x80008000u & (uint32_t)x) != 0;
110}
volatile int x

References x.

Referenced by pos_add_2().