Lines Matching full:x_new
1311 APInt x_new(BitWidth, 0);1323 x_new = (this->udiv(x_old) + x_old).udiv(two);1324 if (x_old.ule(x_new))1326 x_old = x_new;