Searched refs:vec_abs (Results 1 – 9 of 9) sorted by relevance
48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
70 res_vsll = vec_abs(vsll); in test1()75 res_vd = vec_abs(vda); in test1()
2130 vsc = vec_abs(vsc); in test_integer()2131 vss = vec_abs(vss); in test_integer()2132 vsi = vec_abs(vsi); in test_integer()2133 vsl = vec_abs(vsl); in test_integer()2890 vd = vec_abs(vd); in test_float()
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()
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()
103 #define __builtin_altivec_abs_v16qi vec_abs104 #define __builtin_altivec_abs_v8hi vec_abs105 #define __builtin_altivec_abs_v4si vec_abs107 static vector signed char __ATTRS_o_ai vec_abs(vector signed char __a) { in vec_abs() function111 static vector signed short __ATTRS_o_ai vec_abs(vector signed short __a) { in vec_abs() function115 static vector signed int __ATTRS_o_ai vec_abs(vector signed int __a) { in vec_abs() function121 vec_abs(vector signed long long __a) { in vec_abs() function126 static vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs() function133 static vector double __ATTRS_o_ai vec_abs(vector double __a) { in vec_abs() function
6374 vec_abs(vector signed char __a) { in vec_abs() function6379 vec_abs(vector signed short __a) { in vec_abs() function6384 vec_abs(vector signed int __a) { in vec_abs() function6389 vec_abs(vector signed long long __a) { in vec_abs() function6394 vec_abs(vector double __a) { in vec_abs() function