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

◆ fits_7() [2/2]

int32_t safe::fits_7 ( int32_t x,
const char * msg )
inlinestatic

Definition at line 74 of file overflow.hpp.

75{
76 if
77 expect_false(((uint32_t)x & ~0x7f) != 0) ov(msg);
78 return x;
79}
return(void *) result
void ov(const char *msg)
Definition overflow.cpp:5
volatile int x
#define expect_false(x)
Definition overflow.hpp:66

References expect_false, ov(), and x.

Referenced by fits_7(), and MO_pack4().