func math/bits.Add32 2 uses math/bits (current package) bits.go#L356: s32, c32 := Add32(uint32(x), uint32(y), uint32(carry)) bits.go#L368: func Add32(x, y, carry uint32) (sum, carryOut uint32) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)