Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c80 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()
Dlua.h209 #define LUA_OPPOW 4 macro
Dlstrlib.c312 return arith(L, LUA_OPPOW, "__pow"); in arith_pow()