> The formula taken is the following: > > %set = (nbits * 100 + 50) / (nb_bitmask_words * sizeof(bitmask_word) * 8); > > Do you have any hint on why there is this + 50 that corresponds to adding > half a bit in the bit set ?
That sounds like rounding up to me. _______________________________________________ elfutils-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/elfutils-devel
