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