Searched refs:_mm_round_ps (Results 1 – 4 of 4) sorted by relevance
49 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL)54 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR)59 #define _mm_round_ps(X, M) __extension__ ({ \ macro
342 return _mm_round_ps(x, 4); in test_mm_round_ps()
132 return _mm_round_ps(a, static_cast<int>(RMT));
280 template<> EIGEN_STRONG_INLINE Packet4f pround<Packet4f>(const Packet4f& a) { return _mm_round_ps(a…