Searched refs:_mm_mul_round_sd (Results 1 – 4 of 4) sorted by relevance
1986 return _mm_mul_round_sd(__A,__B,_MM_FROUND_TO_NEAREST_INT); in test_mm_mul_round_sd()
3484 return _mm_mul_round_sd(__A,__B,_MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC); in test_mm_mul_round_sd()
2248 #define _mm_mul_round_sd(A, B, R) __extension__ ({ \ macro
2161 #define _mm_mul_round_sd(A, B, R) \ macro