Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dllimits.h345 #if !defined(luai_numpow)
346 #define luai_numpow(L,a,b) \ macro
Dlobject.c85 case LUA_OPPOW: return luai_numpow(L, v1, v2); in numarith()
Dlvm.c1505 op_arithfK(L, luai_numpow);
1569 op_arithf(L, luai_numpow);