Home
last modified time | relevance | path

Searched defs:isEqual (Results 51 - 75 of 91) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h342 static bool isEqual(uint32_t LHS, const Abbrev &RHS) { in isEqual() function
345 static bool isEqual(const Abbrev &LHS, const Abbrev &RHS) { in isEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DObjectFile.h559 static bool isEqual(const object::SectionRef &A, in isEqual() function
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py191 def isEqual(a, b): return Scalar(a.isEqual(b)) member in GenMath
235 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) member in Scalar
371 def isEqual(self, other): member in Vec
796 def isEqual(self, other): member in Mat
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py191 def isEqual(a, b): return Scalar(a.isEqual(b)) member in GenMath
235 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) member in Scalar
373 def isEqual(self, other): member in Vec
798 def isEqual(self, other): member in Mat
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py181 def isEqual(a, b): return Scalar(a.isEqual(b)) member in GenMath
222 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) member in Scalar
313 def isEqual(self, other): member in Vec
649 def isEqual(self, other): member in Mat
/third_party/icu/icu4c/source/i18n/
H A Dtzfmt.cpp489 bool isEqual = in operator ==() local
/third_party/node/deps/icu-small/source/i18n/
H A Dtzfmt.cpp489 bool isEqual = in operator ==() local
/third_party/icu/icu4c/source/test/intltest/
H A Dplurults.cpp303 UBool isEqual = true; in checkEqual() local
H A Dtestidna.cpp654 testCompare(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) testCompare() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp1723 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual() function
H A DLLVMContextImpl.h79 static bool isEqual(const APInt &LHS, const APInt &RHS) { in isEqual() function
92 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual() function
138 static bool isEqual(const KeyTy& LHS, const StructType *RHS) { in isEqual() function
144 static bool isEqual(const StructType *LHS, const StructType *RHS) { in isEqual() function
194 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { in isEqual() function
200 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { in isEqual() function
1156 static bool isEqual(const KeyTy &LHS, const NodeTy *RHS) { in isEqual() function
1162 static bool isEqual(const NodeTy *LHS, const NodeTy *RHS) { in isEqual() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp576 bool TestClampModeForInternalFormat::isEqual(const GLubyte* color1, const GLubyte* color2, GLubyte tolerance) const in isEqual() function in glcts::TestClampModeForInternalFormat
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtzfmt.cpp489 UBool isEqual = in operator ==() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCallSite.h919 static bool isEqual(const CallSite &LHS, const CallSite &RHS) { in isEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp291 static bool isEqual(const OffsetValue &LHS, const OffsetValue &RHS) { in isEqual() function
315 static bool isEqual(const OffsetInstantiatedValue &LHS, in isEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp305 static inline bool isEqual(const UnrolledInstState &LHS, in isEqual() function
H A DEarlyCSE.cpp392 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual() function in DenseMapInfo
460 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual() function in DenseMapInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp946 static bool isEqual(const LoweredPHIRecord &LHS, in isEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableSet.h138 bool isEqual(const ImutAVLTree& RHS) const { in isEqual() function in llvm::ImutAVLTree
919 static bool isEqual(key_type_ref LHS, key_type_ref RHS) { in isEqual() function
945 static bool isEqual(key_type_re function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h264 static bool isEqual(minidump::StreamType LHS, minidump::StreamType RHS) { in isEqual() function
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp741 bool isEqual = false; in compareTransformFeedbackOutput() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp1516 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS, in isEqual() function in IRMover::StructTypeKeyInfo
1523 bool IRMover::StructTypeKeyInfo::isEqual(const StructType *LHS, in isEqual() function in IRMover::StructTypeKeyInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp1810 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual() function
H A DWasmObjectWriter.cpp97 static bool isEqual(const WasmSignature &LHS, const WasmSignature &RHS) { in isEqual() function
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp114 virtual bool isEqual(const SkImageFilterLight& other) const { in isEqual() function in __anon18760::SkImageFilterLight

Completed in 54 milliseconds

1234