Searched refs:OPR_IDIV (Results 1 – 3 of 3) sorted by relevance
36 OPR_IDIV, enumerator
1685 case OPR_MUL: case OPR_DIV: case OPR_IDIV:1688 case OPR_MUL: case OPR_IDIV:1775 case OPR_DIV: case OPR_IDIV: case OPR_MOD: case OPR_POW: {1777 case OPR_IDIV: case OPR_MOD: {
1222 case '/': return OPR_IDIV; in getbinopr()1224 case TK_IDIV: return OPR_IDIV; in getbinopr()