Searched refs:_mm_round_ps (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL)
134 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR)
211 /// __m128 _mm_round_ps(__m128 X, const int M);
233 #define _mm_round_ps(X, M) \ macro

Completed in 58 milliseconds