Searched refs:LUA_OPIDIV (Results 1 – 4 of 4) sorted by relevance
60 case LUA_OPIDIV: return luaV_idiv(L, v1, v2); in intarith()81 case LUA_OPIDIV: return luai_numidiv(L, v1, v2); in numarith()
222 #define LUA_OPIDIV 6 macro
322 return arith(L, LUA_OPIDIV, "__idiv"); in arith_idiv()
1329 case LUA_OPDIV: case LUA_OPIDIV: case LUA_OPMOD: /* division by 0 */ in validop()