Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A 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()
A Dlua.h209 #define LUA_OPPOW 4 macro
A Dlstrlib.c314 return arith(L, LUA_OPPOW, "__pow"); in arith_pow()

Completed in 9 milliseconds