Lines Matching refs:__x
567 _mm_set_pd(double __w, double __x)569 return (__m128d){ __x, __w };573 _mm_setr_pd(double __w, double __x)575 return (__m128d){ __w, __x };