Home
last modified time | relevance | path

Searched refs:luaO_arith (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlobject.c126 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
Dlobject.h776 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
Dlapi.c321 luaO_arith(L, op, s2v(L->top - 2), s2v(L->top - 1), L->top - 2); in lua_arith()