Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.c58 #if !defined(l_intfitsf)
77 #define l_intfitsf(i) ((MAXINTFITSF + l_castS2U(i)) <= (2 * MAXINTFITSF)) macro
81 #define l_intfitsf(i) 1 macro
414 if (l_intfitsf(i)) in LTintfloat()
431 if (l_intfitsf(i)) in LEintfloat()
448 if (l_intfitsf(i)) in LTfloatint()
465 if (l_intfitsf(i)) in LEfloatint()