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

/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.cpp92 bool Diff = diffProgram(Program, Filename, "", false, &Error); local
93 if (Error.empty() && Diff) {
H A DBugDriver.cpp200 // Diff the output of the raw program against the reference output. If it
204 bool Diff = diffProgram(Program, "", "", false, &Error); local
209 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) {
159 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
163 if (Diff) {
/external/llvm/tools/llvm-diff/
H A DDiffLog.h59 SmallVector<DiffRecord, 20> Diff; member in class:llvm::DiffLogBuilder
/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/Support/
H A DFileUtilities.cpp142 double Diff; local
144 Diff = std::abs(V1/V2 - 1.0);
146 Diff = std::abs(V2/V1 - 1.0);
148 Diff = 0; // Both zero.
149 if (Diff > RelTolerance) {
153 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java2 * Diff Match and Patch
118 * The data structure representing a diff is a Linked list of Diff objects:
119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
120 * Diff(Operation.EQUAL, " world.")}
135 * @return Linked List of Diff objects.
137 public LinkedList<Diff> diff_main(String text1, String text2) {
149 * @return Linked List of Diff objects.
151 public LinkedList<Diff> diff_main(String text1, String text2,
159 LinkedList<Diff> diff
2289 public static class Diff { class in class:diff_match_patch
2304 public Diff(Operation operation, String text) { method in class:diff_match_patch.Diff
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1354 const MCExpr *Diff = local
1360 OutStreamer.EmitValue(Diff, Size, 0/*AddrSpace*/);
1366 OutStreamer.EmitAssignment(SetLabel, Diff);
1385 const MCExpr *Diff = local
1391 OutStreamer.EmitValue(Diff, 4, 0/*AddrSpace*/);
1395 OutStreamer.EmitAssignment(SetLabel, Diff);
/external/clang/lib/CodeGen/
H A DCGStmt.cpp867 llvm::Value *Diff = local
870 Builder.CreateICmpULE(Diff, Builder.getInt(Range), "inbounds");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1434 int Diff = ShAmt-C1; local
1435 if (Diff < 0) {
1436 Diff = -Diff;
1441 TLO.DAG.getConstant(Diff, Op.getOperand(1).getValueType());
1498 int Diff = ShAmt-C1; local
1499 if (Diff < 0) {
1500 Diff = -Diff;
1505 TLO.DAG.getConstant(Diff, O
[all...]
/external/v8/src/
H A Dplatform-win32.cc298 int64_t Diff(Time* other);
435 int64_t Time::Diff(Time* other) { function in class:v8::internal::Time
525 return localtime.Diff(&rounded_to_second);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14013 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue(); local
14014 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
14017 if (Diff < 10) {
14018 switch ((unsigned char)Diff) {
14033 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue(); local
14042 if (Diff != 1)
14044 DAG.getConstant(Diff, Cond.getValueType()));
14384 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue(); local
14385 if (N->getValueType(0) == MVT::i32) Diff
14404 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue(); local
[all...]
/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 3740 milliseconds