Home
last modified time | relevance | path

Searched defs:vec_roundz (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h108 #define vec_roundz(X) __builtin_s390_vfi((X), 4, 5) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h108 #define vec_roundz(X) __builtin_s390_vfi((X), 4, 5) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h9229 vec_roundz(__vector float __a) { in vec_roundz() function
9235 vec_roundz(__vector double __a) { in vec_roundz() function
H A Daltivec.h12502 static __inline__ vector float __ATTRS_o_ai vec_roundz(vector float __a) { in vec_roundz() function
12507 static __inline__ vector double __ATTRS_o_ai vec_roundz(vector double __a) { in vec_roundz() function