Home | History | Annotate | Download | only in include

Lines Matching defs:_mm_round_sd

131 #define _mm_ceil_sd(X, Y)    _mm_round_sd((X), (Y), _MM_FROUND_CEIL)
215 #define _mm_floor_sd(X, Y) _mm_round_sd((X), (Y), _MM_FROUND_FLOOR)
335 /// __m128d _mm_round_sd(__m128d X, __m128d Y, const int M);
363 #define _mm_round_sd(X, Y, M) __extension__ ({ \