Home
last modified time | relevance | path

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

12345678910>>...54

/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_cse.cpp164 operands_match(const fs_inst *a, const fs_inst *b, bool *negate) in operands_match()
227 instructions_match(fs_inst *a, fs_inst *b, bool *negate) in instructions_match()
350 bool negate; in cmp_func() local
470 bool negate = false; in brw_fs_opt_cse_defs() local
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
H A 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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/
Depsilon.hpp61 negate() const in negate() function
145 negate() const in negate() function
187 negate() const in negate() function
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/
H A DCondition.kt58 fun negate(): Condition<T> = Condition(message = "!$message") { !this.condition.test(it) } in <lambda>() method in android.tools.traces.Condition
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_ops_gcc_ppc.hpp119 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
308 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
489 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
676 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
Dextra_ops_gcc_arm.hpp130 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
383 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
633 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
886 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
Dextra_ops_gcc_aarch64.hpp153 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
388 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
623 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
858 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
1100 …static BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) B… in negate() function
Dextra_fp_ops_generic.hpp72 …static BOOST_FORCEINLINE value_type negate(storage_type volatile& storage, memory_order order) BOO… in negate() function
112 …static BOOST_FORCEINLINE value_type negate(storage_type volatile& storage, memory_order order) BOO… in negate() function
/aosp_15_r20/art/test/552-checker-sharpening/src/
H A DMain.java86 public static int testDiamond(boolean negate, int x) { in testDiamond()
132 public static int testLoopWithDiamond(int[] array, boolean negate, int x) { in testLoopWithDiamond()
/aosp_15_r20/external/python/cpython3/Python/
Dpystrtod.c34 int negate = 0; in _Py_parse_inf_or_nan() local
69 int negate = 0; in _Py_parse_inf_or_nan() local
174 int negate = 0; in _PyOS_ascii_strtod() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
H A Dsparse_add_op_test.py54 def _SparseTensorValue_3x3(self, negate=False): argument
68 def _SparseTensor_3x3(self, negate=False): argument
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A 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()
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A 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()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dmod.rs139 fn negate(&self) -> i32; in negate() method
159 fn negate(&self) -> i32 { in negate() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dmod.rs139 fn negate(&self) -> i32; in negate() method
159 fn negate(&self) -> i32 { in negate() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dmod.rs139 fn negate(&self) -> i32; in negate() method
159 fn negate(&self) -> i32 { in negate() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dmod.rs144 fn negate(&self) -> i32; in negate() method
164 fn negate(&self) -> i32 { in negate() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dmod.rs144 fn negate(&self) -> i32; in negate() method
164 fn negate(&self) -> i32 { in negate() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_simplifier.cpp625 ExprPtr negate = in mutate() local
639 ExprPtr negate = evaluateOp(alloc<Mul>(minusOne, t->scalar())); in mutate() local
668 ExprPtr negate = evaluateOp(alloc<Mul>(minusOne, t->scalar())); in mutate() local
677 ExprPtr negate = evaluateOp(alloc<Mul>(immLike(rhs_new, -1), rhs_new)); in mutate() local
683 ExprPtr negate = evaluateOp( in mutate() local
699 ExprPtr negate = evaluateOp(alloc<Mul>(immLike(rhs_new, -1), rhs_new)); in mutate() local
734 ExprPtr negate = evaluateOp(alloc<Mul>(minusOne, t->scalar())); in mutate() local

12345678910>>...54