Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp2337 integerPart HUerr, HUdistance; in roundSignificandWithExponent() local
2362 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2368 if (HUdistance >= HUerr) { in roundSignificandWithExponent()
/external/llvm/lib/Support/
DAPFloat.cpp2474 integerPart HUerr, HUdistance; in roundSignificandWithExponent() local
2499 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2505 if (HUdistance >= HUerr) { in roundSignificandWithExponent()