Home
last modified time | relevance | path

Searched refs:test_arithmetic (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/
Dfloat_typedef_test.cpp35 template<class T, class U> void test_arithmetic( U const & y, bool aligned ) in test_arithmetic() function
67 test_arithmetic<big_float32_t>( 3.1416f, false ); in main()
68 test_arithmetic<big_float64_t>( 3.14159, false ); in main()
70 test_arithmetic<little_float32_t>( 3.1416f, false ); in main()
71 test_arithmetic<little_float64_t>( 3.14159, false ); in main()
73 test_arithmetic<native_float32_t>( 3.1416f, false ); in main()
74 test_arithmetic<native_float64_t>( 3.14159, false ); in main()
76 test_arithmetic<big_float32_at>( 3.1416f, true ); in main()
77 test_arithmetic<big_float64_at>( 3.14159, true ); in main()
79 test_arithmetic<little_float32_at>( 3.1416f, true ); in main()
[all …]
Dendian_arithmetic_test.cpp137 template<class T> void test_arithmetic( T const& x ) in test_arithmetic() function
147 test_arithmetic( x ); in test_integral()
160 test_arithmetic( 3.1416f ); in main()
161 test_arithmetic( 3.14159 ); in main()
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/tests/
Datomic_cell.rs265 macro_rules! test_arithmetic { macro
297 test_arithmetic!(arithmetic_u8, u8);
298 test_arithmetic!(arithmetic_i8, i8);
299 test_arithmetic!(arithmetic_u16, u16);
300 test_arithmetic!(arithmetic_i16, i16);
301 test_arithmetic!(arithmetic_u32, u32);
302 test_arithmetic!(arithmetic_i32, i32);
303 test_arithmetic!(arithmetic_u64, u64);
304 test_arithmetic!(arithmetic_i64, i64);
305 test_arithmetic!(arithmetic_u128, u128);
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Datomicity.cpp180 bool test_arithmetic(boost::atomic<value_type> & shared_value, std::size_t instance) in test_arithmetic() function
260 … boost::bind(test_arithmetic<unsigned int, 0>, boost::ref(value), boost::placeholders::_1), in main()
Datomicity_ref.cpp186 bool test_arithmetic(value_type& shared_value, std::size_t instance) in test_arithmetic() function
268 … boost::bind(test_arithmetic<unsigned int, 0>, boost::ref(value), boost::placeholders::_1), in main()
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_common_tests.c26 static void test_arithmetic(void) in test_arithmetic() function
342 test_arithmetic(); in main()
/aosp_15_r20/external/eigen/test/
H A Dhalf_float.cpp162 void test_arithmetic() in test_arithmetic() function
342 CALL_SUBTEST(test_arithmetic()); in EIGEN_DECLARE_TEST()
H A Dbfloat16_float.cpp210 void test_arithmetic() in test_arithmetic() function
371 CALL_SUBTEST(test_arithmetic()); in EIGEN_DECLARE_TEST()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp196 int test_arithmetic() { in test_arithmetic() function
/aosp_15_r20/external/pytorch/c10/test/util/
H A Dcomplex_test_common.h538 MAYBE_GLOBAL void test_arithmetic() { in test_arithmetic() function
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_vmap.py1748 def test_arithmetic(self, case): member in TestVmapOperators
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py1738 def test_arithmetic(self): member in TestONNXRuntime