Searched refs:LUA_OPPOW (Results 1 – 3 of 3) sorted by relevance
80 case LUA_OPPOW: return luai_numpow(L, v1, v2); in numarith()102 case LUA_OPDIV: case LUA_OPPOW: { /* operate only on floats */ in luaO_rawarith()
209 #define LUA_OPPOW 4 macro
314 return arith(L, LUA_OPPOW, "__pow"); in arith_pow()
Completed in 9 milliseconds