Searched refs:_mm_round_ps (Results 1 – 1 of 1) sorted by relevance
56 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL)140 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR)239 #define _mm_round_ps(X, M) \ macro