Home
last modified time | relevance | path

Searched refs:vec_abs (Results 1 – 9 of 9) sorted by relevance

/external/fec/
Dpeakval_av.c48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c70 res_vsll = vec_abs(vsll); in test1()
75 res_vd = vec_abs(vda); in test1()
Dbuiltins-systemz-zvector.c2130 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()
Dbuiltins-ppc-altivec.c50 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()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h350 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); }
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp3 Function vec_abs [type char] ===> OK
4 Function vec_abs [type short] ===> OK
5 Function vec_abs [type integer] ===> OK
DtestVMX.c486 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()
/external/clang/lib/Headers/
Daltivec.h103 #define __builtin_altivec_abs_v16qi vec_abs
104 #define __builtin_altivec_abs_v8hi vec_abs
105 #define __builtin_altivec_abs_v4si vec_abs
107 static vector signed char __ATTRS_o_ai vec_abs(vector signed char __a) { in vec_abs() function
111 static vector signed short __ATTRS_o_ai vec_abs(vector signed short __a) { in vec_abs() function
115 static vector signed int __ATTRS_o_ai vec_abs(vector signed int __a) { in vec_abs() function
121 vec_abs(vector signed long long __a) { in vec_abs() function
126 static vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs() function
133 static vector double __ATTRS_o_ai vec_abs(vector double __a) { in vec_abs() function
Dvecintrin.h6374 vec_abs(vector signed char __a) { in vec_abs() function
6379 vec_abs(vector signed short __a) { in vec_abs() function
6384 vec_abs(vector signed int __a) { in vec_abs() function
6389 vec_abs(vector signed long long __a) { in vec_abs() function
6394 vec_abs(vector double __a) { in vec_abs() function