Searched refs:luai_numle (Results 1 – 2 of 2) sorted by relevance
297 #define luai_numle(a,b) ((a)<=(b)) macro
311 return luai_numle(cast_num(i), f); /* compare them as floats */ in LEintfloat()352 return luai_numle(lf, fltvalue(r)); /* both are float */ in LEnum()1205 if (luai_numlt(0, step) ? luai_numle(idx, limit) in luaV_execute()1206 : luai_numle(limit, idx)) { in luaV_execute()