Home
last modified time | relevance | path

Searched refs:LUA_OPIDIV (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlobject.c90 case LUA_OPIDIV: return luaV_div(L, v1, v2); in intarith()
111 case LUA_OPIDIV: return luai_numidiv(L, v1, v2); in numarith()
Dlua.h202 #define LUA_OPIDIV 6 macro
Dlcode.c967 case LUA_OPDIV: case LUA_OPIDIV: case LUA_OPMOD: /* division by 0 */ in validop()