Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp363 const ssize_t Difference = FS.Width - FS.Str.size(); in operator <<() local
364 if (Difference > 0) { in operator <<()
369 RightIndent = Difference; in operator <<()
372 LeftIndent = Difference; in operator <<()
375 LeftIndent = Difference / 2; in operator <<()
376 RightIndent = Difference - LeftIndent; in operator <<()
/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp503 bool Difference = false; in diff() local
516 } else if (Complain || !Difference) { in diff()
519 Difference = true; in diff()
522 if (!Difference) in diff()
529 Difference = true; in diff()
531 return Difference; in diff()
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h309 fInt Difference; in fSubtract() local
311 Difference.full = X.full - Y.full; in fSubtract()
313 return Difference; in fSubtract()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1593 double &Difference, MatchStatus Status);
1600 double &Difference, MatchStatus Status);
1714 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction() argument
1729 Difference += in updateOverlapStatsForFunction()
1736 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee() argument
1744 Difference, Status); in updateForUnmatchedCallee()
1749 Difference, Status); in updateForUnmatchedCallee()
1760 double Difference = 0; in computeSampleFunctionInternalOverlap() local
1780 Difference, BlockIterStep.getMatchStatus()); in computeSampleFunctionInternalOverlap()
1805 updateForUnmatchedCallee(F.second, FuncOverlap, Difference, in computeSampleFunctionInternalOverlap()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dreinit.t61 print "# Difference at byte $at...\n";
H A Drender.t120 print "# Difference at byte $at...\n";
/openbsd-src/gnu/llvm/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
1511 // Scalar Absolute Difference
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp772 std::optional<unsigned> Difference; in haveIdenticalTripCounts() local
776 Difference = Diff; in haveIdenticalTripCounts()
783 LLVM_DEBUG(dbgs() << "Difference in loop trip count is: " << Difference in haveIdenticalTripCounts()
786 return {false, Difference}; in haveIdenticalTripCounts()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleA8.td978 // Double-register Absolute Difference and Accumulate
982 // Quad-register Absolute Difference and Accumulate
H A DARMScheduleSwift.td215 // 4.2.11 Sum of Absolute Difference
H A DARMScheduleR52.td256 // Sum of Absolute Difference
H A DARMScheduleA9.td1440 // Double-register Absolute Difference and Accumulate
1449 // Quad-register Absolute Difference and Accumulate
H A DARMInstrNEON.td5626 // VABD : Vector Absolute Difference
5644 // VABDL : Vector Absolute Difference Long (Q = | D - D |)
5673 // VABA : Vector Absolute Difference and Accumulate
5679 // VABAL : Vector Absolute Difference and Accumulate Long (Q += | D - D |)
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1151 Value *Difference = CreateSub(LHS_int, RHS_int); in CreatePtrDiff() local
1152 return CreateExactSDiv(Difference, ConstantExpr::getSizeOf(ElemTy), in CreatePtrDiff()
/openbsd-src/gnu/llvm/llvm/docs/
H A DBuildingADistribution.rst69 Difference between ``install`` and ``install-distribution``
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2737 const float Difference = Output - Input; in link() local
2741 return (Difference / (Sum / 2)); in link()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx20Papers.csv123 "`P1522R1 <https://wg21.link/P1522R1>`__","LWG","Iterator Difference Type and Integer Overflow","Co…
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td324 // Vector Absolute Difference
329 // Scalar Absolute Difference
H A DIntrinsicsPowerPC.td1210 // Absolute Difference intrinsics
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dintdoc.in603 DEFDOC (DIM, "Difference magnitude (non-negative subtract).", "\
608 DEFDOC (DDIM, "Difference magnitude (archaic).", ARCHAIC_2 (DIM, DiM))
609 DEFDOC (IDIM, "Difference magnitude (archaic).", ARCHAIC_2 (DIM, DiM))
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1397 ConstantRange Difference = DominatingCR.difference(CR); in foldICmpWithDominatingICmp() local
1400 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
1421 if (const APInt *NeC = Difference.getSingleElement()) in foldICmpWithDominatingICmp()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp6862 ConstantRange Difference = DomCR.difference(CR); in isImpliedCondCommonOperandWithConstants() local
6865 if (Difference.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td1635 // Absolute Difference

12