arithmetic.c | 269 binop2(intmax_t a, int op, int precedence, int noeval) function in typeref:typename:intmax_t 276 VTRACE(DBG_ARITH, ("Arith: binop2 %jd op %d (P:%d)%s\n", 288 b = binop2(b, op2, arith_prec(op), noeval); 311 return binop2(a, op, ARITH_MAX_PREC, noeval);
|