/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/ |
D | float_typedef_test.cpp | 35 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 …]
|
D | endian_arithmetic_test.cpp | 137 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/ |
D | atomic_cell.rs | 265 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/ |
D | atomicity.cpp | 180 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()
|
D | atomicity_ref.cpp | 186 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 D | vb2_common_tests.c | 26 static void test_arithmetic(void) in test_arithmetic() function 342 test_arithmetic(); in main()
|
/aosp_15_r20/external/eigen/test/ |
H A D | half_float.cpp | 162 void test_arithmetic() in test_arithmetic() function 342 CALL_SUBTEST(test_arithmetic()); in EIGEN_DECLARE_TEST()
|
H A D | bfloat16_float.cpp | 210 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 D | warn-unreachable.cpp | 196 int test_arithmetic() { in test_arithmetic() function
|
/aosp_15_r20/external/pytorch/c10/test/util/ |
H A D | complex_test_common.h | 538 MAYBE_GLOBAL void test_arithmetic() { in test_arithmetic() function
|
/aosp_15_r20/external/pytorch/test/functorch/ |
H A D | test_vmap.py | 1748 def test_arithmetic(self, case): member in TestVmapOperators
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_pytorch_onnx_onnxruntime.py | 1738 def test_arithmetic(self): member in TestONNXRuntime
|