Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3063 opStatus sigStatus, powStatus; in roundSignificandWithExponent() local
3076 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent()
3088 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
3099 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()