Searched refs:result_width (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c3656 unsigned int result_width = mode_width;
3662 result_width = MAX (width0, width1) + 1;
3669 result_width = width0 + width1;
3676 result_width = width0;
3681 result_width = width0;
3687 result_width = MIN (width0, width1);
3693 result_width = MIN (width0, width1);
3700 if (result_width < mode_width)
3701 nonzero &= ((HOST_WIDE_INT) 1 << result_width) - 1;
3631 unsigned int result_width = mode_width; local

Completed in 52 milliseconds