HomeSort by relevance Sort by last modified time
    Searched refs:not_supported_native_simd_ctor (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/experimental/simd/simd.cons/
broadcast.pass.cpp 26 auto not_supported_native_simd_ctor(Args&&... args)
31 void not_supported_native_simd_ctor(...) {} function
53 not_supported_native_simd_ctor<float>(3.);
54 not_supported_native_simd_ctor<int8_t>(long(3));
55 not_supported_native_simd_ctor<float>(long(3));
56 not_supported_native_simd_ctor<int>(3.);
66 not_supported_native_simd_ctor<int64_t>(NotConvertibleToInt());
70 not_supported_native_simd_ctor<int>(3u);
load.pass.cpp 25 auto not_supported_native_simd_ctor(Args&&... args)
30 void not_supported_native_simd_ctor(...) {} function
50 not_supported_native_simd_ctor<int>((int*)nullptr, int());

Completed in 110 milliseconds