Home
last modified time | relevance | path

Searched refs:test_lock_free_floating_point_api (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dipc_atomic_ref_api.cpp34 test_lock_free_floating_point_api< ipc_atomic_ref_wrapper, float >(); in main()
35 test_lock_free_floating_point_api< ipc_atomic_ref_wrapper, double >(); in main()
36 test_lock_free_floating_point_api< ipc_atomic_ref_wrapper, long double >(); in main()
38 test_lock_free_floating_point_api< ipc_atomic_ref_wrapper, boost::float128_type >(); in main()
Dipc_atomic_api.cpp40 test_lock_free_floating_point_api< ipc_atomic_wrapper, float >(); in main()
41 test_lock_free_floating_point_api< ipc_atomic_wrapper, double >(); in main()
42 test_lock_free_floating_point_api< ipc_atomic_wrapper, long double >(); in main()
44 test_lock_free_floating_point_api< ipc_atomic_wrapper, boost::float128_type >(); in main()
Dapi_test_helpers.hpp1322 inline void test_lock_free_floating_point_api(boost::true_type) in test_lock_free_floating_point_api() function
1328 inline void test_lock_free_floating_point_api(boost::false_type) in test_lock_free_floating_point_api() function
1333 inline void test_lock_free_floating_point_api(void) in test_lock_free_floating_point_api() function
1335test_lock_free_floating_point_api< Wrapper, T >(boost::integral_constant< bool, Wrapper< T >::atom… in test_lock_free_floating_point_api()