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())