Home
last modified time | relevance | path

Searched defs:vec_round (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h111 #define vec_round(X) __builtin_s390_vfi((X), 4, 4) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h111 #define vec_round(X) __builtin_s390_vfi((X), 4, 4) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h182 #define vec_round __builtin_vec_round macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1595 static inline vec_float4 vec_round(vec_float4 a) in vec_round() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h9289 vec_round(__vector float __a) { in vec_round() function
9295 vec_round(__vector double __a) { in vec_round() function
H A Daltivec.h8383 static __inline__ vector float __ATTRS_o_ai vec_round(vector float __a) { in vec_round() function
8392 static __inline__ vector double __ATTRS_o_ai vec_round(vector double __a) { in vec_round() function