Home
last modified time | relevance | path

Searched refs:Log2Uint32 (Results 1 – 3 of 3) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Dmathutil.go191 func Log2Uint32(n uint32) int { func
H A Dall_test.go1123 if g, e := Log2Uint32(0), -1; g != e {
1136 if g, e := Log2Uint32(uint32(n)), lg2(n&0xffffffff); g != e {
1301 Log2Uint32(uint32(a[i&(N-1)]))
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dmathutil.go198 func Log2Uint32(n uint32) int { func