Home
last modified time | relevance | path

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

/external/lua/src/
Dllimits.h329 #define luai_numle(a,b) ((a)<=(b)) macro
Dlvm.c271 if (luai_numlt(0, step) ? luai_numle(idx, limit) in floatforloop()
272 : luai_numle(limit, idx)) { in floatforloop()
431 return luai_numle(cast_num(i), f); /* compare them as floats */ in LEintfloat()
465 return luai_numle(f, cast_num(i)); /* compare them as floats */ in LEfloatint()
513 return luai_numle(lf, fltvalue(r)); /* both are float */ in LEnum()
1582 op_orderI(L, l_lei, luai_numle, 0, TM_LE); in luaV_execute()