Searched refs:LUA_OPPOW (Results 1 – 5 of 5) 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()
220 #define LUA_OPPOW 4 macro
314 return arith(L, LUA_OPPOW, "__pow"); in arith_pow()
75 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
188 #define LUA_OPPOW 5 macro