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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.c53 ** 'l_intfitsf' checks whether a given integer is in the range that
56 #if !defined(l_intfitsf) && LUA_FLOAT_TYPE != LUA_FLOAT_INT64
75 #define l_intfitsf(i) ((MAXINTFITSF + l_castS2U(i)) <= (2 * MAXINTFITSF)) macro
79 #define l_intfitsf(i) 1 macro
83 #endif /* !defined(l_intfitsf) && LUA_FLOAT_TYPE != LUA_FLOAT_INT64 */
85 #ifndef l_intfitsf
86 #define l_intfitsf(i) 1 macro
410 ** exact representation as a float ('l_intfitsf'), compare numbers as
414 ** (The test with 'l_intfitsf' is only for performance; the else
420 if (l_intfitsf(
[all...]

Completed in 33 milliseconds