Searched refs:supported_native_simd_ctor (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/experimental/simd/simd.cons/ |
D | broadcast.pass.cpp | 34 auto supported_native_simd_ctor(Args&&... args) in supported_native_simd_ctor() function 38 void supported_native_simd_ctor(...) = delete; 41 supported_native_simd_ctor<int8_t>(3); in compile_narrowing_conversion() 42 supported_native_simd_ctor<int16_t>(3); in compile_narrowing_conversion() 43 supported_native_simd_ctor<int32_t>(3); in compile_narrowing_conversion() 44 supported_native_simd_ctor<int64_t>(3); in compile_narrowing_conversion() 45 supported_native_simd_ctor<uint8_t>(3); in compile_narrowing_conversion() 46 supported_native_simd_ctor<uint16_t>(3); in compile_narrowing_conversion() 47 supported_native_simd_ctor<uint32_t>(3); in compile_narrowing_conversion() 48 supported_native_simd_ctor<uint64_t>(3); in compile_narrowing_conversion() [all …]
|
D | load.pass.cpp | 33 auto supported_native_simd_ctor(Args&&... args) in supported_native_simd_ctor() function 37 void supported_native_simd_ctor(...) = delete; 40 supported_native_simd_ctor<int>((int*)nullptr, ex::element_aligned_tag()); in compile_load_ctor() 41 supported_native_simd_ctor<uint32_t>((int*)nullptr, in compile_load_ctor() 43 supported_native_simd_ctor<double>((float*)nullptr, in compile_load_ctor() 45 supported_native_simd_ctor<uint16_t>((unsigned int*)nullptr, in compile_load_ctor() 47 supported_native_simd_ctor<uint32_t>((float*)nullptr, in compile_load_ctor()
|
/external/llvm-project/libcxx/test/std/experimental/simd/simd.cons/ |
D | broadcast.pass.cpp | 33 auto supported_native_simd_ctor(Args&&... args) in supported_native_simd_ctor() function 37 void supported_native_simd_ctor(...) = delete; 40 supported_native_simd_ctor<int8_t>(3); in compile_narrowing_conversion() 41 supported_native_simd_ctor<int16_t>(3); in compile_narrowing_conversion() 42 supported_native_simd_ctor<int32_t>(3); in compile_narrowing_conversion() 43 supported_native_simd_ctor<int64_t>(3); in compile_narrowing_conversion() 44 supported_native_simd_ctor<uint8_t>(3); in compile_narrowing_conversion() 45 supported_native_simd_ctor<uint16_t>(3); in compile_narrowing_conversion() 46 supported_native_simd_ctor<uint32_t>(3); in compile_narrowing_conversion() 47 supported_native_simd_ctor<uint64_t>(3); in compile_narrowing_conversion() [all …]
|
D | load.pass.cpp | 33 auto supported_native_simd_ctor(Args&&... args) in supported_native_simd_ctor() function 37 void supported_native_simd_ctor(...) = delete; 40 supported_native_simd_ctor<int>((int*)nullptr, ex::element_aligned_tag()); in compile_load_ctor() 41 supported_native_simd_ctor<uint32_t>((int*)nullptr, in compile_load_ctor() 43 supported_native_simd_ctor<double>((float*)nullptr, in compile_load_ctor() 45 supported_native_simd_ctor<uint16_t>((unsigned int*)nullptr, in compile_load_ctor() 47 supported_native_simd_ctor<uint32_t>((float*)nullptr, in compile_load_ctor()
|