Home | History | Annotate | Download | only in clang-include

Lines Matching refs:__x

1806 /// \param __x
1814 _mm_set_ps(float __z, float __y, float __x, float __w)
1816 return (__m128){ __w, __x, __y, __z };
1834 /// \param __x
1842 _mm_setr_ps(float __z, float __y, float __x, float __w)
1844 return (__m128){ __z, __y, __x, __w };