Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp2336 lostFraction calcLostFraction; in roundSignificandWithExponent() local
2342 calcLostFraction = decSig.multiplySignificand(pow5, NULL); in roundSignificandWithExponent()
2345 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2354 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2362 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2377 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()
2380 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()
/external/llvm/lib/Support/
DAPFloat.cpp2473 lostFraction calcLostFraction; in roundSignificandWithExponent() local
2479 calcLostFraction = decSig.multiplySignificand(pow5, nullptr); in roundSignificandWithExponent()
2482 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2491 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2499 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2514 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()
2517 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()