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

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c3648 int width0 = floor_log2 (nz0) + 1;
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);
3623 int width0 = floor_log2 (nz0) + 1; local

Completed in 73 milliseconds