reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/APFloat.cpp
 1412   return (opStatus) (opUnderflow | opInexact);
 1826     if (category == fcZero && !(fs & opUnderflow) && sign != addend.sign)
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 1515        (Status & APFloat::opUnderflow) != 0)) {
tools/clang/lib/Sema/SemaExpr.cpp
 3343       ((result & APFloat::opUnderflow) && Val.isZero())) {
unittests/ADT/APFloatTest.cpp
 2334   const int UnderflowStatus = APFloat::opUnderflow | APFloat::opInexact;
 2623   const int UnderflowStatus = APFloat::opUnderflow | APFloat::opInexact;