Home | History | Annotate | Download | only in big

Lines Matching refs:words

394 	m := uint32(len(z.mant)) // present mantissa length in words
423 // cut off extra words
424 n := (z.prec + (_W - 1)) / _W // mantissa length in words for desired precision
426 copy(z.mant, z.mant[m-n:]) // move n last words to front
854 // mantissa space. In other words, if the smallest denormal is
974 // mantissa space. In other words, if the smallest denormal is
1325 // mantissa length in words for desired result precision + 1
1333 // d extra words needed => add d "0 digits" to x