| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 206 enum opStatus { enum 280 opStatus remainder(const IEEEFloat &); 282 opStatus mod(const IEEEFloat &); 284 opStatus roundToIntegral(roundingMode); 286 opStatus next(bool nextDown); 518 opStatus modSpecials(const IEEEFloat &); 529 opStatus handleOverflow(roundingMode); 644 opStatus mod(const DoubleAPFloat &RHS); 665 opStatus next(bool nextDown); 1017 opStatus mod(const APFloat &RHS) { in mod() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 1762 opStatus fs; in addOrSubtract() 1803 opStatus fs; in multiply() 1821 opStatus fs; in divide() 1838 opStatus fs; in remainder() 1943 opStatus fs; in mod() 1966 opStatus fs; in fusedMultiplyAdd() 2007 opStatus fs; in roundToIntegral() 2175 opStatus fs; in convert() 2397 opStatus fs; in convertToInteger() 2695 opStatus fs; in convertFromDecimalString() [all …]
|
| H A D | APFixedPoint.cpp | 140 APFloat::opStatus Status = F.convertFromAPInt(MaxInt, MaxInt.isSigned(), in fitsInFloatSemantics() 473 APFloat::opStatus S = Flt.convertFromAPInt(Val, Sema.isSigned(), RM); in convertToFloat()
|
| H A D | StringRef.cpp | 586 APFloat::opStatus Status = *StatusOrErr; in getAsDouble()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 115 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1831 APFloat::opStatus status = in ConstantFoldSSEConvertToInt() 1870 APFloat::opStatus St) { in mayFoldConstrained() 1876 if (St == APFloat::opStatus::opOK) { in mayFoldConstrained() 1986 APFloat::opStatus Status = in ConstantFoldScalarCall1() 2089 APFloat::opStatus St = U.roundToIntegral(*RM); in ConstantFoldScalarCall1() 2326 APFloat::opStatus status = Val.convert( in ConstantFoldScalarCall1() 2429 APFloat::opStatus St; in ConstantFoldScalarCall2() 2505 if (APFloat::opStatus::opOK == V.mod(Op2->getValueAPF())) in ConstantFoldScalarCall2() 2513 if (APFloat::opStatus::opOK == V.remainder(Op2->getValueAPF())) in ConstantFoldScalarCall2() 2867 APFloat::opStatus St; in ConstantFoldScalarCall3()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 682 if (llvm::Expected<APFloat::opStatus> op = in SetValueFromCString()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1076 llvm::APFloat::opStatus
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 8693 APFloat::opStatus MinStatus = in expandFP_TO_INT_SAT() 8695 APFloat::opStatus MaxStatus = in expandFP_TO_INT_SAT() 8697 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) && in expandFP_TO_INT_SAT() 8698 !(MaxStatus & APFloat::opStatus::opInexact); in expandFP_TO_INT_SAT()
|
| H A D | SelectionDAG.cpp | 4745 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode() 4751 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode() 4757 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode() 4775 APFloat::opStatus s = in getNode()
|
| H A D | DAGCombiner.cpp | 14281 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2556 APFloat::opStatus St) { in checkFloatingPointResult() 2579 if ((St & APFloat::opStatus::opInvalidOp) && in checkFloatingPointResult() 2601 APFloat::opStatus St; in HandleFloatToFloatCast() 2626 APFloat::opStatus St = Result.convertFromAPInt(Value, Value.isSigned(), in HandleIntToFloatCast() 2837 APFloat::opStatus St; in handleFloatFloatBinOp()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1759 APFloat::opStatus Status = FPLiteral.convert(*getFltSemantics(VT), in canLosslesslyConvertToFPType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 12125 llvm::APFloat::opStatus Result = Value.convertToInteger( in DiagnoseFloatingImpCast() 12784 llvm::APFloat::opStatus ConversionStatus = in CheckImplicitConversion()
|
| H A D | SemaOverload.cpp | 402 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert( in getNarrowingKind()
|
| H A D | SemaExpr.cpp | 3629 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 20712 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; in FP_TO_INTHelper() 21730 APFloat::opStatus MinStatus = MinFloat.convertFromAPInt( in LowerFP_TO_INT_SAT() 21732 APFloat::opStatus MaxStatus = MaxFloat.convertFromAPInt( in LowerFP_TO_INT_SAT() 21734 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) in LowerFP_TO_INT_SAT() 21735 && !(MaxStatus & APFloat::opStatus::opInexact); in LowerFP_TO_INT_SAT()
|