func encoding/gob.floatBits
10 uses
encoding/gob (current package)
enc_helpers.go#L93: rpart := floatBits(float64(real(x)))
enc_helpers.go#L94: ipart := floatBits(float64(imag(x)))
enc_helpers.go#L118: rpart := floatBits(real(x))
enc_helpers.go#L119: ipart := floatBits(imag(x))
enc_helpers.go#L143: bits := floatBits(float64(x))
enc_helpers.go#L166: bits := floatBits(x)
encode.go#L210: func floatBits(f float64) uint64 {
encode.go#L219: bits := floatBits(f)
encode.go#L230: rpart := floatBits(real(c))
encode.go#L231: ipart := floatBits(imag(c))
![]() |
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. |