Home
last modified time | relevance | path

Searched refs:x_new (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1207 APInt x_new(BitWidth, 0); in sqrt() local
1219 x_new = (this->udiv(x_old) + x_old).udiv(two); in sqrt()
1220 if (x_old.ule(x_new)) in sqrt()
1222 x_old = x_new; in sqrt()