Searched refs:luaV_mod (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lvm.h | 109 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
|
| H A D | lobject.c | 89 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
|
| H A D | lvm.c | 572 lua_Integer luaV_mod (lua_State *L, lua_Integer m, lua_Integer n) { in luaV_mod() function 997 setivalue(ra, luaV_mod(L, ib, ic)); in luaV_execute()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lvm.c | 391 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()
|