Home | History | Annotate | Download | only in include

Lines Matching defs:_mm_round_pd

83 #define _mm_ceil_pd(X)       _mm_round_pd((X), _MM_FROUND_CEIL)
171 #define _mm_floor_pd(X) _mm_round_pd((X), _MM_FROUND_FLOOR)
310 /// __m128d _mm_round_pd(__m128d X, const int M);
333 #define _mm_round_pd(X, M) __extension__ ({ \