func math/big.subVW
9 uses
math/big (current package)
arith_decl.go#L14: func subVW(z, x []Word, y Word) (c Word)
nat.go#L144: c = subVW(z[n:], x[n:], c)
nat.go#L257: subVW(z[n:n+n>>1], z[n:], c)
nat.go#L912: subVW(qhat, qhat, 1)
nat.go#L915: subVW(qhatv[s:], qhatv[s:], c)
nat.go#L924: subVW(uu[len(qhatv):], uu[len(qhatv):], c)
nat.go#L943: subVW(qhat, qhat, 1)
nat.go#L946: subVW(qhatv[s:], qhatv[s:], c)
nat.go#L956: c = subVW(u[len(qhatv):], u[len(qhatv):], c)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)