Lines Matching defs:rnp
1002 balance(op_t op, tnode_t **lnp, tnode_t **rnp)
1006 tspec_t rt = (*rnp)->tn_type->t_tspec;
1016 && is_floating(t) && (*rnp)->tn_op == CON)
1019 (*rnp)->u.value.u.floating);
1024 *rnp = apply_usual_arithmetic_conversions(op, *rnp, t);
1028 unsigned rw = width_in_bits((*rnp)->tn_type);
1030 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp);
1032 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp);