math/big.Int.SetBits (method)
3 uses
math/big (current package)
int.go#L120: func (z *Int) SetBits(abs []Word) *Int {
crypto/internal/boring/bbig
big.go#L32: return new(big.Int).SetBits(x)
go/constant
value.go#L759: return makeInt(newInt().SetBits(words[:i]))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)