Searched refs:v4sf (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dmips-vector-arg.c8 typedef float v4sf __attribute__ ((__vector_size__ (16))); typedef
15 extern test_v4sf_2(v4sf, int, v4sf);
16 void test_v4sf(v4sf a1, int a2, v4sf a3) {
H A Dmips-vector-return.c7 typedef float v4sf __attribute__ ((__vector_size__ (16))); typedef
13 v4sf test_v4sf(float a) {
14 return (v4sf){0.0f, a, 0.0f, 0.0f};
/external/clang/test/CodeGenCXX/
H A D2007-05-03-VectorInit.cpp4 typedef float v4sf __attribute__((vector_size(16))); typedef
6 typedef v4sf float4;
/external/clang/test/Sema/
H A Dexpr-address-of.c29 typedef float v4sf __attribute__ ((vector_size (16))); typedef
30 static v4sf q;

Completed in 55 milliseconds