Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.c3509 unsigned src_precision; in range_fits_type_p() local
3521 src_precision = TYPE_PRECISION (vr->type ()); in range_fits_type_p()
3523 if ((src_precision < dest_precision in range_fits_type_p()
3525 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.cc3413 unsigned src_precision; in range_fits_type_p() local
3425 src_precision = TYPE_PRECISION (vr->type ()); in range_fits_type_p()
3427 if ((src_precision < dest_precision in range_fits_type_p()
3429 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
H A DChangeLog-201340074 src_precision < precision from signed vr to unsigned_p