Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dluaconf.h436 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.c80 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
Dlvm.c633 arith_op(luai_numpow, TM_POW); in luaV_execute()