Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c89 int luaO_rawarith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_rawarith() function
128 if (!luaO_rawarith(L, op, p1, p2, s2v(res))) { in luaO_arith()
Dlobject.h774 LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1,
Dlcode.c1320 luaO_rawarith(fs->ls->L, op, &v1, &v2, &res); /* does operation */ in constfolding()