Searched defs:__m128 (Results 1 – 12 of 12) sorted by relevance
3 typedef float __m128 __attribute__((__vector_size__(16))); typedef
6 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
14 typedef float __m128 __attribute__ ((vector_size (16))); typedef
313 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
424 *(&retval as *const __m128).cast() in f16_to_f32_x86_f16c() constant444 *(&retval as *const __m128).cast() constant466 let array = *(&retval as *const __m128).cast::<[f32; 4]>(); constant
4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
10 void foo128(__m128) {} in foo128() argument
19 typedef float __m128 __attribute__((__vector_size__(16))); typedef
204 #define __m128 int macro
31 typedef float __m128 __attribute__((__vector_size__(16))); typedef
149 typedef float32x4_t __m128; /* 128-bit vector containing 4 floats */ typedef