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#L275: rec, _ := bits.Div(x1, x0, u) // (_B^2-1)/U-_B = (_B*(_M-C)+_M)/U
natdiv.go#L577: qq, rr := bits.Div(uint(r), uint(x[0]), uint(y))
crypto/internal/fips140/bigmod
nat.go#L1225: x.limbs[i], r = bits.Div(r, x.limbs[i], y)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)