Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlobject.c53 static lua_Integer intarith (lua_State *L, int op, lua_Integer v1, in intarith() function
97 setivalue(res, intarith(L, op, i1, i2)); in luaO_rawarith()
113 setivalue(res, intarith(L, op, ivalue(p1), ivalue(p2))); in luaO_rawarith()