Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp41 logical_or, enumerator
118 logical_or = binary_op<op::logical_or>::value, enumerator
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp40 logical_or, enumerator
117 logical_or = binary_op<op::logical_or>::value, enumerator
/external/ComputeLibrary/tests/validation/reference/
DLogical.cpp95 SimpleTensor<T> logical_or(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in logical_or() function
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp90 struct logical_or {}; struct
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc104 XlaComputation logical_or = CreateScalarOrComputation(PRED, builder); in Any() local
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h262 logical_or, enumerator
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py647 def logical_or(a, b): function
Dnp_math_ops.py1034 def logical_or(x1, x2): function
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp671 Logical_or logical_or; variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py192 logical_or = _broadcasting_binary_op(math_ops.logical_or) variable
/external/python/cpython3/Lib/
D_pydecimal.py3414 def logical_or(self, other, context=None): member in Decimal
4798 def logical_or(self, a, b): member in Context
/external/python/cpython2/Lib/
Ddecimal.py3298 def logical_or(self, other, context=None): member in Decimal
4608 def logical_or(self, a, b): member in Context
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc3230 Status AlgebraicSimplifierVisitor::HandleOr(HloInstruction* logical_or) { in HandleOr()
/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dbind.hpp316 template<class A> bool operator()( type<bool>, logical_or & /*f*/, A & a, int ) in operator ()() argument