Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp1358 APInt nextSquare((x_old + 1) * (x_old +1)); in sqrt() local
1361 assert(this->ule(nextSquare) && "Error in APInt::sqrt computation"); in sqrt()
1362 APInt midpoint((nextSquare - square).udiv(two)); in sqrt()