Lines Matching full:x_new
1333 APInt x_new(BitWidth, 0);1345 x_new = (this->udiv(x_old) + x_old).udiv(two);1346 if (x_old.ule(x_new))1348 x_old = x_new;