Home
last modified time | relevance | path

Searched defs:new_val (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.types.generic/atomics.types.float/
H A Dcompare_exchange_weak.pass.cpp85 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
94 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
104 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
124 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
137 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
153 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
166 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
182 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
214 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
H A Dcompare_exchange_strong.pass.cpp76 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
84 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
93 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
113 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
125 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
140 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
152 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
167 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
199 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
H A Dexchange.pass.cpp41 auto exchange = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { in test_impl() argument
50 …auto exchange_no_arg = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.exchange(new_val… in test_impl() argument
51 auto exchange_with_order = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { in test_impl() argument
H A Dstore.pass.cpp81 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
88 … auto store_no_arg = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val); }; in test_impl() argument
89 auto store_with_order = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { in test_impl() argument
H A Dfetch_sub.pass.cpp86 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
95 …auto fetch_sub = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { x.fetch_sub(old_va… in test_impl()
96 auto fetch_sub_with_order = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { in test_impl()
H A Dfetch_add.pass.cpp85 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
94 …auto fetch_add = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { x.fetch_add(new_va… in test_impl()
95 auto fetch_add_with_order = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { in test_impl()
H A Dwait.pass.cpp81 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
92 auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val); }; in test_impl() argument
H A Dload.pass.cpp108 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
115 auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val); }; in test_impl() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_ops_emulated.hpp57 storage_type new_val = static_cast< storage_type >(-s); in negate() local
67 storage_type new_val = s; in add() local
78 storage_type new_val = s; in sub() local
89 storage_type new_val = s; in bitwise_and() local
100 storage_type new_val = s; in bitwise_or() local
111 storage_type new_val = s; in bitwise_xor() local
132 storage_type new_val = static_cast< storage_type >(~s); in bitwise_complement() local
Dextra_ops_generic.hpp52 storage_type old_val, new_val; in negate() local
209 storage_type old_val, new_val; in negate() local
221 storage_type old_val, new_val; in add() local
233 storage_type old_val, new_val; in sub() local
245 storage_type old_val, new_val; in bitwise_and() local
257 storage_type old_val, new_val; in bitwise_or() local
269 storage_type old_val, new_val; in bitwise_xor() local
Dextra_fp_ops_emulated.hpp49 value_type new_val = -old_val; in fetch_negate() local
60 value_type new_val = -old_val; in negate() local
71 value_type new_val = old_val + v; in add() local
82 value_type new_val = old_val - v; in sub() local
Dextra_fp_ops_generic.hpp60 value_type old_val, new_val; in fetch_negate() local
75 value_type old_val, new_val; in negate() local
137 value_type old_val, new_val; in add() local
152 value_type old_val, new_val; in sub() local
Dextra_ops_msvc_x86.hpp66 storage_type new_val; in negate() local
207 storage_type new_val; in bitwise_complement() local
450 storage_type new_val; in negate() local
591 storage_type new_val; in bitwise_complement() local
884 storage_type new_val; in negate() local
1025 storage_type new_val; in bitwise_complement() local
Dextending_cas_based_arithmetic.hpp43 storage_type new_val; in fetch_add() local
56 storage_type new_val; in fetch_sub() local
Dfp_ops_generic.hpp45 value_type old_val, new_val; in fetch_add() local
60 value_type old_val, new_val; in fetch_sub() local
Dfp_ops_emulated.hpp49 value_type new_val = old_val + v; in fetch_add() local
60 value_type new_val = old_val - v; in fetch_sub() local
Dwait_ops_freebsd_umtx.hpp76 storage_type new_val = base_type::load(storage, order); in wait() local
100 storage_type new_val = base_type::load(storage, order); in wait() local
Dwait_ops_futex.hpp47 storage_type new_val = base_type::load(storage, order); in wait() local
84 storage_type new_val = base_type::load(storage, order); in wait() local
Dwait_ops_generic.hpp55 storage_type new_val = base_type::load(storage, order); in wait() local
99 storage_type new_val = base_type::load(storage, order); in wait() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/atomic/os390/
H A Datomic.c30 apr_uint32_t old, new_val; in apr_atomic_add32() local
41 apr_uint32_t old, new_val; in apr_atomic_sub32() local
56 apr_uint32_t old, new_val; in apr_atomic_dec32() local
111 apr_uint32_t old, new_val; in apr_atomic_xchg32() local
/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache.cc69 ArtField* new_val = visitor->VisitField( in VisitReflectiveTargets() local
91 ArtMethod* new_val = visitor->VisitMethod( in VisitReflectiveTargets() local
112 ArtField* new_val = visitor->VisitField( in VisitReflectiveTargets() local
127 ArtMethod* new_val = visitor->VisitMethod( in VisitReflectiveTargets() local
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/
H A Dbdk-atomic.h196 …inline int bdk_atomic_compare_and_store32_nosync(uint32_t *ptr, uint32_t old_val, uint32_t new_val) in bdk_atomic_compare_and_store32_nosync()
224 static inline int bdk_atomic_compare_and_store32(uint32_t *ptr, uint32_t old_val, uint32_t new_val) in bdk_atomic_compare_and_store32()
252 …inline int bdk_atomic_compare_and_store64_nosync(uint64_t *ptr, uint64_t old_val, uint64_t new_val) in bdk_atomic_compare_and_store64_nosync()
280 static inline int bdk_atomic_compare_and_store64(uint64_t *ptr, uint64_t old_val, uint64_t new_val) in bdk_atomic_compare_and_store64()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dmetal_arguments.cc180 auto& new_val = float_values_[fvalue.first]; in CopyScalarArgumentsToStructWithScalarFields() local
192 auto& new_val = float_values_[hfvalue.first]; in CopyScalarArgumentsToStructWithScalarFields() local
206 auto& new_val = int_values_[ivalue.first]; in CopyScalarArgumentsToStructWithScalarFields() local
250 auto& new_val = float_values_[fvalue.first]; in CopyScalarArgumentsToStructWithVec4Fields() local
265 auto& new_val = float_values_[hfvalue.first]; in CopyScalarArgumentsToStructWithVec4Fields() local
282 auto& new_val = int_values_[ivalue.first]; in CopyScalarArgumentsToStructWithVec4Fields() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_atomic_test.cc99 Type new_val = 24; in CheckAtomicCompareExchange() local
109 Type new_val = 24; in CheckAtomicCompareExchange() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dtime_log.h72 inline static float Blend(float old_val, float new_val) { in Blend()
77 inline static float UpdateAverage(const char* str, const float new_val) { in UpdateAverage()

1234567