Searched refs:MAXINTFITSF (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.c72 #define MAXINTFITSF ((lua_Unsigned)1 << NBM) macro
74 /* check whether 'i' is in the interval [-MAXINTFITSF, MAXINTFITSF] */
75 #define l_intfitsf(i) ((MAXINTFITSF + l_castS2U(i)) <= (2 * MAXINTFITSF))

Completed in 55 milliseconds