Home
last modified time | relevance | path

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

/external/lua/src/
Dllimits.h285 #if !defined(luai_numpow)
286 #define luai_numpow(L,a,b) ((void)L, l_mathop(pow)(a,b)) macro
Dlobject.c110 case LUA_OPPOW: return luai_numpow(L, v1, v2); in numarith()
Dlvm.c1026 setfltvalue(ra, luai_numpow(L, nb, nc)); in luaV_execute()