| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| vecintrin.h | 84 #define vec_all_nlt(X, Y) vec_all_ngt ((Y), (X)) 316 #define vec_all_ngt __builtin_s390_vec_all_ngt macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| vecintrin.h | 84 #define vec_all_nlt(X, Y) vec_all_ngt ((Y), (X)) 316 #define vec_all_ngt __builtin_s390_vec_all_ngt macro
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| altivec.h | 237 __altivec_scalar_pred(vec_all_ngt, 302 #define vec_all_ngt(a1, a2) __builtin_vec_vcmpgt_p (__CR6_EQ, (a1), (a2))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| altivec.h | 237 __altivec_scalar_pred(vec_all_ngt, 302 #define vec_all_ngt(a1, a2) __builtin_vec_vcmpgt_p (__CR6_EQ, (a1), (a2))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| vmx2spu.h | 2919 /* vec_all_ngt (all elements not greater than) 2922 static inline int vec_all_ngt(vec_float4 a, vec_float4 b) function
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| vecintrin.h | 4149 /*-- vec_all_ngt ------------------------------------------------------------*/ 4153 vec_all_ngt(__vector float __a, __vector float __b) { function 4161 vec_all_ngt(__vector double __a, __vector double __b) { function
|
| altivec.h | 15845 /* vec_all_ngt */ 15847 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector float __a, function 15857 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector double __a, function
|