Searched refs:_mm_round_ps (Results 1 – 2 of 2) sorted by relevance
50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL)55 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR)60 #define _mm_round_ps(X, M) __extension__ ({ \ macro
165 return _mm_round_ps(x, 2); in test_mm_round_ps()