HomeSort by: relevance | last modified time | path
    Searched defs:vec_all_ngt (Results 1 - 5 of 5) sorted by relevancy

  /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
  /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.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

Completed in 63 milliseconds