Home
last modified time | relevance | path

Searched defs:conjunction (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
Dtype_traits.h38 struct conjunction : std::true_type {}; struct
/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dconjunction.h43 struct conjunction : true_type {}; struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSTLExtras.h62 template <typename...> struct conjunction : std::true_type {}; struct
/external/armnn/third-party/mapbox/
Dvariant.hpp122 struct conjunction : std::true_type {}; struct
125 struct conjunction<B1> : B1 {}; struct
128 struct conjunction<B1, B2> : std::conditional<B1::value, B2, B1>::type {}; struct
131 struct conjunction<B1, Bs...> : std::conditional<B1::value, conjunction<Bs...>, B1>::type {}; struct
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc958 HloInstruction* conjunction) { in TrySimplifyTautologicalCompare()