Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Drtlanal.c4144 int width0 = floor_log2 (nz0) + 1; in nonzero_bits1() local
4158 result_width = MAX (width0, width1) + 1; in nonzero_bits1()
4165 result_width = width0 + width1; in nonzero_bits1()
4172 result_width = width0; in nonzero_bits1()
4177 result_width = width0; in nonzero_bits1()
4183 result_width = MIN (width0, width1); in nonzero_bits1()
4189 result_width = MIN (width0, width1); in nonzero_bits1()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Drtlanal.c4660 int width0 = floor_log2 (nz0) + 1; in nonzero_bits1() local
4674 result_width = MAX (width0, width1) + 1; in nonzero_bits1()
4681 result_width = width0 + width1; in nonzero_bits1()
4688 result_width = width0; in nonzero_bits1()
4693 result_width = width0; in nonzero_bits1()
4699 result_width = MIN (width0, width1); in nonzero_bits1()
4705 result_width = MIN (width0, width1); in nonzero_bits1()