Macaulay2 Engine
Loading...
Searching...
No Matches
◆
over_4()
int32_t safe::over_4
(
int32_t
x
)
inline
static
Definition at line
111
of file
overflow.hpp
.
112
{
113
return
(0x80808080u & (uint32_t)
x
) != 0;
114
}
x
volatile int x
Definition
overflow-test.cpp:68
References
x
.
Referenced by
pos_add_4()
.
safe
Generated on
for Macaulay2 Engine by
1.15.0