Searched refs:not1 (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/negators/ |
D | not1.pass.cpp | 20 assert(std::not1(F())(36)); in main() 21 assert(!std::not1(F())(0)); in main()
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test1.test | 169 "input":"<h a='¬1'>", 170 "output":["ParseError", ["StartTag", "h", {"a":"¬1"}]]},
|
/external/opencv3/modules/videostab/src/cuda/ |
D | global_motion.cu | 63 dmask, thrust::not1(thrust::identity<uchar>())) in compactPoints()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 265 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1); 366 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
|
/external/libweave/src/privet/ |
D | security_manager_unittest.cc | 49 std::not1(std::ref(IsBase64Char))); in IsBase64()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 243 std::not1(std::ptr_fun(isInteger))), in EnforceInteger() 269 std::not1(std::ptr_fun(isFloatingPoint))), in EnforceFloatingPoint() 296 std::not1(std::ptr_fun(isScalar))), in EnforceScalar() 321 std::not1(std::ptr_fun(isVector))), in EnforceVector()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
D | functional.hpp | 782 __host__ __device__ UnaryNegate<Predicate> not1(const Predicate& pred) in not1() function
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | functional.hpp | 648 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1() function
|
/external/libcxx/include/ |
D | functional | 194 template <class Predicate> unary_negate<Predicate> not1(const Predicate& pred); 988 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}
|