Searched defs:sdivisibleData (Results 1 – 1 of 1) sorted by relevance
388 type sdivisibleData struct { struct389 k int64 // trailingZeros(c)390 m uint64 // m * (c>>k) mod 2^n == 1 multiplicative inverse of odd portion modulo 2^n391 a uint64 // ⎣(2^(n-1) - 1)/ (c>>k)⎦ & -(1<<k) additive constant392 max uint64 // ⎣(2 a) / (1<<k)⎦ max value to for divisibility