Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp334 bool Difference = false; in diff() local
347 } else if (Complain || !Difference) { in diff()
350 Difference = true; in diff()
353 if (!Difference) in diff()
358 Difference = true; in diff()
360 return Difference; in diff()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp357 const ssize_t Difference = FS.Width - FS.Str.size(); in operator <<() local
358 if (Difference > 0) { in operator <<()
363 RightIndent = Difference; in operator <<()
366 LeftIndent = Difference; in operator <<()
369 LeftIndent = Difference / 2; in operator <<()
370 RightIndent = Difference - LeftIndent; in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1266 double &Difference, MatchStatus Status);
1273 double &Difference, MatchStatus Status);
1387 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction() argument
1402 Difference += in updateOverlapStatsForFunction()
1409 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee() argument
1417 Difference, Status); in updateForUnmatchedCallee()
1422 Difference, Status); in updateForUnmatchedCallee()
1433 double Difference = 0; in computeSampleFunctionInternalOverlap() local
1453 Difference, BlockIterStep.getMatchStatus()); in computeSampleFunctionInternalOverlap()
1478 updateForUnmatchedCallee(F.second, FuncOverlap, Difference, in computeSampleFunctionInternalOverlap()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h311 fInt Difference; in fSubtract() local
313 Difference.full = X.full - Y.full; in fSubtract()
315 return Difference; in fSubtract()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.td369 // E.3.5 Absolute Difference
799 // Absolute Difference
1512 // Scalar Absolute Difference
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d993 Open = 0, Negate, Difference, SymDifference, Intersection, Union, None enumerator
1026 return Operator.Difference; in twinSymbolOperator()
1204 op = Operator.Difference;
1315 case Operator.Difference: in parseCharsetImpl()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DRangesIssuePaperStatus.csv11 `P1522R1 <https://wg21.link/P1522R1>`__,Iterator Difference Type And Integer Overflow,,
H A DCxx2aStatusPaperStatus.csv123 "`P1522 <https://wg21.link/P1522>`__","LWG","Iterator Difference Type and Integer Overflow","Cologn…
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp959 Value *Difference = CreateSub(LHS_int, RHS_int); in CreatePtrDiff() local
960 return CreateExactSDiv(Difference, in CreatePtrDiff()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBuildingADistribution.rst69 Difference between ``install`` and ``install-distribution``
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2589 const float Difference = Output - Input; in link() local
2593 return (Difference / (Sum / 2)); in link()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td306 // Vector Absolute Difference
311 // Scalar Absolute Difference
H A DIntrinsicsPowerPC.td1073 // Absolute Difference intrinsics
/netbsd-src/external/bsd/nsd/dist/doc/
H A Ddifferences.tex216 Difference in interpretation of the RFCs, a CLASS value of 0 is interpreted
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1487 ConstantRange Difference = DominatingCR.difference(CR); in foldICmpWithDominatingICmp() local
1490 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
1511 if (const APInt *NeC = Difference.getSingleElement()) in foldICmpWithDominatingICmp()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d6254 Open = 0, Negate, Difference, SymDifference, Intersection, Union, None
6289 return Operator.Difference;
6470 op = Operator.Difference;
6586 case Operator.Difference:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp6430 ConstantRange Difference = DomCR.difference(CR); in isImpliedCondMatchingImmOperands() local
6433 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td1626 // Absolute Difference

123