/external/llvm-project/libcxx/test/std/utilities/function.objects/negators/ |
D | not1.pass.cpp | 23 assert(std::not1(F())(36)); in main() 24 assert(!std::not1(F())(0)); in main()
|
D | not1.depr_in_cxx17.verify.cpp | 27 std::not1(Predicate()); // expected-warning {{'not1<Predicate>' is deprecated}} in main()
|
/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/llvm-project/flang/test/Semantics/ |
D | resolve67.f90 | 30 real function not1(x, y) 75 real function not1(x)
|
/external/mesa3d/prebuilt-intermediates/bifrost/ |
D | bi_generated_pack.h | 51 unsigned not1 = ins->bitwise.src1_invert ? 1 : 0; in pan_pack_fma_rshift_and_i32() local 52 assert(not1 < 2); in pan_pack_fma_rshift_and_i32() 57 …return 0x301000 | (src0 << 0) | (src1 << 3) | (src2 << 6) | (lane2 << 9) | (not1 << 14) | (not_res… in pan_pack_fma_rshift_and_i32() 968 unsigned not1 = ins->bitwise.src1_invert ? 0 : 1; in pan_pack_fma_rshift_or_v4i8() local 969 assert(not1 < 2); in pan_pack_fma_rshift_or_v4i8() 982 …return 0x302000 | (src0 << 0) | (src1 << 3) | (src2 << 6) | (not1 << 14) | (not_result << 15) | (d… in pan_pack_fma_rshift_or_v4i8() 984 … return 0x303800 | (src0 << 0) | (src1 << 3) | (src2 << 6) | (not1 << 14) | (not_result << 15); in pan_pack_fma_rshift_or_v4i8() 1168 unsigned not1 = ins->bitwise.src1_invert ? 0 : 1; in pan_pack_fma_lshift_or_v4i8() local 1169 assert(not1 < 2); in pan_pack_fma_lshift_or_v4i8() 1182 …return 0x312000 | (src0 << 0) | (src1 << 3) | (src2 << 6) | (not1 << 14) | (not_result << 15) | (d… in pan_pack_fma_lshift_or_v4i8() [all …]
|
D | bifrost_gen_disasm.c | 552 const char *not1 = not1_table[_BITS(bits, 14, 1)]; in bi_disasm_fma_rshift_or_v4i8_1() local 570 fputs(not1, fp); in bi_disasm_fma_rshift_or_v4i8_1() 1866 const char *not1 = not1_table[_BITS(bits, 14, 1)]; in bi_disasm_fma_rshift_or_i32() local 1884 fputs(not1, fp); in bi_disasm_fma_rshift_or_i32() 3343 const char *not1 = not1_table[_BITS(bits, 14, 1)]; in bi_disasm_fma_lshift_or_v4i8_0() local 3361 fputs(not1, fp); in bi_disasm_fma_lshift_or_v4i8_0() 3598 const char *not1 = not1_table[_BITS(bits, 14, 1)]; in bi_disasm_fma_lshift_and_v4i8_0() local 3616 fputs(not1, fp); in bi_disasm_fma_lshift_and_v4i8_0() 3655 const char *not1 = not1_table[_BITS(bits, 14, 1)]; in bi_disasm_fma_rshift_and_v2i16_0() local 3673 fputs(not1, fp); in bi_disasm_fma_rshift_and_v2i16_0() [all …]
|
/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/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/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 265 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1); 366 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | not.ll | 94 %not1 = xor i32 %A, -1 95 %ashr = ashr i32 %not1, %B
|
/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);}
|
/external/llvm-project/libcxx/include/ |
D | functional | 199 unary_negate<Predicate> not1(const Predicate& pred); 1018 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}
|