Searched refs:_mm_rcp28_round_sd (Results 1 – 2 of 2) sorted by relevance
258 #define _mm_rcp28_round_sd(A, B, R) __extension__ ({ \ macro277 _mm_rcp28_round_sd((A), (B), _MM_FROUND_CUR_DIRECTION)
245 return _mm_rcp28_round_sd(a, b, _MM_FROUND_TO_NEAREST_INT); in test_mm_rcp28_round_sd()