Home
last modified time | relevance | path

Searched defs:logical_and (Results 1 – 14 of 14) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp42 logical_and, enumerator
119 logical_and = binary_op<op::logical_and>::value, enumerator
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp41 logical_and, enumerator
118 logical_and = binary_op<op::logical_and>::value, enumerator
/external/ComputeLibrary/tests/validation/reference/
DLogical.cpp108 SimpleTensor<T> logical_and(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in logical_and() function
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp93 struct logical_and {}; struct
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h261 logical_and, enumerator
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py632 def logical_and(a, b): function
Dnp_math_ops.py1029 def logical_and(x1, x2): function
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc1093 Output logical_and = in TEST() local
1113 Output logical_and = in TEST() local
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp670 Logical_and logical_and; variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py191 logical_and = _broadcasting_binary_op(math_ops.logical_and) variable
/external/python/cpython3/Lib/
D_pydecimal.py3390 def logical_and(self, other, context=None): member in Decimal
4752 def logical_and(self, a, b): member in Context
/external/python/cpython2/Lib/
Ddecimal.py3274 def logical_and(self, other, context=None): member in Decimal
4562 def logical_and(self, a, b): member in Context
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1001 Status AlgebraicSimplifierVisitor::HandleAnd(HloInstruction* logical_and) { in HandleAnd()
/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dbind.hpp306 template<class A> bool operator()( type<bool>, logical_and & /*f*/, A & a, int ) in operator ()() argument