Searched refs:_mm_add_round_ss (Results 1 – 4 of 4) sorted by relevance
1761 return _mm_add_round_ss(__A,__B,_MM_FROUND_TO_NEAREST_INT); in test_mm_add_round_ss()
3143 return _mm_add_round_ss(__A,__B,_MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC); in test_mm_add_round_ss()
1925 #define _mm_add_round_ss(A, B, R) __extension__ ({ \ macro
1902 #define _mm_add_round_ss(A, B, R) \ macro