/external/eigen/Eigen/src/Core/arch/AltiVec/ |
PacketMath.h | 237 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_min(a, b); } 238 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_min(a, b); } 444 b = vec_min(a, vec_sld(a, a, 8)); 445 res = vec_min(b, vec_sld(b, b, 4)); 452 b = vec_min(a, vec_sld(a, a, 8)); 453 res = vec_min(b, vec_sld(b, b, 4));
|
/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | [all...] |
/external/valgrind/main/none/tests/ppc32/ |
testVMX.stdout.exp | 150 Function vec_min [type char] ===> OK 151 Function vec_min [type unsigned char] ===> OK 152 Function vec_min [type short] ===> OK 153 Function vec_min [type unsigned short] ===> OK 154 Function vec_min [type integer] ===> OK 155 Function vec_min [type unsigned int] ===> OK
|
testVMX.c | [all...] |
/external/clang/lib/Headers/ |
altivec.h | 3007 vec_min(vector signed char __a, vector signed char __b) function 3013 vec_min(vector bool char __a, vector signed char __b) function 3019 vec_min(vector signed char __a, vector bool char __b) function 3025 vec_min(vector unsigned char __a, vector unsigned char __b) function 3031 vec_min(vector bool char __a, vector unsigned char __b) function 3037 vec_min(vector unsigned char __a, vector bool char __b) function 3043 vec_min(vector short __a, vector short __b) function 3049 vec_min(vector bool short __a, vector short __b) function 3055 vec_min(vector short __a, vector bool short __b) function 3061 vec_min(vector unsigned short __a, vector unsigned short __b) function 3067 vec_min(vector bool short __a, vector unsigned short __b) function 3073 vec_min(vector unsigned short __a, vector bool short __b) function 3079 vec_min(vector int __a, vector int __b) function 3085 vec_min(vector bool int __a, vector int __b) function 3091 vec_min(vector int __a, vector bool int __b) function 3097 vec_min(vector unsigned int __a, vector unsigned int __b) function 3103 vec_min(vector bool int __a, vector unsigned int __b) function 3109 vec_min(vector unsigned int __a, vector bool int __b) function 3115 vec_min(vector float __a, vector float __b) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 3007 vec_min(vector signed char __a, vector signed char __b) function 3013 vec_min(vector bool char __a, vector signed char __b) function 3019 vec_min(vector signed char __a, vector bool char __b) function 3025 vec_min(vector unsigned char __a, vector unsigned char __b) function 3031 vec_min(vector bool char __a, vector unsigned char __b) function 3037 vec_min(vector unsigned char __a, vector bool char __b) function 3043 vec_min(vector short __a, vector short __b) function 3049 vec_min(vector bool short __a, vector short __b) function 3055 vec_min(vector short __a, vector bool short __b) function 3061 vec_min(vector unsigned short __a, vector unsigned short __b) function 3067 vec_min(vector bool short __a, vector unsigned short __b) function 3073 vec_min(vector unsigned short __a, vector bool short __b) function 3079 vec_min(vector int __a, vector int __b) function 3085 vec_min(vector bool int __a, vector int __b) function 3091 vec_min(vector int __a, vector bool int __b) function 3097 vec_min(vector unsigned int __a, vector unsigned int __b) function 3103 vec_min(vector bool int __a, vector unsigned int __b) function 3109 vec_min(vector unsigned int __a, vector bool int __b) function 3115 vec_min(vector float __a, vector float __b) function [all...] |