Searched refs:_mm_round_ps (Results 1 – 5 of 5) 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…
16676 # define vrndnq_f32(a) _mm_round_ps(a, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC)