Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h221 opUnderflow = 0x08, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1581 return (opStatus) (opUnderflow | opInexact); in normalize()
2115 if (category == fcZero && !(fs & opUnderflow) && sign != addend.sign) in fusedMultiplyAdd()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1693 case APFloatBase::opUnderflow: in SetAccruedExceptions()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1896 (Status & APFloat::opUnderflow) != 0)) { in canLosslesslyConvertToFPType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3700 ((result & APFloat::opUnderflow) && Val.isZero())) { in BuildFloatingLiteral()