func math/big.shrVU

4 uses

	math/big (current package)
		arith_decl.go#L16: func shrVU(z, x []Word, s uint) (c Word)
		float.go#L484: 				shrVU(z.mant, z.mant, 1)
		nat.go#L732: 	shrVU(u, u, shift)
		nat.go#L1036: 	shrVU(z, x[m-n:], s%_W)