Home
last modified time | relevance | path

Searched refs:Difference (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/
H A Diterator_count_sentinel.pass.cpp26 using Difference = std::iter_difference_t<It>; in check_forward() typedef
27 Difference const M = (expected - first); // expected travel distance in check_forward()
32 std::same_as<Difference> auto result = std::ranges::advance(it, n, sent); in check_forward()
51 using Difference = std::iter_difference_t<It>; in check_forward_sized_sentinel() typedef
52 Difference const size = (last - first); in check_forward_sized_sentinel()
53 Difference const M = (expected - first); // expected travel distance in check_forward_sized_sentinel()
58 std::same_as<Difference> auto result = std::ranges::advance(it, n, sent); in check_forward_sized_sentinel()
81 using Difference = std::iter_difference_t<It>; in check_backward() typedef
82 Difference const M = (expected - last); // expected travel distance (which is negative) in check_backward()
87 std::same_as<Difference> auto result = std::ranges::advance(it, n, sent); in check_backward()
H A Diterator_count.pass.cpp23 using Difference = std::iter_difference_t<It>; in check() typedef
24 Difference const M = (expected - first); // expected travel distance (which may be negative) in check()
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacro-vararg.s10 ## Difference: GNU as squeezes repeated spaces.
13 ## Difference: GNU as non-x86 drops the space before '(' (gas PR/25750)
27 ## Difference: GNU as squeezes repeated spaces.
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Ddistance.pass.cpp30 typedef typename std::iterator_traits<It>::difference_type Difference; in check_distance() typedef
31 static_assert(std::is_same<decltype(std::distance(first, last)), Difference>::value, ""); in check_distance()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dchar-set.cpp18 set = set.Difference(ch); in ToString()
H A Dmessage.cpp97 expect = expect.Difference('\n'); in ToString()
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp356 const ssize_t Difference = FS.Width - FS.Str.size(); in operator <<() local
357 if (Difference > 0) { in operator <<()
362 RightIndent = Difference; in operator <<()
365 LeftIndent = Difference; in operator <<()
368 LeftIndent = Difference / 2; in operator <<()
369 RightIndent = Difference - LeftIndent; in operator <<()
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp384 bool Difference = false; in diff() local
397 } else if (Complain || !Difference) { in diff()
400 Difference = true; in diff()
403 if (!Difference) in diff()
410 Difference = true; in diff()
412 return Difference; in diff()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dchar-set.h68 constexpr SetOfChars Difference(SetOfChars that) const { in Difference() function
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1369 double &Difference, MatchStatus Status);
1376 double &Difference, MatchStatus Status);
1505 Difference += in updateOverlapStatsForFunction()
1512 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee() argument
1520 Difference, Status); in updateForUnmatchedCallee()
1525 Difference, Status); in updateForUnmatchedCallee()
1536 double Difference = 0; in computeSampleFunctionInternalOverlap() local
1581 updateForUnmatchedCallee(F.second, FuncOverlap, Difference, in computeSampleFunctionInternalOverlap()
1600 updateForUnmatchedCallee(Callee->second, FuncOverlap, Difference, in computeSampleFunctionInternalOverlap()
1605 Difference += 2.0 - 2 * computeSampleFunctionInternalOverlap( in computeSampleFunctionInternalOverlap()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dbti-outliner-2.ll4 ; Difference is the BTI placement is enabled by default for the entire module.
/llvm-project-15.0.7/libcxx/docs/Status/
H A DRangesIssues.csv11 `P1522R1 <https://wg21.link/P1522R1>`__,Iterator Difference Type And Integer Overflow,|Complete|,15…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A DStackColoring-dbg-invariance.mir4 # Difference between test_1 and test_2 is that there is a DBG_VALUE in test_1.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenCLExtensions.def34 // Difference between optional core feature and core feature is that the
H A Darm_fp16.td113 // Scalar Absolute Difference
H A Darm_neon.td367 // E.3.5 Absolute Difference
797 // Absolute Difference
1510 // Scalar Absolute Difference
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp746 Optional<unsigned> Difference = None; in haveIdenticalTripCounts() local
750 Difference = Diff; in haveIdenticalTripCounts()
757 LLVM_DEBUG(dbgs() << "Difference in loop trip count is: " << Difference in haveIdenticalTripCounts()
760 return {false, Difference}; in haveIdenticalTripCounts()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1271 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; in runOnFunctions() local
1272 Mean += fabs(Difference / IncomingMap[&BB]); in runOnFunctions()
1301 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; in runOnFunctions() local
1303 pow(fabs(Difference / IncomingMap[&BB]) - FlowImbalanceMean, 2); in runOnFunctions()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleA8.td978 // Double-register Absolute Difference and Accumulate
982 // Quad-register Absolute Difference and Accumulate
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp1045 Value *Difference = CreateSub(LHS_int, RHS_int); in CreatePtrDiff() local
1046 return CreateExactSDiv(Difference, ConstantExpr::getSizeOf(ElemTy), in CreatePtrDiff()
/llvm-project-15.0.7/llvm/docs/
H A DBuildingADistribution.rst69 Difference between ``install`` and ``install-distribution``
/llvm-project-15.0.7/libcxx/docs/
H A DReleaseNotes.rst67 - P1522R1 - Iterator Difference Type and Integer Overflow
/llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/
H A Dneon-instructions.txt142 # Vector Absolute Difference and Accumulate (Signed, Unsigned)
143 # Vector Absolute Difference (Signed, Unsigned)
144 # Vector Absolute Difference (Floating Point)
2632 # Scalar Floating-point Absolute Difference
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2675 const float Difference = Output - Input; in link() local
2679 return (Difference / (Sum / 2)); in link()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1990 auto *Difference = dyn_cast<Instruction>(AddOne->getOperand(0)); in TEST_F() local
1991 ASSERT_NE(Difference, nullptr); in TEST_F()
1992 ASSERT_TRUE(Difference->isBinaryOp()); in TEST_F()
1993 EXPECT_EQ(Difference->getOperand(1), LoadedLowerBound); in TEST_F()
1994 auto *LoadedUpperBound = dyn_cast<LoadInst>(Difference->getOperand(0)); in TEST_F()

12