Searched refs:logical_and (Results 1 - 4 of 4) sorted by relevance

/external/stlport/test/unit/
H A Dbcompos_test.cpp38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
H A Dlogic_test.cpp39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>());
/external/stlport/stlport/stl/
H A D_function.h79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
/external/eigen/Eigen/src/Core/
H A DFunctors.h904 struct functor_traits<std::logical_and<T> >

Completed in 90 milliseconds