const math.fracMask
5 uses
math (current package)
bits.go#L16: fracMask = 1<floor.go#L90: bits &^= fracMask >> e
floor.go#L122: bits &^= fracMask >> e
floor.go#L123: } else if e == bias-1 && bits&fracMask != 0 {
fma.go#L79: mantissa = b & fracMask
 |
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. |