Home
last modified time | relevance | path

Searched refs:iprec (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDtree.c7243 unsigned iprec = TYPE_PRECISION (inner); in upper_bound_in_type() local
7247 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() local
7317 || (oprec > iprec && TYPE_UNSIGNED (inner))) in lower_bound_in_type()
7325 unsigned prec = oprec > iprec ? iprec : oprec; in lower_bound_in_type()