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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.c187 lua_Number flim; /* try to convert to float */ local
188 if (!tonumber(lim, &flim)) /* cannot convert to float? */
190 /* else 'flim' is a float out of integer bounds */
191 if (luai_numlt(0, flim)) { /* if it is positive, it is too large */

Completed in 55 milliseconds