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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.c59 #define NBM (l_floatatt(MANT_DIG)) macro
63 ** (maxinteger >> NBM) > 0. (That implies (1 << NBM) <= maxinteger.)
65 ** of an integer. In a worst case, NBM == 113 for long double and
68 #if ((((LUA_MAXINTEGER >> (NBM / 4)) >> (NBM / 4)) >> (NBM / 4)) \
69 >> (NBM - (3 * (NBM / 4)))) > 0
72 #define MAXINTFITSF ((lua_Unsigned)1 << NBM)
[all...]

Completed in 137 milliseconds