Home | History | Annotate | Download | only in big

Lines Matching full:normalized

99 // trailing 0 bits. x.mant is normalized if the msb of x.mant == 1 (i.e.,
376 // have before calling round. z's mantissa must be normalized (with the msb set)
552 // normalized x != 0
554 fmant, exp := math.Frexp(x) // get normalized mantissa
686 panic("x not normalized")
704 panic("x not normalized")