/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.types.generic/atomics.types.float/ |
H A D | compare_exchange_weak.pass.cpp | 85 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 D | compare_exchange_strong.pass.cpp | 76 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 D | exchange.pass.cpp | 41 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 D | store.pass.cpp | 81 …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 D | fetch_sub.pass.cpp | 86 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 D | fetch_add.pass.cpp | 85 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 D | wait.pass.cpp | 81 …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 D | load.pass.cpp | 108 …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/ |
D | extra_ops_emulated.hpp | 57 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
|
D | extra_ops_generic.hpp | 52 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
|
D | extra_fp_ops_emulated.hpp | 49 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
|
D | extra_fp_ops_generic.hpp | 60 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
|
D | extra_ops_msvc_x86.hpp | 66 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
|
D | extending_cas_based_arithmetic.hpp | 43 storage_type new_val; in fetch_add() local 56 storage_type new_val; in fetch_sub() local
|
D | fp_ops_generic.hpp | 45 value_type old_val, new_val; in fetch_add() local 60 value_type old_val, new_val; in fetch_sub() local
|
D | fp_ops_emulated.hpp | 49 value_type new_val = old_val + v; in fetch_add() local 60 value_type new_val = old_val - v; in fetch_sub() local
|
D | wait_ops_freebsd_umtx.hpp | 76 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
|
D | wait_ops_futex.hpp | 47 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
|
D | wait_ops_generic.hpp | 55 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 D | atomic.c | 30 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 D | dex_cache.cc | 69 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 D | bdk-atomic.h | 196 …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 D | metal_arguments.cc | 180 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 D | sanitizer_atomic_test.cc | 99 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 D | time_log.h | 72 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()
|