Searched refs:vec_abs (Results 1 – 5 of 5) sorted by relevance
350 template<> EIGEN_STRONG_INLINE Packet4f pabs(const Packet4f& a) { return vec_abs(a); }351 template<> EIGEN_STRONG_INLINE Packet4i pabs(const Packet4i& a) { return vec_abs(a); }
3 Function vec_abs [type char] ===> OK4 Function vec_abs [type short] ===> OK5 Function vec_abs [type integer] ===> OK
486 Caux1.v = vec_abs( Ccons1 ); in main()497 Saux1.v = vec_abs( Scons1 ); in main()508 Iaux1.v = vec_abs( Icons1 ); in main()520 Faux1.v = vec_abs( Fcons1 ); in main()
50 vsc = vec_abs(vsc); in test1()56 vs = vec_abs(vs); in test1()62 vi = vec_abs(vi); in test1()68 vf = vec_abs(vf); in test1()
81 #define __builtin_altivec_abs_v16qi vec_abs82 #define __builtin_altivec_abs_v8hi vec_abs83 #define __builtin_altivec_abs_v4si vec_abs86 vec_abs(vector signed char __a) in vec_abs() function92 vec_abs(vector signed short __a) in vec_abs() function98 vec_abs(vector signed int __a) in vec_abs() function104 vec_abs(vector float __a) in vec_abs() function