Searched refs:luaO_arith (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lobject.c | 126 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
|
D | lobject.h | 776 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
|
D | lapi.c | 321 luaO_arith(L, op, s2v(L->top - 2), s2v(L->top - 1), L->top - 2); in lua_arith()
|