HomeSort by: relevance | last modified time | path
    Searched refs:LUA_OPIDIV (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
lobject.c 64 case LUA_OPIDIV: return luaV_idiv(L, v1, v2);
86 case LUA_OPIDIV: return luai_numidiv(L, v1, v2);
lua.h 231 #define LUA_OPIDIV 6
240 #define LUA_OPIDIV 4
lcode.c 1350 case LUA_OPDIV: case LUA_OPIDIV: case LUA_OPMOD: /* division by 0 */
1352 case LUA_OPIDIV: case LUA_OPMOD: /* division by 0 */
lstrlib.c 328 return arith(L, LUA_OPIDIV, "__idiv");

Completed in 29 milliseconds