Searched refs:luai_numpow (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | luaconf.h | 468 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b)) macro 499 #define luai_numpow(L,a,b) (luai_ipow(L,a,b)) macro
|
D | lobject.c | 80 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
|
D | lvm.c | 656 arith_op(luai_numpow, TM_POW); in luaV_execute()
|