Searched refs:_mm_add_round_sd (Results 1 – 4 of 4) sorted by relevance
1786 return _mm_add_round_sd(__A,__B,_MM_FROUND_TO_NEAREST_INT); in test_mm_add_round_sd()
3188 return _mm_add_round_sd(__A,__B,_MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC); in test_mm_add_round_sd()
1960 #define _mm_add_round_sd(A, B, R) __extension__ ({ \ macro
1931 #define _mm_add_round_sd(A, B, R) \ macro