Searched refs:luai_numpow (Results 1 – 3 of 3) sorted by relevance
436 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b)) macro
80 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
633 arith_op(luai_numpow, TM_POW); in luaV_execute()