Searched refs:logical_and (Results 1 – 3 of 3) sorted by relevance
/external/stlport/test/unit/ |
D | bcompos_test.cpp | 38 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()
|
D | logic_test.cpp | 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); in logicand()
|
/external/stlport/stlport/stl/ |
D | _function.h | 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct
|