Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c392 static lua_Number luaV_mod (lua_State *L, lua_Number m, lua_Number n) { in luaV_mod() function
424 res = luaV_mod(L, nvalue(b), nvalue(c)); in luaV_arith()
694 arith_op(luaV_mod, TM_MOD); in luaV_execute()