Lines Matching defs:sticky
160 bool sticky{false};
162 sticky = !product.lower.IsZero() || !product.upper.IsZero();
164 sticky = !product.lower.IsZero() ||
169 sticky = !product.lower.IAND(product.lower.MASKR(rshift)).IsZero();
173 if (sticky) {
247 bool sticky{msb || !top.IsZero()};
248 RoundingBits roundingBits{guard, round, sticky};
308 bool sticky{true};
318 sticky = false;
322 RoundingBits roundingBits{extFrac.BTEST(1), extFrac.BTEST(0), sticky};
602 bits.sticky() &&