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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h67 #define _mm_ceil_pd(X) _mm_round_pd((X), _MM_FROUND_CEIL)
151 #define _mm_floor_pd(X) _mm_round_pd((X), _MM_FROUND_FLOOR)
286 /// __m128d _mm_round_pd(__m128d X, const int M);
308 #define _mm_round_pd(X, M) \ macro

Completed in 53 milliseconds