Searched refs:_mm_cmpgt_pd (Results 1 – 4 of 4) sorted by relevance
526 return _mm_cmpgt_pd(__a, __b); in test_mm_cmpgt_pd()
212 Packet2d mask = _mm_cmpgt_pd(tmp, fx);
119 Nb operator > (const SkNf& o) const { return _mm_castpd_si128(_mm_cmpgt_pd (fVec, o.fVec)); }
174 _mm_cmpgt_pd(__m128d __a, __m128d __b) in _mm_cmpgt_pd() function