Searched refs:_mm512_and_ps (Results 1 – 4 of 4) sorted by relevance
80 x = _mm512_and_ps(x, p16f_inv_mant_mask);
256 return _mm512_and_ps(a, b);
119 return (__m512) _mm512_and_ps(__A, __B); in test_mm512_and_ps()
167 _mm512_and_ps (__m512 __A, __m512 __B) { in _mm512_and_ps() function