Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2999 bool InexactSQ = Q != D; in SolveQuadraticEquationWrap() local
3015 APInt::sdivrem(-B - (SQ+InexactSQ), TwoA, X, Rem); in SolveQuadraticEquationWrap()
3024 if (!InexactSQ && Rem.isNullValue()) { in SolveQuadraticEquationWrap()