func math/big.reciprocalWord

3 uses

	math/big (current package)
		arith.go#L273: 	rec := reciprocalWord(y)
		arith.go#L281: func reciprocalWord(d1 Word) Word {
		nat.go#L754: 	rec := reciprocalWord(vn1)