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

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 240 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_min(a, b); }
241 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_min(a, b); }
447 b = vec_min(a, vec_sld(a, a, 8));
448 res = vec_min(b, vec_sld(b, b, 4));
455 b = vec_min(a, vec_sld(a, a, 8));
456 res = vec_min(b, vec_sld(b, b, 4));
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/clang/lib/Headers/
altivec.h 3010 vec_min(vector signed char __a, vector signed char __b) function
3016 vec_min(vector bool char __a, vector signed char __b) function
3022 vec_min(vector signed char __a, vector bool char __b) function
3028 vec_min(vector unsigned char __a, vector unsigned char __b) function
3034 vec_min(vector bool char __a, vector unsigned char __b) function
3040 vec_min(vector unsigned char __a, vector bool char __b) function
3046 vec_min(vector short __a, vector short __b) function
3052 vec_min(vector bool short __a, vector short __b) function
3058 vec_min(vector short __a, vector bool short __b) function
3064 vec_min(vector unsigned short __a, vector unsigned short __b) function
3070 vec_min(vector bool short __a, vector unsigned short __b) function
3076 vec_min(vector unsigned short __a, vector bool short __b) function
3082 vec_min(vector int __a, vector int __b) function
3088 vec_min(vector bool int __a, vector int __b) function
3094 vec_min(vector int __a, vector bool int __b) function
3100 vec_min(vector unsigned int __a, vector unsigned int __b) function
3106 vec_min(vector bool int __a, vector unsigned int __b) function
3112 vec_min(vector unsigned int __a, vector bool int __b) function
3118 vec_min(vector float __a, vector float __b) function
    [all...]

Completed in 76 milliseconds