Home
last modified time | relevance | path

Searched refs:logical_and (Results 1 – 25 of 28) sorted by relevance

12

/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dlogical_and.pass.cpp22 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()
Dtransparent.pass.cpp28 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()
/external/libcxx/test/std/utilities/function.objects/negators/
Dbinary_negate.pass.cpp20 typedef std::binary_negate<std::logical_and<int> > F; in main()
21 const F f = F(std::logical_and<int>()); in main()
Dnot2.pass.cpp19 typedef std::logical_and<int> F; in main()
/external/eigen/Eigen/src/Core/functors/
DStlFunctors.h44 struct functor_traits<std::logical_and<T> >
/external/python/cpython2/Lib/test/
Dtest_decimal.py1638 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')
/external/libcxx/include/
Dvalarray4195 __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>(),
Dfunctional144 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>
/external/python/cpython2/Doc/library/
Ddecimal.rst677 .. method:: logical_and(other[, context])
679 :meth:`logical_and` is a logical operation which takes two *logical
924 The :meth:`logical_and`, :meth:`logical_invert`, :meth:`logical_or`,
1291 .. method:: logical_and(x, y)
/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
4587 return a.logical_and(b, context=self)
/external/deqp/android/cts/master/
Dgles2-master.txt4680 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_vertex
4681 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_fragment
Dgles3-master.txt11132 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
11133 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/android/cts/nyc/
Dgles2-master.txt4680 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_vertex
4681 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_fragment
Dgles3-master.txt10568 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
10569 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/android/cts/nyc/src/
Dgles2-master.txt4680 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_vertex
4681 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_fragment
Dgles3-master.txt10568 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
10569 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/android/cts/mnc/src/
Dgles2-master.txt4675 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_vertex
4676 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_fragment
Dgles3-master.txt10475 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
10476 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/android/cts/mnc/
Dgles2-master.txt4675 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_vertex
4676 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_and.bool_fragment
Dgles3-master.txt10475 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
10476 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/android/cts/lmp/src/
Des30-lmp.txt10061 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
10062 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/android/cts/lmp/
Dgles3-master.txt10061 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
10062 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/android/cts/lmp-mr1/src/
Des30-lmp-mr1.txt10084 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
10085 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/android/cts/lmp-mr1/
Dgles3-master.txt10084 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_vertex
10085 dEQP-GLES3.functional.shaders.operator.binary_operator.logical_and.bool_fragment
/external/deqp/external/vulkancts/mustpass/1.0.0/
Dvk-default.txt73219 dEQP-VK.glsl.operator.binary_operator.logical_and.bool_vertex
73220 dEQP-VK.glsl.operator.binary_operator.logical_and.bool_fragment

12