Home
last modified time | relevance | path

Searched defs:Diff (Results 1 – 25 of 88) sorted by relevance

1234

/external/clang/test/CodeGen/
D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp21 typedef typename Map::difference_type Diff; in testMap() typedef
43 typedef typename Set::difference_type Diff; in testSet() typedef
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp21 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef
59 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
/external/llvm/tools/bugpoint/
DFindBugs.cpp93 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses() local
DBugDriver.cpp205 bool Diff = diffProgram(Program, "", "", false, &Error); in run() local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DFindBugs.cpp92 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses() local
DBugDriver.cpp204 bool Diff = diffProgram(Program, "", "", false, &Error); in run() local
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp303 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local
361 llvm::Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local
402 APInt Diff = ConstCand->ConstInt->getValue() - in findAndMakeBaseConstant() local
430 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DFindBugs.cpp80 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses() local
DBugDriver.cpp218 Expected<bool> Diff = diffProgram(*Program, "", "", false); in run() local
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffLog.h59 SmallVector<DiffRecord, 20> Diff; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp461 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local
520 Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local
561 APInt Diff = ConstCand->ConstInt->getValue() - in findAndMakeBaseConstant() local
589 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h117 uint64_t Diff = Mass - X.Mass; variable
/external/llvm/tools/llvm-diff/
DDiffLog.h63 SmallVector<DiffRecord, 20> Diff; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffLog.h63 SmallVector<DiffRecord, 20> Diff; variable
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h102 uint64_t Diff = Mass - X.Mass; variable
/external/syzkaller/pkg/signal/
Dsignal.go100 func (s Signal) Diff(s1 Signal) Signal { func
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp150 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.cpp56 const auto Diff = P[I].Value - Q[I].Value; in isNeighbour() local
/external/llvm/lib/MC/
DMCWin64EH.cpp53 const MCExpr *Diff = in EmitAbsDifference() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileUtilities.cpp145 double Diff; in CompareNumbers() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCWin64EH.cpp51 const MCExpr *Diff = in EmitAbsDifference() local
/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp142 double Diff; in CompareNumbers() local
/external/llvm/lib/Support/
DFileUtilities.cpp141 double Diff; in CompareNumbers() local
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dcompare.go97 func Diff(x, y interface{}, opts ...Option) string { func

1234