Home
last modified time | relevance | path

Searched defs:vec_cpsgn (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h122 #define vec_cpsgn(x,y) __builtin_vec_copysign(y,x) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h132 #define vec_cpsgn(x,y) __builtin_vec_copysign(y,x) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h3144 static __inline__ vector float __ATTRS_o_ai vec_cpsgn(vector float __a, in vec_cpsgn() function
3149 static __inline__ vector double __ATTRS_o_ai vec_cpsgn(vector double __a, in vec_cpsgn() function