HomeSort by relevance Sort by last modified time
    Searched full:fltx4 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
vector.cpp 193 typedef float fltx4 __attribute__((__vector_size__(16))); typedef
198 void accept_fltx4(fltx4);
203 void test(fltx2 fltx2_val, fltx4 fltx4_val, dblx2 dblx2_val, dblx4 dblx4_val) {
226 void test_mixed_vector_types(fltx4 f, intx4 n, flte4 g, flte4 m) {
276 void test_pseudo_dtor(fltx4 *f) {
277 f->~fltx4();
278 (*f).~fltx4();

Completed in 68 milliseconds