Searched refs:vec_rint (Results 1 – 5 of 5) sorted by relevance
102 __r = vec_rint((__v2df)__A); in _mm_round_pd()125 __r = vec_rint((__v2df)__A); in _mm_round_pd()203 __r = vec_rint((__v4sf)__A); in _mm_round_ps()226 __r = vec_rint((__v4sf)__A); in _mm_round_ps()
961 __rounded = vec_rint(__temp); in _mm_cvtps_pi32()1185 __rounded = vec_rint(__A); in _mm_cvtps_pi16()1202 __rounded = vec_rint(__A); in _mm_cvtps_pi8()
844 __v2df __rounded = vec_rint(__A); in _mm_cvtpd_epi32()970 __rounded = vec_rint((__v4sf)__A); in _mm_cvtps_epi32()1018 __v2df __rounded = vec_rint((__v2df)__A); in _mm_cvtsd_si32()1027 __v2df __rounded = vec_rint((__v2df)__A); in _mm_cvtsd_si64()
8475 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a);8479 vector double __rounded = vec_rint(__a); in vec_round()8491 static __inline__ vector float __ATTRS_o_ai vec_rint(vector float __a) { in vec_rint() function8495 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a) { in vec_rint() function
9309 vec_rint(__vector float __a) { in vec_rint() function9316 vec_rint(__vector double __a) { in vec_rint() function