func math/bits.Sub
6 uses
math/bits (current package)
bits.go#L396: func Sub(x, y, borrow uint) (diff, borrowOut uint) {
math/big
arith.go#L78: zi, cc := bits.Sub(uint(x[i]), uint(y[i]), uint(c))
arith.go#L123: zi, cc := bits.Sub(uint(x[i]), uint(c), 0)
arith.go#L139: zi, cc := bits.Sub(uint(x[i]), uint(c), 0)
arith.go#L235: r0, b := bits.Sub(uint(x0), dq0, 0)
arith.go#L236: r1, _ := bits.Sub(uint(x1), dq1, b)
 |
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. |