| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 334 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 D | raw_ostream.cpp | 357 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 D | llvm-profdata.cpp | 1266 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 D | ppevvmath.h | 311 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 D | LoopFuse.cpp | 746 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 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 | 369 // 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 D | parser.d | 993 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 D | RangesIssuePaperStatus.csv | 11 `P1522R1 <https://wg21.link/P1522R1>`__,Iterator Difference Type And Integer Overflow,,
|
| H A D | Cxx2aStatusPaperStatus.csv | 123 "`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 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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 959 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 D | BuildingADistribution.rst | 69 Difference between ``install`` and ``install-distribution``
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 2589 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 D | IntrinsicsAArch64.td | 306 // Vector Absolute Difference 311 // Scalar Absolute Difference
|
| H A D | IntrinsicsPowerPC.td | 1073 // Absolute Difference intrinsics
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | differences.tex | 216 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 D | InstCombineCompares.cpp | 1487 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 D | package.d | 6254 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 D | ValueTracking.cpp | 6430 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 D | PPCInstrAltivec.td | 1626 // Absolute Difference
|