Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h97 __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()
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.h843 __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()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c517 vf = vec_rint(vf); in test_float()
520 vd = vec_rint(vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c314 vd = vec_rint(vd); in test_float()
H A Dbuiltins-systemz-zvector2.c820 vf = vec_rint(vf); in test_float()
823 vd = vec_rint(vd); in test_float()
H A Dbuiltins-systemz-zvector.c4549 vd = vec_rint(vd); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c994 res_vf = vec_rint(vf); in test1()
998 res_vd = vec_rint(vd); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h8463 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() function
8483 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a) { in vec_rint() function
H A Dvecintrin.h9273 vec_rint(__vector float __a) { in vec_rint() function
9280 vec_rint(__vector double __a) { in vec_rint() function