Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2961 opStatus sigStatus, powStatus; in roundSignificandWithExponent() local
2974 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent()
2986 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2997 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()