Home
last modified time | relevance | path

Searched refs:Equality (Results 1 – 25 of 43) sorted by relevance

12

/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/
DTemplateGroupTheory.h119 template<template<typename, typename> class Equality, typename id, typename L> struct strip_identit…
122 template<typename, typename> class Equality,
127 struct strip_identities<Equality, id, type_list<t, ts...>>
130 Equality<id, t>::value,
131 typename strip_identities<Equality, id, type_list<ts...>>::type,
132 …typename concat<type_list<t>, typename strip_identities<Equality, id, type_list<ts...>>::type>::ty…
134 …constexpr static int global_flags = Equality<id, t>::global_flags | strip_identities<Equality, id,…
138 template<typename, typename> class Equality,
142 struct strip_identities<Equality, id, type_list<EIGEN_TPL_PP_SPEC_HACK_USE(ts)>>
163 template<typename, typename> class Equality,
[all …]
/external/clang/include/clang/Basic/
DOperatorPrecedence.h37 Equality = 9, // ==, != enumerator
/external/mockito/src/test/java/org/mockito/internal/matchers/
DEqualityTest.java12 import static org.mockito.internal.matchers.Equality.areEqual;
/external/mockito/src/main/java/org/mockito/internal/matchers/
DEquality.java10 public class Equality { class
DEquals.java22 return Equality.areEqual(this.wanted, actual); in matches()
/external/mockito/src/main/java/org/mockito/internal/handler/
DNotifiedMethodInvocationReport.java11 import static org.mockito.internal.matchers.Equality.areEqual;
/external/clang/lib/Basic/
DOperatorPrecedence.cpp62 case tok::equalequal: return prec::Equality; in getBinOpPrecedence()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_test.cc69 TEST_F(LayoutTest, Equality) { in TEST_F() argument
/external/libchrome/crypto/
Dsecure_hash_unittest.cc84 TEST(SecureHashTest, Equality) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/
DByteStringTest.cs42 public void Equality() in Equality() method in Google.Protobuf.ByteStringTest
/external/tensorflow/tensorflow/core/lib/hash/
Dhash_test.cc86 TEST(StringPieceHasher, Equality) { in TEST() argument
/external/webrtc/talk/app/webrtc/objc/
DRTCMediaStreamTrack.mm58 // Equality is purely based on the label just like the C++ implementation.
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc302 TEST(TensorSliceTest, Equality) { in TEST() argument
/external/catch2/projects/SelfTest/Baselines/
Dautomake.std.approved.txt37 :test-result: XFAIL Equality checks that should fail
38 :test-result: PASS Equality checks that should succeed
/external/libchrome/ui/gfx/range/
Drange_unittest.cc112 TYPED_TEST(RangeTest, Equality) { in TYPED_TEST() argument
/external/libchrome/base/memory/
Dref_counted_unittest.cc244 TEST(RefCountedUnitTest, Equality) { in TEST() argument
/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp84 TEST_F(ConstantRangeTest, Equality) { in TEST_F() argument
/external/clang/include/clang/AST/
DOperationKinds.def350 // [C99 6.5.9] Equality operators.
/external/python/cpython3/Doc/library/
Doperator.rst432 | Equality | ``a == b`` | ``eq(a, b)`` |
/external/python/cpython2/Doc/library/
Doperator.rst684 | Equality | ``a == b`` | ``eq(a, b)`` |
Dcollections.rst823 Equality tests between :class:`OrderedDict` objects are order-sensitive
825 Equality tests between :class:`OrderedDict` objects and other
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1646 bool Equality);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsetcc-wide-types.ll8 ; Equality checks of 128/256-bit values can use PMOVMSK or PTEST to avoid scalarization.
/external/llvm/test/Transforms/InstSimplify/
Dcompare.ll786 ; Equality compares with non-inbounds GEPs can be folded.
798 ; Equality compares with non-inbounds GEPs can be folded.
/external/llvm/unittests/IR/
DConstantRangeTest.cpp84 TEST_F(ConstantRangeTest, Equality) { in TEST_F() argument

12