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

/freebsd-12-stable/contrib/lua/src/
H A Dllimits.h298 #define luai_numlt(a,b) ((a)<(b)) macro
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)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dluaconf.h446 #define luai_numlt(L,a,b) ((a)<(b)) macro
H A Dlvm.c234 return luai_numlt(L, nvalue(l), nvalue(r));
834 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit)

Completed in 97 milliseconds