Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c123 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
Dlobject.h537 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
Dlcode.c983 luaO_arith(fs->ls->L, op, &v1, &v2, &res); /* does operation */ in constfolding()
Dlapi.c312 luaO_arith(L, op, L->top - 2, L->top - 1, L->top - 2); in lua_arith()