Home
last modified time | relevance | path

Searched refs:countLeadingZeros64 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DScaledNumber.cpp167 int LeadingZeros = ScaledNumberBase::countLeadingZeros64(D); in toStringAPFloat()
214 if (int Shift = std::min(int16_t(countLeadingZeros64(D)), E)) { in toString()
/external/llvm/include/llvm/Support/
DScaledNumber.h430 static int countLeadingZeros64(uint64_t N) { return countLeadingZeros(N); } in countLeadingZeros64() function
697 return countLeadingZeros64(Digits); in countLeadingZerosWidth()