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