Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlvm.h108 LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y);
H A Dlobject.c90 case LUA_OPIDIV: return luaV_div(L, v1, v2); in intarith()
H A Dlvm.c552 lua_Integer luaV_div (lua_State *L, lua_Integer m, lua_Integer n) { in luaV_div() function
1013 setivalue(ra, luaV_div(L, ib, ic)); in luaV_execute()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c371 static lua_Number luaV_div (lua_State *L, lua_Number m, lua_Number n) { in luaV_div() function
421 res = luaV_div(L, nvalue(b), nvalue(c)); in luaV_arith()
690 arith_op(luaV_div, TM_DIV); in luaV_execute()