Searched refs:vec_min (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h240 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/
H A Dbuiltins-ppc-altivec.c1852 /* vec_min */
1853 res_vsc = vec_min(vsc, vsc);
1857 res_vsc = vec_min(vbc, vsc);
1861 res_vsc = vec_min(vsc, vbc);
1865 res_vuc = vec_min(vuc, vuc);
1869 res_vuc = vec_min(vbc, vuc);
1873 res_vuc = vec_min(vuc, vbc);
1877 res_vs = vec_min(vs, vs);
1881 res_vs = vec_min(vbs, vs);
1885 res_vs = vec_min(v
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp150 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
H A DtestVMX.c2731 /* Function vec_min */
2735 Caux1.v = vec_min( Ccons1, Ccons2 );
2748 printf("Function vec_min [type char] ===> Error\n");
2750 printf("Function vec_min [type char] ===> OK\n");
2754 UCaux1.v = vec_min( UCcons1, UCcons2 );
2767 printf("Function vec_min [type unsigned char] ===> Error\n");
2769 printf("Function vec_min [type unsigned char] ===> OK\n");
2773 Saux1.v = vec_min( Scons1, Scons2 );
2786 printf("Function vec_min [type short] ===> Error\n");
2788 printf("Function vec_min [typ
[all...]
/external/clang/lib/Headers/
H A Daltivec.h3007 /* vec_min */
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(vecto 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 177 milliseconds