Searched refs:sigStatus (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 2319 opStatus sigStatus, powStatus; in roundSignificandWithExponent() local 2329 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent() 2362 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 2456 opStatus sigStatus, powStatus; in roundSignificandWithExponent() local 2466 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent() 2499 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
|