Searched refs:CommonMsb (Results 1 – 1 of 1) sorted by relevance
90 int CommonMsb = std::max(getMsbWeight(), Other.getMsbWeight()); in compare() local91 unsigned CommonWidth = CommonMsb - CommonLsb + 1; in compare()