Home
last modified time | relevance | path

Searched refs:double4 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Parser/
Dopencl-astype.cl11 typedef __attribute__(( ext_vector_type(4) )) double double4;
14double4 d4 = __builtin_astype(f4, double4); // expected-error{{invalid reinterpretation: sizes of …
/external/clang/test/SemaTemplate/
Dinstantiate-clang.cpp9 typedef __attribute__(( ext_vector_type(4) )) double double4; typedef
13 void f(T v1, double4 v2) { in f()
19 template struct ExtVectorAccess0<double4>;