Home | History | Annotate | Download | only in include

Lines Matching defs:_mm_round_sd

135 #define _mm_ceil_sd(X, Y)    _mm_round_sd((X), (Y), _MM_FROUND_CEIL)
223 #define _mm_floor_sd(X, Y) _mm_round_sd((X), (Y), _MM_FROUND_FLOOR)
347 /// __m128d _mm_round_sd(__m128d X, __m128d Y, const int M);
376 #define _mm_round_sd(X, Y, M) __extension__ ({ \