Searched refs:luaO_arith (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | lobject.c | 123 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
|
D | lobject.h | 537 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
|
D | lcode.c | 983 luaO_arith(fs->ls->L, op, &v1, &v2, &res); /* does operation */ in constfolding()
|
D | lapi.c | 312 luaO_arith(L, op, L->top - 2, L->top - 1, L->top - 2); in lua_arith()
|