expvar.Float.f (field)
6 uses
expvar (current package)
expvar.go#L70: f uint64
expvar.go#L74: return math.Float64frombits(atomic.LoadUint64(&v.f))
expvar.go#L79: math.Float64frombits(atomic.LoadUint64(&v.f)), 'g', -1, 64)
expvar.go#L85: cur := atomic.LoadUint64(&v.f)
expvar.go#L89: if atomic.CompareAndSwapUint64(&v.f, cur, nxt) {
expvar.go#L97: atomic.StoreUint64(&v.f, math.Float64bits(value))
 |
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. |