Searched refs:luaO_rawarith (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lobject.c | 89 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()
|
D | lobject.h | 774 LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1,
|
D | lcode.c | 1320 luaO_rawarith(fs->ls->L, op, &v1, &v2, &res); /* does operation */ in constfolding()
|