Home
last modified time | relevance | path

Searched refs:not2 (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/test/utilities/function.objects/negators/
Dnot2.pass.cpp20 assert(!std::not2(F())(36, 36)); in main()
21 assert( std::not2(F())(36, 0)); in main()
22 assert( std::not2(F())(0, 36)); in main()
23 assert( std::not2(F())(0, 0)); in main()
DAndroid.mk31 test_name := utilities/function.objects/negators/not2
32 test_src := not2.pass.cpp
/external/llvm/test/Transforms/InstCombine/
Didioms.ll20 %not2 = sub i32 %t2, 1
26 %f = phi i32 [ %not2, %bb2 ], [ %e, %bb3 ]
/external/stlport/test/unit/
Dbnegate_test.cpp43 sort(array, array + 4, not2(greater<int>())); in bnegate2()
/external/stlport/stlport/stl/
D_function.h183 not2(const _Predicate& __pred) { in not2() function
/external/libcxx/include/
Dfunctional208 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred);
974 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}
/external/oprofile/
DChangeLog-2004865 * libpp/callgraph_container.cpp: Obviously not2(weak_ordering_function)