Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.h136 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
H A Dlobject.c59 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
H A Dlvm.c744 lua_Integer luaV_mod (lua_State *L, lua_Integer m, lua_Integer n) { in luaV_mod() function
1418 op_arithK(L, luaV_mod, luaV_modf); in luaV_execute()
1480 op_arith(L, luaV_mod, luaV_modf); in luaV_execute()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c391 static lua_Number luaV_mod (lua_State *L, lua_Number m, lua_Number n) { in luaV_mod() function
423 res = luaV_mod(L, nvalue(b), nvalue(c)); in luaV_arith()
693 arith_op(luaV_mod, TM_MOD); in luaV_execute()