Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c510 vf = vec_roundc(vf); in test_float()
513 vd = vec_roundc(vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c311 vd = vec_roundc(vd); in test_float()
H A Dbuiltins-systemz-zvector2.c813 vf = vec_roundc(vf); in test_float()
816 vd = vec_roundc(vd); in test_float()
H A Dbuiltins-systemz-zvector.c4546 vd = vec_roundc(vd); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c1006 res_vf = vec_roundc(vf); in test1()
1010 res_vd = vec_roundc(vd); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h9259 vec_roundc(__vector float __a) { in vec_roundc() function
9265 vec_roundc(__vector double __a) { in vec_roundc() function
H A Daltivec.h8489 static __inline__ vector float __ATTRS_o_ai vec_roundc(vector float __a) { in vec_roundc() function
8493 static __inline__ vector double __ATTRS_o_ai vec_roundc(vector double __a) { in vec_roundc() function