Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.h29 OPR_DIV, OPR_IDIV, enumerator
Dlcode.c1590 case OPR_MUL: case OPR_DIV: case OPR_IDIV: in luaK_infix()
1674 case OPR_DIV: case OPR_IDIV: case OPR_MOD: case OPR_POW: { in luaK_posfix()
Dlparser.c1204 case TK_IDIV: return OPR_IDIV; in getbinopr()