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()
|
D | not1.depr_in_cxx17.fail.cpp | 32 std::not1(Predicate()); // expected-error{{'not1<Predicate>' is deprecated}} in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | not.ll | 93 %not1 = xor i32 %A, -1 94 %ashr = ashr i32 %not1, %B
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | linq.hpp | 204 not1_<Pred> not1(Pred p) { return not1_<Pred>(p); } in not1() function 297 auto it = std::find_if(begin(), end(), detail::not1(p)); in all()
|
/external/skia/tools/bookmaker/ |
D | textParser.h | 649 std::not1(std::ptr_fun<int, int>(std::isspace))).base(), s.end()); in trim_end() 660 std::not1(std::ptr_fun<int, int>(std::isspace)))); in trim_start()
|
/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/skqp/tools/bookmaker/ |
D | textParser.h | 649 std::not1(std::ptr_fun<int, int>(std::isspace))).base(), s.end()); in trim_end() 660 std::not1(std::ptr_fun<int, int>(std::isspace)))); in trim_start()
|
/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/libcxx/include/ |
D | functional | 200 unary_negate<Predicate> not1(const Predicate& pred); 1007 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}
|