Searched refs:luai_numle (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | luaconf.h | 447 #define luai_numle(L,a,b) ((a)<=(b)) macro
|
/freebsd/contrib/lua/src/ |
H A D | llimits.h | 352 #define luai_numle(a,b) ((a)<=(b)) macro
|
H A D | lvm.c | 275 if (luai_numlt(0, step) ? luai_numle(idx, limit) in floatforloop() 276 : luai_numle(limit, idx)) { in floatforloop() 432 return luai_numle(cast_num(i), f); /* compare them as floats */ in LEintfloat() 466 return luai_numle(f, cast_num(i)); /* compare them as floats */ in LEfloatint() 514 return luai_numle(lf, fltvalue(r)); /* both are float */ in LEnum() 1651 op_orderI(L, l_lei, luai_numle, 0, TM_LE); in luaV_execute()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 246 return luai_numle(L, nvalue(l), nvalue(r)); in luaV_lessequal() 834 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit) in luaV_execute() 835 : luai_numle(L, limit, idx)) { in luaV_execute()
|