Searched refs:not_equal_to (Results 1 – 3 of 3) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | neq_test.cpp | 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | neq_test.cpp | 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function.h | 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct
|