Macaulay2 Engine
Loading...
Searching...
No Matches
◆
over_2()
int32_t safe::over_2
(
int32_t
x
)
inline
static
Definition at line
107
of file
overflow.hpp
.
108
{
109
return
(0x80008000u & (uint32_t)
x
) != 0;
110
}
x
volatile int x
Definition
overflow-test.cpp:68
References
x
.
Referenced by
pos_add_2()
.
safe
Generated on
for Macaulay2 Engine by
1.15.0