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/ |
D | ipc_atomic_ref_api.cpp | 34 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()
|
D | ipc_atomic_api.cpp | 40 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()
|
D | api_test_helpers.hpp | 1322 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 1335 …test_lock_free_floating_point_api< Wrapper, T >(boost::integral_constant< bool, Wrapper< T >::atom… in test_lock_free_floating_point_api()
|