math/big.nat.divW (method)
4 uses
math/big (current package)
nat.go#L635: func (z nat) divW(x nat, y Word) (q nat, r Word) {
nat.go#L667: q, r2 = z.divW(u, v[0])
natconv.go#L407: q, r = q.divW(q, bb)
natconv.go#L421: q, r = q.divW(q, bb)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)