Searched refs:luaV_modf (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lvm.h | 143 LUAI_FUNC lua_Number luaV_modf (lua_State *L, lua_Number x, lua_Number y);
|
H A D | lobject.c | 88 case LUA_OPMOD: return luaV_modf(L, v1, v2); in numarith()
|
H A D | lvm.c | 805 lua_Number luaV_modf (lua_State *L, lua_Number m, lua_Number n) { function 1500 op_arithK(L, luaV_mod, luaV_modf); 1564 op_arith(L, luaV_mod, luaV_modf);
|