func math/bits.Div
4 uses
math/bits (current package)
bits.go#L492: func Div(hi, lo, y uint) (quo, rem uint) {
math/big
arith.go#L337: rec, _ := bits.Div(x1, x0, u) // (_B^2-1)/U-_B = (_B*(_M-C)+_M)/U
natdiv.go#L582: qq, rr := bits.Div(uint(r), uint(x[0]), uint(y))
crypto/internal/fips140/bigmod
nat.go#L1226: x.limbs[i], r = bits.Div(r, x.limbs[i], y)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |