Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c83 static lua_Integer intarith (lua_State *L, int op, lua_Integer v1, in intarith() function
131 setivalue(res, intarith(L, op, i1, i2)); in luaO_arith()
147 setivalue(res, intarith(L, op, ivalue(p1), ivalue(p2))); in luaO_arith()