func runtime.float64bits
7 uses
runtime (current package)
fastlog2.go#L18: xBits := float64bits(x)
float.go#L34: return float64frombits(float64bits(x) &^ sign)
float.go#L41: return float64frombits(float64bits(x)&^sign | float64bits(y)&sign)
float.go#L45: func float64bits(f float64) uint64 {
mgc.go#L598: atomic.Store64(&c.assistWorkPerByte, float64bits(assistWorkPerByte))
mgc.go#L599: atomic.Store64(&c.assistBytesPerWork, float64bits(assistBytesPerWork))
 |
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. |