Searched refs:_mm256_round_ps (Results 1 – 5 of 5) sorted by relevance
443 #define _mm256_round_ps(V, M) __extension__ ({ \ macro496 #define _mm256_ceil_ps(V) _mm256_round_ps((V), _MM_FROUND_CEIL)513 #define _mm256_floor_ps(V) _mm256_round_ps((V), _MM_FROUND_FLOOR)
504 result.lo = _mm256_round_ps(a.lo, mode); in SIMD16_EMU_AVX512_2()505 result.hi = _mm256_round_ps(a.hi, mode); in SIMD16_EMU_AVX512_2()
90 #define _simd_round_ps _mm256_round_ps
736 return _mm256_round_ps(x, 4); in test_mm256_round_ps()
192 …_STRONG_INLINE Packet8f pround<Packet8f>(const Packet8f& a) { return _mm256_round_ps(a, _MM_FROUND…