Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c484 vf = vec_roundm(vf); in test_float()
490 vd = vec_roundm(vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c299 vd = vec_roundm(vd); in test_float()
H A Dbuiltins-systemz-zvector2.c787 vf = vec_roundm(vf); in test_float()
793 vd = vec_roundm(vd); in test_float()
H A Dbuiltins-systemz-zvector.c4534 vd = vec_roundm(vd); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c785 res_vf = vec_roundm(vf); in test1()
789 res_vd = vec_roundm(vd); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h9199 vec_roundm(__vector float __a) { in vec_roundm() function
9205 vec_roundm(__vector double __a) { in vec_roundm() function
H A Daltivec.h4029 static __inline__ vector float __ATTRS_o_ai vec_roundm(vector float __a) { in vec_roundm() function
4034 static __inline__ vector double __ATTRS_o_ai vec_roundm(vector double __a) { in vec_roundm() function