Searched refs:countLeadingZeros64 (Results 1 – 2 of 2) sorted by relevance
167 int LeadingZeros = ScaledNumberBase::countLeadingZeros64(D); in toStringAPFloat()214 if (int Shift = std::min(int16_t(countLeadingZeros64(D)), E)) { in toString()
430 static int countLeadingZeros64(uint64_t N) { return countLeadingZeros(N); } in countLeadingZeros64() function697 return countLeadingZeros64(Digits); in countLeadingZerosWidth()