Home
last modified time | relevance | path

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

/external/libcxx/test/std/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()
/external/llvm/test/Transforms/InstCombine/
Didioms.ll20 %not2 = sub i32 %t2, 1
26 %f = phi i32 [ %not2, %bb2 ], [ %e, %bb3 ]
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp802 __host__ __device__ BinaryNegate<Predicate> not2(const Predicate& pred) in not2() function
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp669 …icate> __host__ __device__ __forceinline__ binary_negate<BinaryPredicate> not2(const BinaryPredica… in not2() function
/external/libcxx/include/
Dfunctional208 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred);
1010 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}