Home
last modified time | relevance | path

Searched refs:opStatus (Results 1 – 7 of 7) 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.cpp905 opStatus status; in multiplySignificand()
1113 APFloat::opStatus
1122 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1178 APFloat::opStatus
1261 return (opStatus) (opOverflow | opInexact); in normalize()
1283 return (opStatus) (opUnderflow | opInexact); in normalize()
1286 APFloat::opStatus
1410 APFloat::opStatus
1452 APFloat::opStatus
1494 APFloat::opStatus
[all …]
/external/clang/include/clang/Lex/
DLiteralSupport.h82 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/external/clang/lib/Lex/
DLiteralSupport.cpp688 llvm::APFloat::opStatus
/external/llvm/lib/Analysis/
DConstantFolding.cpp1157 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
1285 APFloat::opStatus status = in ConstantFoldCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2435 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode()
2950 APFloat::opStatus s; in getNode()
/external/clang/lib/Sema/
DSemaExpr.cpp2477 APFloat::opStatus result = Literal.GetFloatValue(Val); in ActOnNumericConstant()