Searched refs:vec_rint (Results 1 – 10 of 10) sorted by relevance
97 __r = vec_rint((__v2df)__A); in _mm_round_pd()120 __r = vec_rint((__v2df)__A); in _mm_round_pd()188 __r = vec_rint((__v4sf)__A); in _mm_round_ps()211 __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()
843 __v2df __rounded = vec_rint(__A); in _mm_cvtpd_epi32()969 __rounded = vec_rint((__v4sf)__A); in _mm_cvtps_epi32()1017 __v2df __rounded = vec_rint((__v2df)__A); in _mm_cvtsd_si32()1026 __v2df __rounded = vec_rint((__v2df)__A); in _mm_cvtsd_si64()
517 vf = vec_rint(vf); in test_float()520 vd = vec_rint(vd); in test_float()
314 vd = vec_rint(vd); in test_float()
820 vf = vec_rint(vf); in test_float()823 vd = vec_rint(vd); in test_float()
4549 vd = vec_rint(vd); in test_float()
994 res_vf = vec_rint(vf); in test1()998 res_vd = vec_rint(vd); in test1()
8463 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a);8467 vector double __rounded = vec_rint(__a); in vec_round()8479 static __inline__ vector float __ATTRS_o_ai vec_rint(vector float __a) { in vec_rint() function8483 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a) { in vec_rint() function
9273 vec_rint(__vector float __a) { in vec_rint() function9280 vec_rint(__vector double __a) { in vec_rint() function