Home
last modified time | relevance | path

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

/external/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/lib/Support/
DAPFloat.cpp907 opStatus status; in multiplySignificand()
1116 APFloat::opStatus
1125 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1179 APFloat::opStatus
1262 return (opStatus) (opOverflow | opInexact); in normalize()
1284 return (opStatus) (opUnderflow | opInexact); in normalize()
1287 APFloat::opStatus
1413 APFloat::opStatus
1455 APFloat::opStatus
1497 APFloat::opStatus
[all …]
/external/clang/include/clang/Lex/
DLiteralSupport.h93 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/external/llvm/lib/Analysis/
DConstantFolding.cpp1165 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
1292 APFloat::opStatus status = in ConstantFoldCall()
/external/clang/lib/Lex/
DLiteralSupport.cpp749 llvm::APFloat::opStatus
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2445 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode()
2963 APFloat::opStatus s; in getNode()
DDAGCombiner.cpp5779 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
/external/clang/lib/Sema/
DSemaOverload.cpp356 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert( in getNarrowingKind()
DSemaExpr.cpp2478 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()