Home
last modified time | relevance | path

Searched refs:vec_ceil (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c474 vf = vec_ceil(vf); in test_float()
480 vd = vec_ceil(vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c296 vd = vec_ceil(vd); in test_float()
H A Dbuiltins-systemz-zvector2.c777 vf = vec_ceil(vf); in test_float()
783 vd = vec_ceil(vd); in test_float()
H A Dbuiltins-systemz-zvector.c4531 vd = vec_ceil(vd); in test_float()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h113 __r = vec_ceil((__v2df)__A); in _mm_round_pd()
204 __r = vec_ceil((__v4sf)__A); in _mm_round_ps()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c278 res_vd = vec_ceil(vd); in test1()
282 res_vf = vec_ceil(vf); in test1()
H A Dbuiltins-ppc-altivec.c975 res_vf = vec_ceil(vf); in test2()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h1659 static __inline__ vector float __ATTRS_o_ai vec_ceil(vector float __a) { in vec_ceil() function
1668 static __inline__ vector double __ATTRS_o_ai vec_ceil(vector double __a) { in vec_ceil() function
1675 return vec_ceil(__a); in vec_roundp()
1680 return vec_ceil(__a); in vec_roundp()
H A Dvecintrin.h9183 vec_ceil(__vector float __a) { in vec_ceil() function
9190 vec_ceil(__vector double __a) { in vec_ceil() function