Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h168 #define vec_round __builtin_vec_round macro
/openbsd-src/gnu/llvm/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.h8457 static __inline__ vector float __ATTRS_o_ai vec_round(vector float __a) { in vec_round() function
8464 static __inline__ vector double __ATTRS_o_ai vec_round(vector double __a) { in vec_round() function
8472 static __inline__ vector double __ATTRS_o_ai vec_round(vector double __a) { in vec_round() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h3307 vec_round (vector float a1) in vec_round() function