Home | History | Annotate | Download | only in big

Lines Matching refs:ntz

430 	// determine number of trailing zero bits (ntz) and compute lsb mask of mantissa's least-significant word
431 ntz := n*_W - z.prec // 0 <= ntz < _W
432 lsb := Word(1) << ntz