Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp2432 opStatus sigStatus, powStatus; in roundSignificandWithExponent() local
2444 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent()
2456 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2467 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()