Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h160 enum opStatus { enum
268 opStatus add(const APFloat &, roundingMode);
269 opStatus subtract(const APFloat &, roundingMode);
270 opStatus multiply(const APFloat &, roundingMode);
271 opStatus divide(const APFloat &, roundingMode);
273 opStatus remainder(const APFloat &);
275 opStatus mod(const APFloat &, roundingMode);
276 opStatus fusedMultiplyAdd(const APFloat &, const APFloat &, roundingMode);
284 opStatus convert(const fltSemantics &, roundingMode, bool *);
285 opStatus convertToInteger(integerPart *, unsigned int, bool,
[all …]
/external/llvm/include/llvm/ADT/
DAPFloat.h171 enum opStatus { enum
297 opStatus add(const APFloat &, roundingMode);
298 opStatus subtract(const APFloat &, roundingMode);
299 opStatus multiply(const APFloat &, roundingMode);
300 opStatus divide(const APFloat &, roundingMode);
302 opStatus remainder(const APFloat &);
304 opStatus mod(const APFloat &);
305 opStatus fusedMultiplyAdd(const APFloat &, const APFloat &, roundingMode);
306 opStatus roundToIntegral(roundingMode);
308 opStatus next(bool nextDown);
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h172 enum opStatus { enum
245 opStatus add(const IEEEFloat &, roundingMode);
246 opStatus subtract(const IEEEFloat &, roundingMode);
247 opStatus multiply(const IEEEFloat &, roundingMode);
248 opStatus divide(const IEEEFloat &, roundingMode);
250 opStatus remainder(const IEEEFloat &);
252 opStatus mod(const IEEEFloat &);
253 opStatus fusedMultiplyAdd(const IEEEFloat &, const IEEEFloat &, roundingMode);
254 opStatus roundToIntegral(roundingMode);
256 opStatus next(bool nextDown);
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp992 opStatus status; in multiplySignificand()
1220 APFloat::opStatus
1229 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1283 APFloat::opStatus
1366 return (opStatus) (opOverflow | opInexact); in normalize()
1388 return (opStatus) (opUnderflow | opInexact); in normalize()
1391 APFloat::opStatus
1520 APFloat::opStatus
1564 APFloat::opStatus
1605 APFloat::opStatus
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp906 opStatus status; in multiplySignificand()
1115 APFloat::opStatus
1124 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1180 APFloat::opStatus
1263 return (opStatus) (opOverflow | opInexact); in normalize()
1285 return (opStatus) (opUnderflow | opInexact); in normalize()
1288 APFloat::opStatus
1414 APFloat::opStatus
1456 APFloat::opStatus
1498 APFloat::opStatus
[all …]
/external/clang/include/clang/Lex/
DLiteralSupport.h105 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/external/llvm/lib/Analysis/
DConstantFolding.cpp1438 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
1653 APFloat::opStatus status = Val.convert( in ConstantFoldScalarCall()
1829 APFloat::opStatus s = V.fusedMultiplyAdd(Op2->getValueAPF(), in ConstantFoldScalarCall()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp1160 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
1288 APFloat::opStatus status = in ConstantFoldCall()
/external/clang/lib/Lex/
DLiteralSupport.cpp970 llvm::APFloat::opStatus
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1898 APFloat::opStatus status = x.add(y, APFloat::rmNearestTiesToEven); in TEST()
2186 APFloat::opStatus status = x.subtract(y, APFloat::rmNearestTiesToEven); in TEST()
2475 APFloat::opStatus status = x.multiply(y, APFloat::rmNearestTiesToEven); in TEST()
2764 APFloat::opStatus status = x.divide(y, APFloat::rmNearestTiesToEven); in TEST()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2965 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()
2971 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode()
2977 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()
2996 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode()
3787 APFloat::opStatus s; in getNode()
3947 APFloat::opStatus s = in getNode()
DDAGCombiner.cpp8801 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2162 APFloat::opStatus Status = Val.divide(ArgVal, in visitCallInst()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2458 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode()
2975 APFloat::opStatus s; in getNode()
/external/clang/lib/Sema/
DSemaOverload.cpp366 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert( in getNarrowingKind()
DSemaExpr.cpp3190 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13878 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; in FP_TO_INTHelper()