Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libkern/
H A Dsoftfloat-macros.h649 static int8 countLeadingZeros64( bits64 a ) in countLeadingZeros64() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h429 static int countLeadingZeros64(uint64_t N) { return countLeadingZeros(N); } in countLeadingZeros64() function