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()
Dnot1.depr_in_cxx17.fail.cpp32 std::not1(Predicate()); // expected-error{{'not1<Predicate>' is deprecated}} in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dnot.ll93 %not1 = xor i32 %A, -1
94 %ashr = ashr i32 %not1, %B
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq.hpp204 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/
DtextParser.h649 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/
DMathFunctions.h265 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
366 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
/external/skqp/tools/bookmaker/
DtextParser.h649 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/
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/libcxx/include/
Dfunctional200 unary_negate<Predicate> not1(const Predicate& pred);
1007 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}