Searched refs:logical_and (Results 1 – 25 of 28) sorted by relevance
12
22 typedef std::logical_and<int> F; in main()32 typedef std::logical_and<> F2; in main()46 constexpr bool foo = std::logical_and<int> () (36, 36); in main()49 constexpr bool bar = std::logical_and<> () (36.0, 36); in main()
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main()29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" ); in main()30 static_assert ( is_transparent<std::logical_and<void>>::value, "" ); in main()31 static_assert ( is_transparent<std::logical_and<>>::value, "" ); in main()
20 typedef std::binary_negate<std::logical_and<int> > F; in main()21 const F f = F(std::logical_and<int>()); in main()
19 typedef std::logical_and<int> F; in main()
44 struct functor_traits<std::logical_and<T> >
1638 self.assertEqual(Decimal(10101).logical_and(1001),1639 Decimal(10101).logical_and(Decimal(1001)))1989 d = c.logical_and(Decimal(1), Decimal(1))1990 self.assertEqual(c.logical_and(1, 1), d)1991 self.assertEqual(c.logical_and(Decimal(1), 1), d)1992 self.assertEqual(c.logical_and(1, Decimal(1)), d)1993 self.assertRaises(TypeError, c.logical_and, '1', 1)1994 self.assertRaises(TypeError, c.logical_and, 1, '1')
4195 __val_expr<_BinaryOp<logical_and<typename _Expr1::value_type>, _Expr1, _Expr2> >4200 typedef _BinaryOp<logical_and<value_type>, _Expr1, _Expr2> _Op;4201 return __val_expr<_Op>(_Op(logical_and<value_type>(), __x, __y));4209 __val_expr<_BinaryOp<logical_and<typename _Expr::value_type>,4215 typedef _BinaryOp<logical_and<value_type>, _Expr, __scalar_expr<value_type> > _Op;4216 return __val_expr<_Op>(_Op(logical_and<value_type>(),4225 __val_expr<_BinaryOp<logical_and<typename _Expr::value_type>,4231 typedef _BinaryOp<logical_and<value_type>, __scalar_expr<value_type>, _Expr> _Op;4232 return __val_expr<_Op>(_Op(logical_and<value_type>(),
144 struct logical_and : binary_function<T, T, bool>802 struct _LIBCPP_TEMPLATE_VIS logical_and : binary_function<_Tp, _Tp, bool>811 struct _LIBCPP_TEMPLATE_VIS logical_and<void>
677 .. method:: logical_and(other[, context])679 :meth:`logical_and` is a logical operation which takes two *logical924 The :meth:`logical_and`, :meth:`logical_invert`, :meth:`logical_or`,1291 .. method:: logical_and(x, y)
3274 def logical_and(self, other, context=None): member in Decimal4562 def logical_and(self, a, b): member in Context4587 return a.logical_and(b, context=self)
4680 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_vertex4681 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_fragment
11132 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex11133 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
10568 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex10569 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
4675 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_vertex4676 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_fragment
10475 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex10476 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
10061 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex10062 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
10084 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex10085 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
73219 dEQP-VK.glsl.operator.binary_operator.logical_and.bool_vertex73220 dEQP-VK.glsl.operator.binary_operator.logical_and.bool_fragment