strconv.extFloat.neg (field)
13 uses
strconv (current package)
extfloat.go#L18: neg bool
extfloat.go#L136: f.neg = neg
extfloat.go#L145: upper = extFloat{mant: 2*f.mant + 1, exp: f.exp - 1, neg: f.neg}
extfloat.go#L147: lower = extFloat{mant: 2*f.mant - 1, exp: f.exp - 1, neg: f.neg}
extfloat.go#L149: lower = extFloat{mant: 4*f.mant - 1, exp: f.exp - 2, neg: f.neg}
extfloat.go#L231: d.neg = f.neg
extfloat.go#L385: d.neg = f.neg
extfloat.go#L410: d.neg = f.neg
extfloat.go#L458: d.neg = f.neg
extfloat.go#L466: d.neg = f.neg
![]() |
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. |