Home
last modified time | relevance | path

Searched refs:LUA_OPMUL (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlobject.c88 case LUA_OPMUL:return intop(*, v1, v2); in intarith()
108 case LUA_OPMUL: return luai_nummul(L, v1, v2); in numarith()
Dlua.h198 #define LUA_OPMUL 2 macro