Searched refs:luai_numpow (Results 1 – 3 of 3) sorted by relevance
285 #if !defined(luai_numpow)286 #define luai_numpow(L,a,b) ((void)L, l_mathop(pow)(a,b)) macro
110 case LUA_OPPOW: return luai_numpow(L, v1, v2); in numarith()
1026 setfltvalue(ra, luai_numpow(L, nb, nc)); in luaV_execute()