Searched refs:_mm_round_ps (Results 1 – 2 of 2) 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
317 return _mm_round_ps(x, 2); in test_mm_round_ps()