Searched refs:_mm_cmplt_pd (Results 1 – 4 of 4) sorted by relevance
484 return _mm_cmplt_pd(__a, __b); in test_mm_cmplt_pd()
81 Packet2d internal::plt(const Packet2d& a, Packet2d& b) { return _mm_cmplt_pd(a,b); } in plt()
118 Nb operator < (const SkNf& o) const { return _mm_castpd_si128(_mm_cmplt_pd (fVec, o.fVec)); }
162 _mm_cmplt_pd(__m128d __a, __m128d __b) in _mm_cmplt_pd() function