Searched refs:LUA_OPIDIV (Results 1 – 3 of 3) sorted by relevance
90 case LUA_OPIDIV: return luaV_div(L, v1, v2); in intarith()111 case LUA_OPIDIV: return luai_numidiv(L, v1, v2); in numarith()
202 #define LUA_OPIDIV 6 macro
967 case LUA_OPDIV: case LUA_OPIDIV: case LUA_OPMOD: /* division by 0 */ in validop()