Searched refs:iprec (Results 1 – 1 of 1) sorted by relevance
7243 unsigned iprec = TYPE_PRECISION (inner); in upper_bound_in_type() local7247 det |= (oprec > iprec) ? 4 : 0; in upper_bound_in_type()7266 prec = iprec - 1; in upper_bound_in_type()7270 prec = iprec; in upper_bound_in_type()7278 prec = iprec; in upper_bound_in_type()7309 unsigned iprec = TYPE_PRECISION (inner); in lower_bound_in_type() local7317 || (oprec > iprec && TYPE_UNSIGNED (inner))) in lower_bound_in_type()7325 unsigned prec = oprec > iprec ? iprec : oprec; in lower_bound_in_type()