HomeSort by relevance Sort by last modified time
    Searched refs:vec_sub (Results 1 - 6 of 6) sorted by null

  /external/libunwind/tests/
ppc64-test-altivec.c 130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
145 vec_sub (v3,
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 170 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_sub(a,b); }
171 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_sub(a,b); }
Complex.h 69 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_sub(a.v,b.v)); }
  /external/clang/lib/Headers/
altivec.h 7920 vec_sub(vector signed char __a, vector signed char __b) function
7926 vec_sub(vector bool char __a, vector signed char __b) function
7932 vec_sub(vector signed char __a, vector bool char __b) function
7938 vec_sub(vector unsigned char __a, vector unsigned char __b) function
7944 vec_sub(vector bool char __a, vector unsigned char __b) function
7950 vec_sub(vector unsigned char __a, vector bool char __b) function
7956 vec_sub(vector short __a, vector short __b) function
7962 vec_sub(vector bool short __a, vector short __b) function
7968 vec_sub(vector short __a, vector bool short __b) function
7974 vec_sub(vector unsigned short __a, vector unsigned short __b) function
7980 vec_sub(vector bool short __a, vector unsigned short __b) function
7986 vec_sub(vector unsigned short __a, vector bool short __b) function
7992 vec_sub(vector int __a, vector int __b) function
7998 vec_sub(vector bool int __a, vector int __b) function
8004 vec_sub(vector int __a, vector bool int __b) function
8010 vec_sub(vector unsigned int __a, vector unsigned int __b) function
8016 vec_sub(vector bool int __a, vector unsigned int __b) function
8022 vec_sub(vector unsigned int __a, vector bool int __b) function
8028 vec_sub(vector float __a, vector float __b) function
    [all...]
  /external/opencv/cv/src/
cvsmooth.cpp 628 *(vector ushort*) &y[0] = vec_sub( *(vector ushort*) &y[0], *(vector ushort*) &x[0] );
629 *(vector ushort*) &y[8] = vec_sub( *(vector ushort*) &y[8], *(vector ushort*) &x[8] );
    [all...]

Completed in 175 milliseconds