Home
last modified time | relevance | path

Searched refs:not1 (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/negators/
Dnot1.pass.cpp20 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/
Dtest1.test169 "input":"<h a='&not1'>",
170 "output":["ParseError", ["StartTag", "h", {"a":"&not1"}]]},
/external/opencv3/modules/videostab/src/cuda/
Dglobal_motion.cu63 dmask, thrust::not1(thrust::identity<uchar>())) in compactPoints()
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h265 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
366 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
/external/libweave/src/privet/
Dsecurity_manager_unittest.cc49 std::not1(std::ref(IsBase64Char))); in IsBase64()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp243 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/
Dfunctional.hpp782 __host__ __device__ UnaryNegate<Predicate> not1(const Predicate& pred) in not1() function
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp648 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1() function
/external/libcxx/include/
Dfunctional194 template <class Predicate> unary_negate<Predicate> not1(const Predicate& pred);
988 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}