Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h325 opUnderflow = 0x08, enumerator
398 static constexpr opStatus opUnderflow = APFloatBase::opUnderflow; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp1335 if (Status & llvm::APFloat::opStatus::opUnderflow) { in handleFloatLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1795 return (opStatus) (opUnderflow | opInexact); in normalize()
2383 if (category == fcZero && !(fs & opUnderflow) && sign != addend.sign) { in fusedMultiplyAdd()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1694 case APFloatBase::opUnderflow: in SetAccruedExceptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2055 (Status & APFloat::opUnderflow) != 0)) { in canLosslesslyConvertToFPType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3648 ((result & APFloat::opUnderflow) && Val.isZero())) { in BuildFloatingLiteral()