Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp1162 APInt nextSquare((x_old + 1) * (x_old +1)); in sqrt() local
1165 assert(this->ule(nextSquare) && "Error in APInt::sqrt computation"); in sqrt()
1166 APInt midpoint((nextSquare - square).udiv(two)); in sqrt()