func math/bits.LeadingZeros
2 uses
math/bits (current package)
bits.go#L19: func LeadingZeros(x uint) int { return UintSize - Len(x) }
math/big
arith.go#L60: return uint(bits.LeadingZeros(uint(x)))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)