Searched refs:logical_or (Results 1 – 25 of 26) sorted by relevance
12
22 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()
33 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()
40 struct functor_traits<std::logical_or<T> >
1640 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')
4241 __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>(),
150 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>
692 .. method:: logical_or(other[, context])694 :meth:`logical_or` is a logical operation which takes two *logical924 The :meth:`logical_and`, :meth:`logical_invert`, :meth:`logical_or`,1301 .. method:: logical_or(x, y)
3298 def logical_or(self, other, context=None): member in Decimal4608 def logical_or(self, a, b): member in Context4633 return a.logical_or(b, context=self)
4682 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_vertex4683 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_fragment
11134 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex11135 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
10570 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex10571 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
73782 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_vertex73783 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_fragment
71310 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_vertex71311 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_fragment
4677 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_vertex4678 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_or.bool_fragment
10477 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex10478 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
10063 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex10064 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
10086 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_vertex10087 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_or.bool_fragment
73221 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_vertex73222 dEQP-VK.glsl.operator.binary_operator.logical_or.bool_fragment