Home
last modified time | relevance | path

Searched refs:opStatus (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPFloat.h169 enum opStatus { enum
295 opStatus add(const APFloat &, roundingMode);
296 opStatus subtract(const APFloat &, roundingMode);
297 opStatus multiply(const APFloat &, roundingMode);
298 opStatus divide(const APFloat &, roundingMode);
300 opStatus remainder(const APFloat &);
302 opStatus mod(const APFloat &);
303 opStatus fusedMultiplyAdd(const APFloat &, const APFloat &, roundingMode);
304 opStatus roundToIntegral(roundingMode);
306 opStatus next(bool nextDown);
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp989 opStatus status; in multiplySignificand()
1217 APFloat::opStatus
1226 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1280 APFloat::opStatus
1363 return (opStatus) (opOverflow | opInexact); in normalize()
1385 return (opStatus) (opUnderflow | opInexact); in normalize()
1388 APFloat::opStatus
1517 APFloat::opStatus
1561 APFloat::opStatus
1602 APFloat::opStatus
[all …]
/external/clang/include/clang/Lex/
DLiteralSupport.h102 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/external/llvm/lib/Analysis/
DConstantFolding.cpp1391 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
1599 APFloat::opStatus status = Val.convert( in ConstantFoldScalarCall()
1775 APFloat::opStatus s = V.fusedMultiplyAdd(Op2->getValueAPF(), in ConstantFoldScalarCall()
/external/clang/lib/Lex/
DLiteralSupport.cpp957 llvm::APFloat::opStatus
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1899 APFloat::opStatus status = x.add(y, APFloat::rmNearestTiesToEven); in TEST()
2187 APFloat::opStatus status = x.subtract(y, APFloat::rmNearestTiesToEven); in TEST()
2476 APFloat::opStatus status = x.multiply(y, APFloat::rmNearestTiesToEven); in TEST()
2765 APFloat::opStatus status = x.divide(y, APFloat::rmNearestTiesToEven); in TEST()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2929 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()
2935 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode()
2941 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()
2960 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode()
3748 APFloat::opStatus s; in getNode()
3907 APFloat::opStatus s = in getNode()
DDAGCombiner.cpp8663 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1622 APFloat::opStatus Status = Val.divide(ArgVal, in visitCallInst()
/external/clang/lib/Sema/
DSemaOverload.cpp358 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert( in getNarrowingKind()
DSemaExpr.cpp3123 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13061 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; in FP_TO_INTHelper()