Searched refs:luai_numlt (Results 1 – 2 of 2) sorted by relevance
448 #define luai_numlt(L,a,b) ((a)<(b)) macro
234 return luai_numlt(L, nvalue(l), nvalue(r)); in luaV_lessthan()771 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit) in luaV_execute()