Home
last modified time | relevance | path

Searched defs:extra_fp_operations_emulated (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_fp_ops_emulated.hpp35 struct extra_fp_operations_emulated : struct
38 typedef Base base_type;
39 typedef typename base_type::storage_type storage_type;
40 typedef Value value_type;
41 typedef typename base_type::scoped_lock scoped_lock;
43 static value_type fetch_negate(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in fetch_negate()
54 static value_type negate(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in negate()
65 static value_type add(storage_type volatile& storage, value_type v, memory_order) BOOST_NOEXCEPT in add()
76 static value_type sub(storage_type volatile& storage, value_type v, memory_order) BOOST_NOEXCEPT in sub()
87 …T_FORCEINLINE void opaque_negate(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in opaque_negate()
[all …]