| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 363 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 D | DifferenceEngine.cpp | 503 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 D | ppevvmath.h | 309 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 D | llvm-profdata.cpp | 1593 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 D | reinit.t | 61 print "# Difference at byte $at...\n";
|
| H A D | render.t | 120 print "# Difference at byte $at...\n";
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | OpenCLExtensions.def | 34 // Difference between optional core feature and core feature is that the
|
| H A D | arm_fp16.td | 113 // Scalar Absolute Difference
|
| H A D | arm_neon.td | 367 // E.3.5 Absolute Difference 797 // Absolute Difference 1511 // Scalar Absolute Difference
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 772 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 D | ARMScheduleA8.td | 978 // Double-register Absolute Difference and Accumulate 982 // Quad-register Absolute Difference and Accumulate
|
| H A D | ARMScheduleSwift.td | 215 // 4.2.11 Sum of Absolute Difference
|
| H A D | ARMScheduleR52.td | 256 // Sum of Absolute Difference
|
| H A D | ARMScheduleA9.td | 1440 // Double-register Absolute Difference and Accumulate 1449 // Quad-register Absolute Difference and Accumulate
|
| H A D | ARMInstrNEON.td | 5626 // 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 D | IRBuilder.cpp | 1151 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 D | BuildingADistribution.rst | 69 Difference between ``install`` and ``install-distribution``
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 2737 const float Difference = Output - Input; in link() local 2741 return (Difference / (Sum / 2)); in link()
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx20Papers.csv | 123 "`P1522R1 <https://wg21.link/P1522R1>`__","LWG","Iterator Difference Type and Integer Overflow","Co…
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 324 // Vector Absolute Difference 329 // Scalar Absolute Difference
|
| H A D | IntrinsicsPowerPC.td | 1210 // Absolute Difference intrinsics
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | intdoc.in | 603 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 D | InstCombineCompares.cpp | 1397 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 D | ValueTracking.cpp | 6862 ConstantRange Difference = DomCR.difference(CR); in isImpliedCondCommonOperandWithConstants() local 6865 if (Difference.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrAltivec.td | 1635 // Absolute Difference
|