Home
last modified time | relevance | path

Searched refs:vec_round (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h83 #define vec_vrfin vec_round
182 #define vec_round __builtin_vec_round macro
/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/dist/gcc/config/rs6000/
H A Daltivec.h85 #define vec_vrfin vec_round
H A Drs6000-overload.def3188 [VEC_ROUND, vec_round, __builtin_vec_round]
/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
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18764 @tab @code{vec_round}
H A Dgcc.info51231 'vec_rlmi' 'vec_rlnm' 'vec_round'
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi18373 vector float vec_round (vector float);
H A Dgcc.info47945 vector float vec_round (vector float);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201738550 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.