func runtime.float64frombits
11 uses
runtime (current package)
float.go#L9: var inf = float64frombits(0x7FF0000000000000)
float.go#L34: return float64frombits(float64bits(x) &^ sign)
float.go#L41: return float64frombits(float64bits(x)&^sign | float64bits(y)&sign)
float.go#L51: func float64frombits(b uint64) float64 {
mgc.go#L492: assistRatio := float64frombits(atomic.Load64(&c.assistWorkPerByte))
mgcmark.go#L403: assistWorkPerByte := float64frombits(atomic.Load64(&gcController.assistWorkPerByte))
mgcmark.go#L404: assistBytesPerWork := float64frombits(atomic.Load64(&gcController.assistBytesPerWork))
mgcmark.go#L548: assistBytesPerWork := float64frombits(atomic.Load64(&gcController.assistBytesPerWork))
mgcmark.go#L643: assistBytesPerWork := float64frombits(atomic.Load64(&gcController.assistBytesPerWork))
mgcmark.go#L677: assistWorkPerByte := float64frombits(atomic.Load64(&gcController.assistWorkPerByte))
proc.go#L3401: assistWorkPerByte := float64frombits(atomic.Load64(&gcController.assistWorkPerByte))
 |
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. |