func encoding/gob.float32FromBits
7 uses
encoding/gob (current package)
dec_helpers.go#L93: real := float32FromBits(state.decodeUint(), ovfl)
dec_helpers.go#L94: imag := float32FromBits(state.decodeUint(), ovfl)
dec_helpers.go#L143: slice[i] = float32(float32FromBits(state.decodeUint(), ovfl))
decode.go#L325: func float32FromBits(u uint64, ovfl error) float64 {
decode.go#L341: value.SetFloat(float32FromBits(state.decodeUint(), i.ovfl))
decode.go#L354: real := float32FromBits(state.decodeUint(), i.ovfl)
decode.go#L355: imag := float32FromBits(state.decodeUint(), i.ovfl)
![]() |
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. |