Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dgreater_test.cpp44 sort(array, array + 4, greater_equal<int>()); in greatereq()
/ndk/tests/device/test-gnustl-full/unit/
Dgreater_test.cpp44 sort(array, array + 4, greater_equal<int>()); in greatereq()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct