Home
last modified time | relevance | path

Searched refs:TM_POW (Results 1 – 7 of 7) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dltm.h29 TM_POW, enumerator
Dlvm.c330 case TM_POW: setnvalue(ra, luai_numpow(nb, nc)); break; in Arith()
495 arith_op(luai_numpow, TM_POW); in luaV_execute()
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dltm.h30 TM_POW, enumerator
Dldebug.c487 case OP_POW: tm = TM_POW; break; in getfuncname()
Dlvm.c633 arith_op(luai_numpow, TM_POW); in luaV_execute()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dltm.h29 TM_POW, enumerator
Dlvm.c1028 else { Protect(luaT_trybinTM(L, rb, rc, ra, TM_POW)); } in luaV_execute()