Home
last modified time | relevance | path

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

/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/libmojo/mojo/public/cpp/bindings/tests/
Dstring_unittest.cc57 TEST(StringTest, Equality) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/
DByteStringTest.cs42 public void Equality() in Equality() method in Google.Protobuf.ByteStringTest
/external/webrtc/talk/app/webrtc/objc/
DRTCMediaStreamTrack.mm58 // Equality is purely based on the label just like the C++ implementation.
/external/libchrome/base/memory/
Dref_counted_unittest.cc196 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/cpython2/Doc/library/
Doperator.rst684 | Equality | ``a == b`` | ``eq(a, b)`` |
Dcollections.rst819 Equality tests between :class:`OrderedDict` objects are order-sensitive
821 Equality tests between :class:`OrderedDict` objects and other
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1646 bool Equality);
/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
/external/clang/lib/Format/
DContinuationIndenter.cpp217 Previous.getPrecedence() == prec::Equality) && in mustBreak()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8630 bool Equality) { in computeBECount() argument
8632 Delta = Equality ? getAddExpr(Delta, Step) in computeBECount()