Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dluaconf.h468 #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
Dlobject.c80 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
Dlvm.c656 arith_op(luai_numpow, TM_POW); in luaV_execute()
/external/skia/third_party/lua/src/
Dluaconf.h437 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b)) macro
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()