Searched refs:fltx4 (Results 1 – 1 of 1) sorted by relevance
193 typedef float fltx4 __attribute__((__vector_size__(16))); typedef198 void accept_fltx4(fltx4);203 void test(fltx2 fltx2_val, fltx4 fltx4_val, dblx2 dblx2_val, dblx4 dblx4_val) { in test()226 void test_mixed_vector_types(fltx4 f, intx4 n, flte4 g, flte4 m) { in test_mixed_vector_types()276 void test_pseudo_dtor(fltx4 *f) { in test_pseudo_dtor()277 f->~fltx4(); in test_pseudo_dtor()278 (*f).~fltx4(); in test_pseudo_dtor()