func math/big.msb32

3 uses

	math/big (current package)
		float.go#L689: func msb32(x nat) uint32 {
		float.go#L922: 			mant = msb32(r.mant) >> uint(fbits-p)
		float.go#L926: 			mant = msb32(r.mant) >> ebits & (1<