Home
last modified time | relevance | path

Searched defs:isEqual (Results 1 – 25 of 70) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DConstantFoldingTest.h73 bool isEqual(const TConstantUnion &node, const float &value) const in isEqual() function
95 bool isEqual(const TConstantUnion &node, const int &value) const in isEqual() function
108 bool isEqual(const TConstantUnion &node, const unsigned int &value) const in isEqual() function
120 bool isEqual(const TConstantUnion &node, const bool &value) const in isEqual() function
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DConstantFoldingTest.h73 bool isEqual(const TConstantUnion &node, const float &value) const in isEqual() function
95 bool isEqual(const TConstantUnion &node, const int &value) const in isEqual() function
108 bool isEqual(const TConstantUnion &node, const unsigned int &value) const in isEqual() function
120 bool isEqual(const TConstantUnion &node, const bool &value) const in isEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h70 static bool isEqual(const ValueKeyT1 &C1, const ValueKeyT2 &C2) { in isEqual() function
75 static bool isEqual(const ValueKeyT &C, PoolEntry *P) { in isEqual() function
81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) { in isEqual() function
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DEquator.java21 public boolean isEqual(Object a, Object b); in isEqual() method
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DEquator.java22 public boolean isEqual(Object a, Object b); in isEqual() method
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/Type_and_Member_Identity/
DType_and_Member_Identity_1.ts41 let isEqual: IsEqual<T, U> = true; variable
DType_and_Member_Identity_4.ts44 let isEqual: IsEqual<T, U> = true; variable
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcLimitTest.inl258 bool LimitCase<DataType>::isEqual(DataType a, DataType b) const function in LimitCase
264 bool LimitCase<tcu::IVec3>::isEqual(tcu::IVec3 a, tcu::IVec3 b) const function in LimitCase::IVec3
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h156 static bool isEqual(const DeclContext *LHS, const DeclContext *RHS) { in isEqual() function
/third_party/jsoncpp/src/lib_json/
Djson_valueiterator.inl55 bool ValueIteratorBase::isEqual(const SelfType& other) const { function in Json::ValueIteratorBase
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/
DCaptureReplayTests.cpp153 bool isEqual = in runTest() local
/third_party/flutter/skia/src/gpu/
DGrXferProcessor.h170 bool isEqual(const GrXferProcessor& that) const { in isEqual() function
/third_party/node/deps/npm/node_modules/ip/lib/
Dip.js268 ip.isEqual = function(a, b) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableList.h127 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNARef.java442 private void doTestCompare(String s1, String s2, boolean isEqual){ in doTestCompare()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNARef.java445 private void doTestCompare(String s1, String s2, boolean isEqual){ in doTestCompare()
/third_party/vk-gl-cts/modules/gles2/scripts/
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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/vk-gl-cts/modules/gles31/scripts/
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/gles3/scripts/
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/flutter/skia/src/core/
DSkRasterClip.cpp173 bool isEqual = fIsBW ? fBW == other.fBW : fAA == other.fAA; in operator ==() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp176 static bool isEqual(const MemOpKey &LHS, const MemOpKey &RHS) { in isEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp46 static bool isEqual(const CVSymbol &LHS, const CVSymbol &RHS) { in isEqual() function

123