Lines Matching refs:__m256
297 typedef float __m256 __attribute__ ((__vector_size__ (32))); typedef
299 __m256 m;
303 __m256 x37;
306 void f37(__m256 x);
365 __m256 x45;
443 __m256 x52;
449 void test53(__m256 *m, __builtin_va_list argList) { in test53()
450 *m = __builtin_va_arg(argList, __m256); in test53()
456 void test54_helper(__m256, ...);
457 __m256 x54;
491 __m256 m;
492 __m256 n;
502 __m256 array[2];