Searched refs:countLeadingZerosWidth (Results 1 – 1 of 1) sorted by relevance
688 static int countLeadingZerosWidth(DigitsType Digits) { in countLeadingZerosWidth() function855 if (Shift > countLeadingZerosWidth(Digits)) { in shiftLeft()