Home
last modified time | relevance | path

Searched refs:vec_rint (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h102 __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()
H A Dxmmintrin.h961 __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()
H A Demmintrin.h844 __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()
/src/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h8475 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() function
8495 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a) { in vec_rint() function
H A Dvecintrin.h9309 vec_rint(__vector float __a) { in vec_rint() function
9316 vec_rint(__vector double __a) { in vec_rint() function