Searched refs:OPR_IDIV (Results 1 – 3 of 3) sorted by relevance
29 OPR_DIV, OPR_IDIV, enumerator
1590 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()
1204 case TK_IDIV: return OPR_IDIV; in getbinopr()