Home
last modified time | relevance | path

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

123456789

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cse.cpp118 operands_match(const fs_inst *a, const fs_inst *b, bool *negate) in operands_match()
174 instructions_match(fs_inst *a, fs_inst *b, bool *negate) in instructions_match()
200 create_copy_instr(const fs_builder &bld, fs_inst *inst, fs_reg src, bool negate) in create_copy_instr()
256 bool negate = false; in opt_cse_local() local
322 bool negate; /* dummy */ in opt_cse_local() local
Dbrw_nir_opt_peephole_ffma.c72 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src()
193 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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIfInstruction.java47 public abstract IfInstruction negate(); in negate() method in IfInstruction
DIF_ICMPLE.java46 public IfInstruction negate() { in negate() method in IF_ICMPLE
DIFNE.java46 public IfInstruction negate() { in negate() method in IFNE
DIFEQ.java46 public IfInstruction negate() { in negate() method in IFEQ
DIF_ICMPGE.java46 public IfInstruction negate() { in negate() method in IF_ICMPGE
DIFLE.java46 public IfInstruction negate() { in negate() method in IFLE
DIF_ICMPEQ.java46 public IfInstruction negate() { in negate() method in IF_ICMPEQ
DIF_ACMPNE.java46 public IfInstruction negate() { in negate() method in IF_ACMPNE
DIFNULL.java46 public IfInstruction negate() { in negate() method in IFNULL
DIF_ACMPEQ.java46 public IfInstruction negate() { in negate() method in IF_ACMPEQ
DIFGE.java46 public IfInstruction negate() { in negate() method in IFGE
DIF_ICMPNE.java46 public IfInstruction negate() { in negate() method in IF_ICMPNE
DIFNONNULL.java46 public IfInstruction negate() { in negate() method in IFNONNULL
DIF_ICMPGT.java46 public IfInstruction negate() { in negate() method in IF_ICMPGT
DIFLT.java46 public IfInstruction negate() { in negate() method in IFLT
DIFGT.java46 public IfInstruction negate() { in negate() method in IFGT
DIF_ICMPLT.java46 public IfInstruction negate() { in negate() method in IF_ICMPLT
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_add_op_test.py58 def _SparseTensorValue_3x3(self, negate=False): argument
72 def _SparseTensor_3x3(self, negate=False): argument
/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/proguard/src/proguard/evaluation/value/
DNegatedIntegerValue.java44 public IntegerValue negate() in negate() method in NegatedIntegerValue
DNegatedLongValue.java44 public LongValue negate() in negate() method in NegatedLongValue
DNegatedFloatValue.java44 public FloatValue negate() in negate() method in NegatedFloatValue

123456789