/external/mesa3d/src/intel/compiler/ |
D | brw_fs_cse.cpp | 117 operands_match(const fs_inst *a, const fs_inst *b, bool *negate) in operands_match() 173 instructions_match(fs_inst *a, fs_inst *b, bool *negate) in instructions_match() 204 create_copy_instr(const fs_builder &bld, fs_inst *inst, fs_reg src, bool negate) in create_copy_instr() 260 bool negate = false; in opt_cse_local() local 336 bool negate; /* dummy */ in opt_cse_local() local
|
D | brw_nir_opt_peephole_ffma.c | 71 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src() 194 bool negate, abs; in brw_nir_opt_peephole_ffma_block() local
|
/external/proguard/src/proguard/util/ |
D | ListMatcher.java | 34 private final boolean[] negate; field in ListMatcher 43 public ListMatcher(StringMatcher[] matchers, boolean[] negate) in ListMatcher()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | defuser_test.cc | 122 auto negate = builder.AddInstruction( in TEST_F() local 161 auto negate = builder.AddInstruction( in TEST_F() local 199 auto negate = builder.AddInstruction( in TEST_F() local
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | IfInstruction.java | 47 public abstract IfInstruction negate(); in negate() method in IfInstruction
|
D | IF_ICMPGT.java | 46 public IfInstruction negate() { in negate() method in IF_ICMPGT
|
D | IFLT.java | 46 public IfInstruction negate() { in negate() method in IFLT
|
D | IF_ICMPLT.java | 46 public IfInstruction negate() { in negate() method in IF_ICMPLT
|
D | IFLE.java | 46 public IfInstruction negate() { in negate() method in IFLE
|
D | IF_ICMPEQ.java | 46 public IfInstruction negate() { in negate() method in IF_ICMPEQ
|
D | IF_ICMPLE.java | 46 public IfInstruction negate() { in negate() method in IF_ICMPLE
|
D | IFNULL.java | 46 public IfInstruction negate() { in negate() method in IFNULL
|
D | IF_ICMPGE.java | 46 public IfInstruction negate() { in negate() method in IF_ICMPGE
|
D | IFGE.java | 46 public IfInstruction negate() { in negate() method in IFGE
|
D | IF_ACMPEQ.java | 46 public IfInstruction negate() { in negate() method in IF_ACMPEQ
|
D | IFNE.java | 46 public IfInstruction negate() { in negate() method in IFNE
|
D | IFEQ.java | 46 public IfInstruction negate() { in negate() method in IFEQ
|
D | IFGT.java | 46 public IfInstruction negate() { in negate() method in IFGT
|
D | IF_ACMPNE.java | 46 public IfInstruction negate() { in negate() method in IF_ACMPNE
|
D | IF_ICMPNE.java | 46 public IfInstruction negate() { in negate() method in IF_ICMPNE
|
D | IFNONNULL.java | 46 public IfInstruction negate() { in negate() method in IFNONNULL
|
/external/perfetto/include/perfetto/ext/base/ |
D | string_writer.h | 74 const bool negate = std::signbit(static_cast<double>(sign_value)); in AppendPaddedInt() local 144 void AppendPaddedInt(uint64_t absolute_value, bool negate) { in AppendPaddedInt()
|
/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/ |
D | sparse_add_op_test.py | 54 def _SparseTensorValue_3x3(self, negate=False): argument 68 def _SparseTensor_3x3(self, negate=False): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_fusion_test.cc | 97 auto negate = builder.AddInstruction( in TEST_F() local 147 auto negate = builder.AddInstruction( in TEST_F() local 244 auto negate = builder.AddInstruction( in TEST_F() local
|
/external/proguard/src/proguard/evaluation/value/ |
D | NegatedLongValue.java | 44 public LongValue negate() in negate() method in NegatedLongValue
|