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

◆ pos_add_4() [1/2]

int32_t safe::pos_add_4 ( int32_t x,
int32_t y )
inlinestatic

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}
static int32_t pos_add_4(int32_t x, int32_t y, const char *msg)
Definition overflow.hpp:222
volatile int x

References pos_add_4(), and x.