Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlvm.h69 LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y);
H A Dlobject.c96 case LUA_OPIDIV: return luaV_div(L, v1, v2); in intarith()
H A Dlvm.c554 lua_Integer luaV_div (lua_State *L, lua_Integer m, lua_Integer n) { function
1028 setivalue(ra, luaV_div(L, ib, ic));
1036 setivalue(ra, luaV_div(L, ib, ic));