Home
last modified time | relevance | path

Searched refs:logical_or (Results 1 – 25 of 26) sorted by relevance

12

/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dlogical_or.pass.cpp22 typedef std::logical_or<int> F; in main()
32 typedef std::logical_or<> F2; in main()
45 constexpr bool foo = std::logical_or<int> () (36, 36); in main()
48 constexpr bool bar = std::logical_or<> () (36.0, 36); in main()
Dtransparent.pass.cpp33 static_assert ( !is_transparent<std::logical_or<int>>::value, "" ); in main()
34 static_assert ( !is_transparent<std::logical_or<std::string>>::value, "" ); in main()
35 static_assert ( is_transparent<std::logical_or<void>>::value, "" ); in main()
36 static_assert ( is_transparent<std::logical_or<>>::value, "" ); in main()
/external/eigen/Eigen/src/Core/functors/
DStlFunctors.h40 struct functor_traits<std::logical_or<T> >
/external/python/cpython2/Lib/test/
Dtest_decimal.py1640 self.assertEqual(Decimal(10101).logical_or(1001),
1641 Decimal(10101).logical_or(Decimal(1001)))
2004 d = c.logical_or(Decimal(1), Decimal(1))
2005 self.assertEqual(c.logical_or(1, 1), d)
2006 self.assertEqual(c.logical_or(Decimal(1), 1), d)
2007 self.assertEqual(c.logical_or(1, Decimal(1)), d)
2008 self.assertRaises(TypeError, c.logical_or, '1', 1)
2009 self.assertRaises(TypeError, c.logical_or, 1, '1')
/external/libcxx/include/
Dvalarray4241 __val_expr<_BinaryOp<logical_or<typename _Expr1::value_type>, _Expr1, _Expr2> >
4246 typedef _BinaryOp<logical_or<value_type>, _Expr1, _Expr2> _Op;
4247 return __val_expr<_Op>(_Op(logical_or<value_type>(), __x, __y));
4255 __val_expr<_BinaryOp<logical_or<typename _Expr::value_type>,
4261 typedef _BinaryOp<logical_or<value_type>, _Expr, __scalar_expr<value_type> > _Op;
4262 return __val_expr<_Op>(_Op(logical_or<value_type>(),
4271 __val_expr<_BinaryOp<logical_or<typename _Expr::value_type>,
4277 typedef _BinaryOp<logical_or<value_type>, __scalar_expr<value_type>, _Expr> _Op;
4278 return __val_expr<_Op>(_Op(logical_or<value_type>(),
Dfunctional150 struct logical_or : binary_function<T, T, bool>
829 struct _LIBCPP_TEMPLATE_VIS logical_or : binary_function<_Tp, _Tp, bool>
838 struct _LIBCPP_TEMPLATE_VIS logical_or<void>
/external/python/cpython2/Doc/library/
Ddecimal.rst692 .. method:: logical_or(other[, context])
694 :meth:`logical_or` is a logical operation which takes two *logical
924 The :meth:`logical_and`, :meth:`logical_invert`, :meth:`logical_or`,
1301 .. method:: logical_or(x, y)
/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
4633 return a.logical_or(b, context=self)
/external/deqp/android/cts/master/
Dgles2-master.txt4682 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_vertex
4683 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_fragment
Dgles3-master.txt11134 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
11135 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
/external/deqp/android/cts/nyc/
Dgles2-master.txt4682 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_vertex
4683 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_fragment
Dgles3-master.txt10570 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
10571 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
Dvk-master.txt73782 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_vertex
73783 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_fragment
/external/deqp/android/cts/nyc/src/
Dgles2-master.txt4682 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_vertex
4683 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_fragment
Dgles3-master.txt10570 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
10571 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
Dvk-master.txt71310 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_vertex
71311 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_fragment
/external/deqp/android/cts/mnc/src/
Dgles2-master.txt4677 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_vertex
4678 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_fragment
Dgles3-master.txt10477 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
10478 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
/external/deqp/android/cts/mnc/
Dgles2-master.txt4677 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_vertex
4678 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_fragment
Dgles3-master.txt10477 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
10478 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
/external/deqp/android/cts/lmp/src/
Des30-lmp.txt10063 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
10064 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
/external/deqp/android/cts/lmp/
Dgles3-master.txt10063 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
10064 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
/external/deqp/android/cts/lmp-mr1/src/
Des30-lmp-mr1.txt10086 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
10087 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
/external/deqp/android/cts/lmp-mr1/
Dgles3-master.txt10086 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex
10087 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
/external/deqp/external/vulkancts/mustpass/1.0.0/
Dvk-default.txt73221 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_vertex
73222 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_fragment

12