Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllimits.h339 #if !defined(luai_numpow)
340 #define luai_numpow(L,a,b) \ macro
H A Dlobject.c80 case LUA_OPPOW: return luai_numpow(L, v1, v2); in numarith()
H A Dlvm.c1422 op_arithfK(L, luai_numpow); in luaV_execute()
1484 op_arithf(L, luai_numpow); in luaV_execute()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h435 #define luai_numpow(L,a,b) (lcompat_pow((a),(b))) macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.c75 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()