Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp2337 integerPart HUerr, HUdistance; in roundSignificandWithExponent() local
2364 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()
2368 if (HUdistance >= HUerr) { in roundSignificandWithExponent()
/external/llvm/lib/Support/
DAPFloat.cpp2474 integerPart HUerr, HUdistance; in roundSignificandWithExponent() local
2501 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()
2505 if (HUdistance >= HUerr) { in roundSignificandWithExponent()