Searched refs:_mm_cmpge_pd (Results 1 – 3 of 3) sorted by relevance
532 return _mm_cmpge_pd(__a, __b); in test_mm_cmpge_pd()
121 Nb operator >= (const SkNf& o) const { return _mm_castpd_si128(_mm_cmpge_pd (fVec, o.fVec)); }
180 _mm_cmpge_pd(__m128d __a, __m128d __b) in _mm_cmpge_pd() function