Searched refs:_mm_rcp28_round_ss (Results 1 – 2 of 2) sorted by relevance
231 #define _mm_rcp28_round_ss(A, B, R) __extension__ ({ \ macro250 _mm_rcp28_round_ss((A), (B), _MM_FROUND_CUR_DIRECTION)
209 return _mm_rcp28_round_ss(a, b, _MM_FROUND_TO_NEAREST_INT); in test_mm_rcp28_round_ss()