Searched refs:luai_numpow (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | llimits.h | 339 #if !defined(luai_numpow) 340 #define luai_numpow(L,a,b) \ macro
|
H A D | lobject.c | 80 case LUA_OPPOW: return luai_numpow(L, v1, v2); in numarith()
|
H A D | lvm.c | 1422 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 D | luaconf.h | 435 #define luai_numpow(L,a,b) (lcompat_pow((a),(b))) macro
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lobject.c | 75 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
|
H A D | lvm.c | 696 arith_op(luai_numpow, TM_POW); in luaV_execute()
|