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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 8955 /*-- vec_madd ---------------------------------------------------------------*/
8959 vec_madd(__vector float __a, __vector float __b, __vector float __c) { function
8965 vec_madd(__vector double __a, __vector double __b, __vector double __c) { function
altivec.h 4680 /* vec_madd */
4690 static __inline__ vector signed short __ATTRS_o_ai vec_madd( function
4696 vec_madd(vector signed short __a, vector unsigned short __b, function
4702 vec_madd(vector unsigned short __a, vector signed short __b, function
4708 vec_madd(vector unsigned short __a, vector unsigned short __b, function
4713 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, function
4724 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, function
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 330 #define vec_madd __builtin_s390_vec_madd macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 330 #define vec_madd __builtin_s390_vec_madd macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 831 /* vec_madd (vector multiply add)
834 #define vec_madd(_a, _b, _c) spu_madd(_a, _b, _c) macro

Completed in 66 milliseconds