Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h104 #define vec_roundp(X) __builtin_s390_vfi((X), 4, 6) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h104 #define vec_roundp(X) __builtin_s390_vfi((X), 4, 6) macro
/netbsd-src/external/apache2/llvm/dist/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.h1651 static __inline__ vector float __ATTRS_o_ai vec_roundp(vector float __a) { in vec_roundp() function
1656 static __inline__ vector double __ATTRS_o_ai vec_roundp(vector double __a) { in vec_roundp() function