Home
last modified time | relevance | path

Searched defs:subtract (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-doc/Inputs/basic-project/src/
H A DCalculator.cpp7 int Calculator::subtract(int a, int b) { in subtract() function in Calculator
/llvm-project/libcxx/test/std/utilities/ratio/ratio.arithmetic/
H A DR1_R2_requirement.verify.cpp34 namespace subtract { namespace
/llvm-project/llvm/lib/IR/
H A DConstantRangeList.cpp84 void ConstantRangeList::subtract(const ConstantRange &SubRange) { subtract() function in ConstantRangeList
H A DConstantRange.cpp548 ConstantRange ConstantRange::subtract(const APInt &Val) const { subtract() function in ConstantRange
/llvm-project/clang/test/SemaCXX/
H A Dmatrix-type-operators.cpp41 typename MyMatrix<EltTy2, R2, C2>::matrix_t subtract(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy1, … in subtract() function
/llvm-project/polly/lib/Transform/
H A DFlattenAlgo.cpp75 isl::union_pw_aff subtract(isl::union_pw_aff UPwAff, isl::val Val) { in subtract() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPWMAFunction.cpp385 void MultiAffineFunction::subtract(const MultiAffineFunction &other) { subtract() function in MultiAffineFunction
H A DPresburgerRelation.cpp599 PresburgerRelation::subtract(const PresburgerRelation &set) const { subtract() function in PresburgerRelation
1084 PresburgerSet PresburgerSet::subtract(const PresburgerRelation &set) const { subtract() function in PresburgerSet
H A DIntegerRelation.cpp347 IntegerRelation::subtract(const PresburgerRelation &set) const { subtract() function in IntegerRelation
2624 PresburgerSet IntegerPolyhedron::subtract(const PresburgerSet &other) const { subtract() function in IntegerPolyhedron
/llvm-project/clang/test/CodeGenCXX/
H A Dmatrix-type-operators.cpp36 typename MyMatrix<EltTy0, R0, C0>::matrix_t subtract(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy0, R0, C0> &B) { in subtract() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp141 void HexagonBlockRanges::RangeList::subtract(const IndexRange &Range) { subtract() function in HexagonBlockRanges::RangeList
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1727 addOrSubtractSpecials(const IEEEFloat & rhs,bool subtract) addOrSubtractSpecials() argument
1784 addOrSubtractSignificand(const IEEEFloat & rhs,bool subtract) addOrSubtractSignificand() argument
2034 addOrSubtract(const IEEEFloat & rhs,roundingMode rounding_mode,bool subtract) addOrSubtract() argument
2071 IEEEFloat::opStatus IEEEFloat::subtract(const IEEEFloat &rhs, subtract() function in llvm::detail::IEEEFloat
4857 APFloat::opStatus DoubleAPFloat::subtract(const DoubleAPFloat &RHS, subtract() function in llvm::detail::DoubleAPFloat
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1095 opStatus subtract(const APFloat &RHS, roundingMode RM) { subtract() function
[all...]
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h419 void subtract(unsigned Cycles) { in subtract() function
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp171 Value subtract = builder.create<arith::SubIOp>(paddedAfter, addOne); getConvOrPoolOutputDim() local
H A DTosaToLinalg.cpp244 auto subtract = createLinalgBodyCalculationForElementwiseOp() local
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp135 Counter CounterExpressionBuilder::subtract(Counter LHS, Counter RHS, subtract() function in CounterExpressionBuilder
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h8773 isl::map basic_map::subtract(const isl::map &map2) const in subtract() function
8778 isl::union_map basic_map::subtract(const isl::union_map &umap2) const in subtract() function
9720 isl::set basic_set::subtract(const isl::set &set2) const in subtract() function
9725 isl::union_set basic_set::subtract(const isl::union_set &uset2) const in subtract() function
11698 isl::map map::subtract(isl::map map2) const in subtract() function
11704 isl::union_map map::subtract(const isl::union_map &umap2) const in subtract() function
11709 isl::map map::subtract(const isl::basic_map &map2) const in subtract() function
14893 isl::set point::subtract(const isl::set &set2) const in subtract() function
14898 isl::union_set point::subtract(const isl::union_set &uset2) const in subtract() function
19258 isl::set set::subtract(isl::set set2) const in subtract() function
[all …]
/llvm-project/polly/lib/External/isl/
H A Disl_mat.c599 static void subtract(__isl_keep isl_mat *M, __isl_keep isl_mat **U, in subtract() function
H A Disl_union_map.c909 int subtract; member
/llvm-project/llvm/unittests/ADT/
H A DAPFloatTest.cpp2744 TEST(APFloatTest,subtract) TEST() argument
[all...]