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

◆ fits_15() [2/2]

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

Definition at line 80 of file overflow.hpp.

81{
82 if
83 expect_false(((uint32_t)x & ~0x7fff) != 0) ov(msg);
84 return x;
85}
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_15(), and MO_pack2().