Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/SPIRV-Tools/test/diff/
Ddiff_test.cpp50 TEST(DiffIndentTest, Diff) { in TEST() argument
99 TEST(DiffNoHeaderTest, Diff) { in TEST() argument
143 TEST(DiffHeaderTest, Diff) { in TEST() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/diff/
Ddiff_test.cpp50 TEST(DiffIndentTest, Diff) { in TEST() argument
99 TEST(DiffNoHeaderTest, Diff) { in TEST() argument
143 TEST(DiffHeaderTest, Diff) { in TEST() argument
/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/clang/test/CodeGen/
D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
/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/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
DExecutionDriver.cpp461 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, in diffProgram() local
/external/rust/crates/itertools/src/
Ddiff.rs15 pub enum Diff<I, J> enum
/external/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp527 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local
589 Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local
634 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); in findAndMakeBaseConstant() local
685 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
/external/gwp_asan/gwp_asan/
Dstack_trace_compressor.cpp73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp55 const MCExpr *Diff = in EmitAbsDifference() local
254 const MCExpr *Diff = in GetAbsDifference() local
/external/llvm/lib/MC/
DMCWin64EH.cpp53 const MCExpr *Diff = in EmitAbsDifference() local
/external/llvm/lib/Support/
DFileUtilities.cpp141 double Diff; in CompareNumbers() local
/external/pdfium/testing/tools/
Dsafetynet_image.py304 def Diff(self, test_case): member in ImageLocations
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileUtilities.cpp147 double Diff; in CompareNumbers() local
/external/go-cmp/cmp/
Dcompare.go111 func Diff(x, y interface{}, opts ...Option) string { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate() local
773 const SCEVConstant *Diff = dyn_cast<SCEVConstant>( in alreadyPrepared() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp296 Value *Diff = Builder.CreateSub(LoadSrc1, LoadSrc2); in emitLoadCompareByteBlock() local
323 Value *Diff = nullptr; in getCompareLoadPairs() local
/external/jdiff/src/jdiff/
DDiff.java12 class Diff { class
/external/swiftshader/third_party/SPIRV-Tools/
DREADME.md215 ### Diff subsection

1234