Home
last modified time | relevance | path

Searched defs:luai_numpow (Results 1 – 1 of 1) 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