Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dbcompos_test.cpp38 binary_compose<logical_and<bool>, odd, positive> in bcompos1()
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive()); in bcompos1()
52 compose2(logical_and<bool>(), odd(), positive())); in bcompos2()
Dlogic_test.cpp39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); in logicand()
/external/stlport/stlport/stl/
D_function.h79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct