Lines Matching defs:rnp
1045 balance(op_t op, tnode_t **lnp, tnode_t **rnp)
1049 tspec_t rt = (*rnp)->tn_type->t_tspec;
1059 && is_floating(t) && (*rnp)->tn_op == CON)
1062 (*rnp)->u.value.u.floating);
1067 *rnp = apply_usual_arithmetic_conversions(op, *rnp, t);
1071 unsigned rw = width_in_bits((*rnp)->tn_type);
1073 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp);
1075 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp);