Searched defs:Diff (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } function
/external/llvm/tools/bugpoint/
H A DFindBugs.cpp93 bool Diff = diffProgram(Program, Filename, "", false, &Error); local
94 if (Error.empty() && Diff) {
H A DBugDriver.cpp201 // Diff the output of the raw program against the reference output. If it
205 bool Diff = diffProgram(Program, "", "", false, &Error); local
210 if (!Diff) {
H A DMiscompilation.cpp80 bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", local
84 if (Diff) {
118 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error);
121 if (Diff) {
160 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
164 if (Diff) {
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dimage_util_bitmap_impl.py40 def Diff(bitmap1, bitmap2): function
41 return bitmap1.Diff(bitmap2)
H A Dimage_util_numpy_impl.py105 def Diff(image1, image2): function
H A D_bitmap.py184 def Diff(self, other): member in class:Bitmap
/external/llvm/tools/llvm-diff/
H A DDiffLog.h63 SmallVector<DiffRecord, 20> Diff; member in class:llvm::DiffLogBuilder
/external/chromium-trace/catapult/telemetry/telemetry/util/
H A Dimage_util.py91 def Diff(image1, image2): function
94 return impl.Diff(image1, image2)
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
H A Dfsdiff.py25 __all__ = ['Diff', 'Snapshot', 'File', 'Dir', 'report_expected_diffs',
28 class Diff(object): class in inherits:object
196 return Diff(self, self.clone())
/external/jdiff/src/jdiff/
H A DDiff.java12 class Diff { class
343 if (!Diff.noDocDiffs) {
344 diffFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + HTMLReportGenerator.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
475 if (!Diff.noDocDiffs) {
516 String link = "<a href=\"" + Diff.diffFileName + diffOutput.pkgName_ + HTMLReportGenerator.reportFileExt + "#" + diffOutput.id_ + "\">";
/external/llvm/lib/MC/
H A DMCWin64EH.cpp53 const MCExpr *Diff = local
56 Streamer.EmitValue(Diff, 1);
H A DMCStreamer.cpp658 const MCExpr *Diff = local
664 EmitValue(Diff, Size);
670 EmitAssignment(SetLabel, Diff);
/external/llvm/lib/Support/
H A DFileUtilities.cpp141 double Diff; local
143 Diff = std::abs(V1/V2 - 1.0);
145 Diff = std::abs(V2/V1 - 1.0);
147 Diff = 0; // Both zero.
148 if (Diff > RelTolerance) {
152 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
/external/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp223 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); local
224 if (const auto *CDiff = dyn_cast<SCEVConstant>(Diff)) {
/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp396 APInt Diff = ConstCand->ConstInt->getValue() - local
398 Constant *Offset = Diff == 0 ? nullptr : ConstantInt::get(Ty, Diff);
424 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); local
425 if ((Diff.getBitWidth() <= 64) &&
426 TTI->isLegalAddImmediate(Diff.getSExtValue()))
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1102 llvm::Value *Diff = local
1105 Builder.CreateICmpULE(Diff, Builder.getInt(Range), "inbounds");
H A DMicrosoftCXXABI.cpp535 llvm::Constant *Diff = local
538 return llvm::ConstantExpr::getTrunc(Diff, CGM.IntTy);
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp194 const SCEV *Diff = SE->getMinusSCEV(J, I); local
195 const SCEVConstant *C = dyn_cast<const SCEVConstant>(Diff);
H A DScalarEvolution.cpp885 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); local
887 if (sizeOfSCEV(Diff) > sizeOfSCEV(Numerator))
889 divide(SE, Diff, Denominator, &Q, &R);
7320 const SCEV *Diff = getMinusSCEV(LHS, RHS);
7321 if (isKnownNonZero(Diff))
8234 const SCEV *Diff = getMinusSCEV(RHS, Start);
8238 if (NoWrap && isa<SCEVConstant>(Diff)) {
8239 APInt D = dyn_cast<const SCEVConstant>(Diff)->getAPInt();
8315 const SCEV *Diff = getMinusSCEV(RHS, Start);
8319 if (NoWrap && isa<SCEVConstant>(Diff)) {
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp635 int Diff = ShAmt-C1; local
636 if (Diff < 0) {
637 Diff = -Diff;
642 TLO.DAG.getConstant(Diff, dl, Op.getOperand(1).getValueType());
731 int Diff = ShAmt-C1; local
732 if (Diff < 0) {
733 Diff = -Diff;
738 TLO.DAG.getConstant(Diff, d
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2048 SDValue Diff = DAG.getNode(ISD::FSUB, SL, MVT::f32, X, T); local
2050 SDValue AbsDiff = DAG.getNode(ISD::FABS, SL, MVT::f32, Diff);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 392 milliseconds

12