Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H 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()
H A Dlua.h220 #define LUA_OPPOW 4 macro
H A Dlstrlib.c314 return arith(L, LUA_OPPOW, "__pow"); in arith_pow()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.c75 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h188 #define LUA_OPPOW 5 macro