Home
last modified time | relevance | path

Searched refs:vec_roundp (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c471 vf = vec_roundp(vf); in test_float()
477 vd = vec_roundp(vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c293 vd = vec_roundp(vd); in test_float()
H A Dbuiltins-systemz-zvector2.c774 vf = vec_roundp(vf); in test_float()
780 vd = vec_roundp(vd); in test_float()
H A Dbuiltins-systemz-zvector.c4528 vd = vec_roundp(vd); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c286 res_vd = vec_roundp(vd); in test1()
290 res_vf = vec_roundp(vf); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h9169 vec_roundp(__vector float __a) { in vec_roundp() function
9175 vec_roundp(__vector double __a) { in vec_roundp() function
H A Daltivec.h1674 static __inline__ vector float __ATTRS_o_ai vec_roundp(vector float __a) { in vec_roundp() function
1679 static __inline__ vector double __ATTRS_o_ai vec_roundp(vector double __a) { in vec_roundp() function