func encoding/gob.float64FromBits
8 uses
encoding/gob (current package)
dec_helpers.go#L118: real := float64FromBits(state.decodeUint())
dec_helpers.go#L119: imag := float64FromBits(state.decodeUint())
dec_helpers.go#L166: slice[i] = float64FromBits(state.decodeUint())
decode.go#L316: func float64FromBits(u uint64) float64 {
decode.go#L326: v := float64FromBits(u)
decode.go#L347: value.SetFloat(float64FromBits(state.decodeUint()))
decode.go#L363: real := float64FromBits(state.decodeUint())
decode.go#L364: imag := float64FromBits(state.decodeUint())
![]() |
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. |