Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cse.cpp117 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
Dbrw_nir_opt_peephole_ffma.c71 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/
DListMatcher.java34 private final boolean[] negate; field in ListMatcher
43 public ListMatcher(StringMatcher[] matchers, boolean[] negate) in ListMatcher()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddefuser_test.cc122 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/
DIfInstruction.java47 public abstract IfInstruction negate(); in negate() method in IfInstruction
DIF_ICMPGT.java46 public IfInstruction negate() { in negate() method in IF_ICMPGT
DIFLT.java46 public IfInstruction negate() { in negate() method in IFLT
DIF_ICMPLT.java46 public IfInstruction negate() { in negate() method in IF_ICMPLT
DIFLE.java46 public IfInstruction negate() { in negate() method in IFLE
DIF_ICMPEQ.java46 public IfInstruction negate() { in negate() method in IF_ICMPEQ
DIF_ICMPLE.java46 public IfInstruction negate() { in negate() method in IF_ICMPLE
DIFNULL.java46 public IfInstruction negate() { in negate() method in IFNULL
DIF_ICMPGE.java46 public IfInstruction negate() { in negate() method in IF_ICMPGE
DIFGE.java46 public IfInstruction negate() { in negate() method in IFGE
DIF_ACMPEQ.java46 public IfInstruction negate() { in negate() method in IF_ACMPEQ
DIFNE.java46 public IfInstruction negate() { in negate() method in IFNE
DIFEQ.java46 public IfInstruction negate() { in negate() method in IFEQ
DIFGT.java46 public IfInstruction negate() { in negate() method in IFGT
DIF_ACMPNE.java46 public IfInstruction negate() { in negate() method in IF_ACMPNE
DIF_ICMPNE.java46 public IfInstruction negate() { in negate() method in IF_ICMPNE
DIFNONNULL.java46 public IfInstruction negate() { in negate() method in IFNONNULL
/external/perfetto/include/perfetto/ext/base/
Dstring_writer.h74 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/
Dsparse_add_op_test.py54 def _SparseTensorValue_3x3(self, negate=False): argument
68 def _SparseTensor_3x3(self, negate=False): argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc97 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/
DNegatedLongValue.java44 public LongValue negate() in negate() method in NegatedLongValue

12345678910>>...12