Home
last modified time | relevance | path

Searched refs:vec_all_numeric (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h201 __altivec_unary_pred(vec_all_numeric,
280 #define vec_all_numeric(a1) __builtin_vec_vcmpeq_p (__CR6_LT, (a1), (a1))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h550 __altivec_unary_pred(vec_all_numeric,
629 #define vec_all_numeric(a1) __builtin_vec_vcmpeq_p (__CR6_LT, (a1), (a1))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h130 #define vec_all_numeric(a) \ macro
H A Dvx-builtins.md1939 ; vec_all_nan, vec_all_numeric, vec_any_nan, vec_any_numeric
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h130 #define vec_all_numeric(a) \ macro
H A Dvx-builtins.md1906 ; vec_all_nan, vec_all_numeric, vec_any_nan, vec_any_numeric
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h2949 static inline int vec_all_numeric(vec_float4 a) in vec_all_numeric() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h4225 vec_all_numeric(__vector float __a) { in vec_all_numeric() function
4233 vec_all_numeric(__vector double __a) { in vec_all_numeric() function
H A Daltivec.h15902 vec_all_numeric(vector float __a) { in vec_all_numeric() function
15911 static __inline__ int __ATTRS_o_ai vec_all_numeric(vector double __a) { in vec_all_numeric() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi17750 int vec_all_numeric (vector float);
19426 int vec_all_numeric (vector double);
H A Dgcc.info47322 int vec_all_numeric (vector float);
48996 int vec_all_numeric (vector double);
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18650 @tab @code{vec_all_numeric}
H A Dgcc.info51193 'vec_all_nle' 'vec_all_nlt' 'vec_all_numeric'
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20031057 * altivec.h (vec_cmple, vec_all_numeric): Fix typo.
H A DChangeLog-20152654 (vec_all_numeric): Likewise.