func math/big.addVW
5 uses
math/big (current package)
arith_decl.go#L13: func addVW(z, x []Word, y Word) (c Word)
float.go#L475: if addVW(z.mant, z.mant, lsb) != 0 {
nat.go#L118: c = addVW(z[n:m], x[n:], c)
nat.go#L250: addVW(z[n:n+n>>1], z[n:], c)
nat.go#L382: addVW(z[j:], z[j:], c)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |