Home
last modified time | relevance | path

Searched refs:TM_DIV (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltm.h27 TM_DIV, enumerator
H A Dlvm.c328 case TM_DIV: setnvalue(ra, luai_numdiv(nb, nc)); break; in Arith()
487 arith_op(luai_numdiv, TM_DIV); in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltm.h29 TM_DIV, enumerator
H A Dldebug.c482 case OP_DIV: tm = TM_DIV; break; in getfuncname()
H A Dlvm.c691 arith_op(luaV_div, TM_DIV); in luaV_execute()