Searched refs:luai_numlt (Results 1 - 4 of 4) sorted by relevance

/external/skia/third_party/lua/src/
H A Dluaconf.h448 #define luai_numlt(L,a,b) ((a)<(b)) macro
H A Dlvm.c234 return luai_numlt(L, nvalue(l), nvalue(r));
771 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit)
/external/syslinux/com32/lua/src/
H A Dluaconf.h505 #define luai_numlt(L,a,b) ((a)<(b)) macro
H A Dlvm.c257 return luai_numlt(L, nvalue(l), nvalue(r));
794 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit)

Completed in 115 milliseconds