func math/big.fnorm
7 uses
math/big (current package)
float.go#L575: func fnorm(m nat) int64 {
float.go#L608: fnorm(z.mant)
float.go#L1252: z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
float.go#L1305: z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
float.go#L1328: z.setExpAndRound(e-fnorm(z.mant), 0)
float.go#L1373: z.setExpAndRound(e-fnorm(z.mant), sbit)
floatconv.go#L85: exp2 := int64(len(z.mant))*_W - fnorm(z.mant)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)