math/big.Int.Bits (method)

3 uses

	math/big (current package)
		int.go#L86: func (x *Int) Bits() []Word {

	crypto/elliptic
		p256_asm.go#L207: 	for i, v := range big.Bits() {

	go/constant
		value.go#L703: 	words := t.val.Bits()