Searched refs:luai_numpow (Results 1 – 3 of 3) sorted by relevance
312 #if !defined(luai_numpow)313 #define luai_numpow(L,a,b) \ macro
80 case LUA_OPPOW: return luai_numpow(L, v1, v2); in numarith()
1379 op_arithfK(L, luai_numpow); in luaV_execute()1437 op_arithf(L, luai_numpow); in luaV_execute()
Completed in 8 milliseconds