Searched refs:opStatus (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 160 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/ |
D | APFloat.cpp | 905 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/ |
D | LiteralSupport.h | 82 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 688 llvm::APFloat::opStatus
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1157 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt() 1285 APFloat::opStatus status = in ConstantFoldCall()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2435 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode() 2950 APFloat::opStatus s; in getNode()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 2477 APFloat::opStatus result = Literal.GetFloatValue(Val); in ActOnNumericConstant()
|