Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp2319 opStatus sigStatus, powStatus; in roundSignificandWithExponent() local
2331 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent()
2343 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2354 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
/external/llvm/lib/Support/
DAPFloat.cpp2456 opStatus sigStatus, powStatus; in roundSignificandWithExponent() local
2468 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent()
2480 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2491 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()