Searched refs:luai_numlt (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c142 if (luai_numlt(0, n)) { /* if true, float is larger than max integer */
292 return luai_numlt(cast_num(i), f); /* compare them as floats */
329 return luai_numlt(lf, fltvalue(r)); /* both are float */
1205 if (luai_numlt(0, step) ? luai_numle(idx, limit)
H A Dllimits.h298 #define luai_numlt(a,b) ((a)<(b)) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c234 return luai_numlt(L, nvalue(l), nvalue(r));
834 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit)
H A Dluaconf.h446 #define luai_numlt(L,a,b) ((a)<(b)) macro

Completed in 263 milliseconds