Home
last modified time | relevance | path

Searched refs:luai_ipow (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/lua/src/
Dluaconf.h498 LUA_NUMBER luai_ipow(void *L, LUA_NUMBER, LUA_NUMBER);
499 #define luai_numpow(L,a,b) (luai_ipow(L,a,b))
Dlvm.c34 LUA_NUMBER luai_ipow(void *L, LUA_NUMBER a, LUA_NUMBER b) { in luai_ipow() function