Searched refs:not2 (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/test/utilities/function.objects/negators/ |
D | not2.pass.cpp | 20 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()
|
D | Android.mk | 31 test_name := utilities/function.objects/negators/not2 32 test_src := not2.pass.cpp
|
/external/llvm/test/Transforms/InstCombine/ |
D | idioms.ll | 20 %not2 = sub i32 %t2, 1 26 %f = phi i32 [ %not2, %bb2 ], [ %e, %bb3 ]
|
/external/stlport/test/unit/ |
D | bnegate_test.cpp | 43 sort(array, array + 4, not2(greater<int>())); in bnegate2()
|
/external/stlport/stlport/stl/ |
D | _function.h | 183 not2(const _Predicate& __pred) { in not2() function
|
/external/libcxx/include/ |
D | functional | 208 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred); 974 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}
|
/external/oprofile/ |
D | ChangeLog-2004 | 865 * libpp/callgraph_container.cpp: Obviously not2(weak_ordering_function)
|