Searched refs:opStatus (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | APFloat.h | 166 enum opStatus { enum 293 opStatus add(const APFloat &, roundingMode); 294 opStatus subtract(const APFloat &, roundingMode); 295 opStatus multiply(const APFloat &, roundingMode); 296 opStatus divide(const APFloat &, roundingMode); 298 opStatus remainder(const APFloat &); 300 opStatus mod(const APFloat &, roundingMode); 301 opStatus fusedMultiplyAdd(const APFloat &, const APFloat &, roundingMode); 302 opStatus roundToIntegral(roundingMode); 304 opStatus next(bool nextDown); [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | APFloat.cpp | 947 opStatus status; in multiplySignificand() 1167 APFloat::opStatus 1176 return (opStatus) (opOverflow | opInexact); in handleOverflow() 1230 APFloat::opStatus 1313 return (opStatus) (opOverflow | opInexact); in normalize() 1335 return (opStatus) (opUnderflow | opInexact); in normalize() 1338 APFloat::opStatus 1465 APFloat::opStatus 1509 APFloat::opStatus 1550 APFloat::opStatus [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | LiteralSupport.h | 97 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1310 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt() 1476 APFloat::opStatus status = in ConstantFoldCall()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | LiteralSupport.cpp | 913 llvm::APFloat::opStatus
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 2563 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode() 2569 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode() 2575 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode() 2594 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode() 3206 APFloat::opStatus s; in getNode() 3365 APFloat::opStatus s = in getNode()
|
| D | DAGCombiner.cpp | 6437 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaOverload.cpp | 373 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert( in getNarrowingKind()
|
| D | SemaExpr.cpp | 2938 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
|