Home
last modified time | relevance | path

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

12345678910>>...14

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/numeric_utils/
Dextract_real.hpp89 negate(bool neg, float n) in negate() function
95 negate(bool neg, double n) in negate() function
101 negate(bool neg, long double n) in negate() function
108 negate(bool neg, T const& n) in negate() function
114 negate(bool /*neg*/, unused_type n) in negate() function
/external/mesa3d/src/intel/compiler/elk/
Delk_fs_cse.cpp118 operands_match(const elk_fs_inst *a, const elk_fs_inst *b, bool *negate) in operands_match()
174 instructions_match(elk_fs_inst *a, elk_fs_inst *b, bool *negate) in instructions_match()
204 create_copy_instr(const fs_builder &bld, elk_fs_inst *inst, elk_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
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/
Dpredicate.hpp56 class negate class
59 negate() in negate() function in boost::movelib::negate
62 explicit negate(Comp comp) in negate() function in boost::movelib::negate
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/detail/
Dreal_impl.hpp123 negate(bool neg, float n) in negate() function
129 negate(bool neg, double n) in negate() function
135 negate(bool neg, long double n) in negate() function
142 negate(bool neg, T const& n) in negate() function
148 negate(bool /*neg*/, unused_type n) in negate() function
/external/mesa3d/src/intel/compiler/
Dbrw_opt_cse.cpp166 operands_match(const fs_inst *a, const fs_inst *b, bool *negate) in operands_match()
229 instructions_match(fs_inst *a, fs_inst *b, bool *negate) in instructions_match()
352 bool negate; in cmp_func() local
472 bool negate = false; in brw_opt_cse_defs() local
Dintel_nir_opt_peephole_ffma.c65 uint8_t *swizzle, bool *negate, bool *abs) in get_mul_for_src()
182 bool negate, abs; in intel_nir_opt_peephole_ffma_instr() local
/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
DIFEQ.java46 public IfInstruction negate() { in negate() method in IFEQ
DIFNE.java46 public IfInstruction negate() { in negate() method in IFNE
DIF_ACMPEQ.java46 public IfInstruction negate() { in negate() method in IF_ACMPEQ
DIFLE.java46 public IfInstruction negate() { in negate() method in IFLE
DIFNONNULL.java46 public IfInstruction negate() { in negate() method in IFNONNULL
DIFNULL.java46 public IfInstruction negate() { in negate() method in IFNULL
DIFLT.java46 public IfInstruction negate() { in negate() method in IFLT
DIFGT.java46 public IfInstruction negate() { in negate() method in IFGT
DIFGE.java46 public IfInstruction negate() { in negate() method in IFGE
DIF_ICMPEQ.java46 public IfInstruction negate() { in negate() method in IF_ICMPEQ
DIF_ICMPNE.java46 public IfInstruction negate() { in negate() method in IF_ICMPNE
DIF_ICMPLE.java46 public IfInstruction negate() { in negate() method in IF_ICMPLE
DIF_ICMPGE.java46 public IfInstruction negate() { in negate() method in IF_ICMPGE
DIF_ICMPGT.java46 public IfInstruction negate() { in negate() method in IF_ICMPGT
DIF_ACMPNE.java46 public IfInstruction negate() { in negate() method in IF_ACMPNE
DIF_ICMPLT.java46 public IfInstruction negate() { in negate() method in IF_ICMPLT
/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()

12345678910>>...14