Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DAPFloat.h166 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/
DAPFloat.cpp947 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/
DLiteralSupport.h97 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DConstantFolding.cpp1310 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
1476 APFloat::opStatus status = in ConstantFoldCall()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DLiteralSupport.cpp913 llvm::APFloat::opStatus
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2563 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()
DDAGCombiner.cpp6437 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaOverload.cpp373 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert( in getNarrowingKind()
DSemaExpr.cpp2938 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()