Home
last modified time | relevance | path

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

/external/lua/src/
Dllimits.h296 #define luai_numlt(a,b) ((a)<(b)) macro
Dlvm.c142 if (luai_numlt(0, n)) { /* if true, float is larger than max integer */ in forlimit()
292 return luai_numlt(cast_num(i), f); /* compare them as floats */ in LTintfloat()
329 return luai_numlt(lf, fltvalue(r)); /* both are float */ in LTnum()
1205 if (luai_numlt(0, step) ? luai_numle(idx, limit) in luaV_execute()