Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dluaconf.h432 #define luai_numpow(L,a,b) (lcompat_pow((a),(b))) macro
H A Dlobject.c77 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
H A Dlvm.c696 arith_op(luai_numpow, TM_POW); in luaV_execute()