Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp1161 APInt nextSquare((x_old + 1) * (x_old +1)); in sqrt() local
1164 assert(this->ule(nextSquare) && "Error in APInt::sqrt computation"); in sqrt()
1165 APInt midpoint((nextSquare - square).udiv(two)); in sqrt()