Macaulay2 Engine
Loading...
Searching...
No Matches
◆
pos_add_4()
[1/2]
int32_t safe::pos_add_4
(
int32_t
x
,
int32_t
y
)
inline
static
Definition at line
230
of file
overflow.hpp
.
231
{
232
return
pos_add_4
(
233
x
, y,
"monomial exponent overflow: pos int32_t + pos int32_t, packed 4"
);
234
}
safe::pos_add_4
static int32_t pos_add_4(int32_t x, int32_t y, const char *msg)
Definition
overflow.hpp:222
x
volatile int x
Definition
overflow-test.cpp:68
References
pos_add_4()
, and
x
.
safe
Generated on
for Macaulay2 Engine by
1.15.0