HomeSort by relevance Sort by last modified time
    Searched refs:Diff (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/test/CodeGen/
2005-01-02-PointerDifference.c 4 int Diff(int *P, int *Q) { return P-Q; }
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DC_2I_D16_TRC_WRA_01.c 28 LVM_INT32 Diff;
37 Diff=*(pDataIn++)-(LeftDC>>16);
38 if (Diff > 32767) {
39 Diff = 32767; }
40 else if (Diff < -32768) {
41 Diff = -32768; }
42 *(pDataOut++)=(LVM_INT16)Diff;
43 if (Diff < 0) {
50 Diff=*(pDataIn++)-(RightDC>>16);
51 if (Diff > 32767)
    [all...]
LVM_Mixer_TimeConstant.c 69 LVM_INT32 Diff;
151 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
152 MUL32x16INTO32(Diff,Interpolate,Diff,15)
153 Product = Table[Shift+1] + (LVM_UINT32)Diff;
  /external/llvm/tools/llvm-diff/
DiffLog.cpp 34 Diff.push_back(DiffRecord(L, R));
38 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr)));
42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R));
45 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); }
48 return (Diff[I].first ? (Diff[I].second ? DC_match : DC_left)
51 Instruction *DiffLogBuilder::getLeft(unsigned I) const { return Diff[I].first; }
52 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; }
DiffLog.h 56 /// A temporary-object class for building up diff messages.
59 SmallVector<DiffRecord, 20> Diff;
DifferenceEngine.cpp 178 bool Result = diff(L, R, true, true);
188 diff(Pair.first, Pair.second);
192 void diff(BasicBlock *L, BasicBlock *R) { function in class:__anon15472::FunctionDifferenceEngine
202 // If the instructions differ, start the more sophisticated diff
204 if (diff(LeftI, RightI, false, false)) {
246 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { function in class:__anon15472::FunctionDifferenceEngine
459 void diff(Function *L, Function *R) { function in class:__anon15472::FunctionDifferenceEngine
484 return !diff(L, R, false, false);
547 DiffLogBuilder Diff(Engine.getConsumer());
568 Diff.addMatch(L, R)
633 void DifferenceEngine::diff(Function *L, Function *R) { function in class:DifferenceEngine
651 void DifferenceEngine::diff(Module *L, Module *R) { function in class:DifferenceEngine
    [all...]
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
command_utils.cpp 34 return CommandType::Diff;
57 case CommandType::Diff:
command_utils.h 31 Diff,
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
command_utils_test.cpp 29 EXPECT_EQ(CommandUtils::getCommandType("diff"), CommandType::Diff);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java 24 Dicttool.addCommand("diff", Diff.class);
Diff.java 28 public class Diff extends Dicttool.Command {
29 public static final String COMMAND = "diff";
31 public Diff() {
66 // diff a en_US with a en_GB dictionary, but someone who diffs a de dict with a
67 // pt_BR dict is almost certainly only interested in header-level diff, and the word
68 // diff would be very large, meaningless, and annoying.
  /external/llvm/tools/bugpoint/
FindBugs.cpp 93 bool Diff = diffProgram(Program, Filename, "", false, &Error);
94 if (Error.empty() && Diff) {
105 outs() << "\n*** diff'd output matches!\n";
BugDriver.cpp 39 // program. If this filename is set, it is used as the reference diff source,
201 // Diff the output of the raw program against the reference output. If it
205 bool Diff = diffProgram(Program, "", "", false, &Error);
210 if (!Diff) {
220 outs() << "\n*** Input program does not match reference diff!\n";
  /external/libvpx/libvpx/vp8/common/ppc/
recon_altivec.asm 16 .macro row_of16 Diff Pred Dst Stride
20 lvx v3, 0, \Diff ;# v3 = d0..d7
23 lvx v3, r8, \Diff ;# v3 = d8..d15
24 addi \Diff, \Diff, 32 ;# next diff
56 .macro two_rows_of8 Diff Pred Dst Stride write_first_four_pels
59 lvx v3, 0, \Diff ;# v3 = d0..d7
62 lvx v3, r8, \Diff ;# v2 = d8..d15
100 addi r3, r3, 32; ;# next diff
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
recon_altivec.asm 16 .macro row_of16 Diff Pred Dst Stride
20 lvx v3, 0, \Diff ;# v3 = d0..d7
23 lvx v3, r8, \Diff ;# v3 = d8..d15
24 addi \Diff, \Diff, 32 ;# next diff
56 .macro two_rows_of8 Diff Pred Dst Stride write_first_four_pels
59 lvx v3, 0, \Diff ;# v3 = d0..d7
62 lvx v3, r8, \Diff ;# v2 = d8..d15
100 addi r3, r3, 32; ;# next diff
    [all...]
  /external/llvm/lib/Support/
FileUtilities.cpp 96 // The diff failed.
141 double Diff;
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'
170 /// error occurs, allowing the caller to distinguish between a failed diff and
    [all...]
  /external/jdiff/src/jdiff/
MethodAPI.java 99 if (Diff.showAllChanges &&
103 if (Diff.showAllChanges &&
MergeChanges.java 95 ctorDiff.addModifiersChange(removedCtor.modifiers_.diff(addedCtor.modifiers_));
107 ctorDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedCtor.doc_, addedCtor.doc_, id, title);
155 methodDiff.addModifiersChange(removedMethod.modifiers_.diff(addedMethod.modifiers_));
167 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
232 methodDiff.addModifiersChange(removedMethod.modifiers_.diff(addedMethod.modifiers_));
244 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
275 if (Diff.showAllChanges &&
285 if (Diff.showAllChanges &&
315 fieldDiff.addModifiersChange(removedField.modifiers_.diff(addedField.modifiers_));
324 fieldDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedField.doc_, addedField.doc_, id, title)
    [all...]
APIComparator.java 144 Diff.closeDiffFile();
218 pkgDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, null, oldPkg.doc_, newPkg.doc_, id, title);
222 // Only add to the parent Diff object if some difference has been found
262 String inheritanceChange = ClassDiff.diff(oldClass, newClass);
283 classDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_,
288 String modifiersChange = oldClass.modifiers_.diff(newClass.modifiers_);
398 memberDiff.documentationChange_ = Diff.saveDocDiffs(
401 String modifiersChange = oldCtor.modifiers_.diff(newCtor.modifiers_);
605 if (Diff.showAllChanges &&
616 if (Diff.showAllChanges &&
    [all...]
Diff.java 12 class Diff {
48 DiffMyers diff = new DiffMyers(oldDocWords, newDocWords); local
49 DiffMyers.change script = diff.diff_2(false);
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_ + "\">";
586 * Emit the HTML footer and close the diff file.
    [all...]
HTMLFiles.java 147 if (!Diff.noDocDiffs) {
148 h_.writeText(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + h_.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
328 h_.writeText("div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}");
  /external/ltrace/testsuite/ltrace.main/
system_calls.exp 94 proc Diff {d1 d2} {
131 Match [Diff [Calls [ltraceRun -L -S -- $bin]] \
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 109 const SCEV *Diff = SE->getMinusSCEV(X, Y);
110 return cast<SCEVConstant>(Diff)->getValue()->getSExtValue() < 0;
218 const SCEV *Diff = SE->getMinusSCEV(K->first, LSCEV);
219 if (isa<SCEVConstant>(Diff)) {
339 const SCEVConstant *Diff =
341 if (Diff->isZero()) {
354 I8Ty, PtrInc, Diff->getValue(),
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 396 APInt Diff = ConstCand->ConstInt->getValue() -
398 Constant *Offset = Diff == 0 ? nullptr : ConstantInt::get(Ty, Diff);
424 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue();
425 if ((Diff.getBitWidth() <= 64) &&
426 TTI->isLegalAddImmediate(Diff.getSExtValue()))
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 193 private Diff diff(ZenModeConfig to) { method in class:ZenModeConfig
194 final Diff d = new Diff();
236 public static Diff diff(ZenModeConfig from, ZenModeConfig to) { method in class:ZenModeConfig
238 final Diff d = new Diff();
244 return from.diff(to);
    [all...]

Completed in 851 milliseconds

1 2