Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dneq_test.cpp48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
/ndk/tests/device/test-gnustl-full/unit/
Dneq_test.cpp48 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.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct