Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/math/bits/
Dbits.go25 func LeadingZeros(x uint) int { return UintSize - Len(x) } func
/prebuilts/go/linux-x86/test/codegen/
Dmathbits.go15 func LeadingZeros(n uint) int { func