HomeSort by relevance Sort by last modified time
    Searched refs:luaV_div (Results 1 - 3 of 3) sorted by null

  /external/lua/src/
lvm.h 108 LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y);
lobject.c 90 case LUA_OPIDIV: return luaV_div(L, v1, v2);
lvm.c 552 lua_Integer luaV_div (lua_State *L, lua_Integer m, lua_Integer n) {
570 ** about luaV_div.)
    [all...]

Completed in 387 milliseconds