Searched refs:OPR_MUL (Results 1 – 1 of 1) sorted by relevance
135 OPR_ADD,OPR_SUB,OPR_MUL,OPR_DIV,OPR_MOD,OPR_POW, enumerator3571 case OPR_ADD:case OPR_SUB:case OPR_MUL:case OPR_DIV:3611 case OPR_MUL:codearith(fs,OP_MUL,e1,e2);break;4248 case'*':return OPR_MUL;
Completed in 20 milliseconds