Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTLogic.h26 template<typename...> struct conjunction : std::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/llvm-project/llvm/include/llvm/ADT/
DSTLExtras.h66 template <typename...> struct conjunction : std::true_type {}; struct
/external/pigweed/pw_polyfill/standard_library_public/pw_polyfill/standard_library/
Dtype_traits.h80 struct conjunction : std::true_type {}; struct
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1071 HloInstruction* conjunction) { in TrySimplifyTautologicalCompare()