Searched refs:CommonScale (Results 1 – 1 of 1) sorted by relevance
68 unsigned CommonScale = std::max(getScale(), OtherScale); in compare() local69 ThisVal = ThisVal.shl(CommonScale - getScale()); in compare()70 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()