Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dsad_vsx.c26 v_absh = vec_abs(v_subh); \
27 v_absl = vec_abs(v_subl); \
/external/fec/
Dpeakval_av.c48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h104 static Packet16uc p16uc_HALF64_0_16 = vec_sld((Packet16uc)p4i_ZERO, vec_splat((Packet16uc) vec_abs(…
110 static Packet16uc p16uc_HALF64_0_16 = vec_sld(vec_splat((Packet16uc) vec_abs(p4i_MINUS16), 0), (Pac…
530 template<> EIGEN_STRONG_INLINE Packet4f pabs(const Packet4f& a) { return vec_abs(a); }
531 template<> EIGEN_STRONG_INLINE Packet4i pabs(const Packet4i& a) { return vec_abs(a); }
957 template<> EIGEN_STRONG_INLINE Packet2d pabs(const Packet2d& a) { return vec_abs(a); }
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c71 res_vsll = vec_abs(vsll); in test1()
76 res_vd = vec_abs(vda); in test1()
Dbuiltins-ppc-vsx.c68 res_vf = vec_abs(vf); 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.c61 vsc = vec_abs(vsc); in test1()
67 vs = vec_abs(vs); in test1()
73 vi = vec_abs(vi); in test1()
79 vf = vec_abs(vf); in test1()
/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/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h706 template<> EIGEN_STRONG_INLINE Packet4i pabs<Packet4i>(const Packet4i& a) { return vec_abs(a); }
707 template<> EIGEN_STRONG_INLINE Packet2d pabs<Packet2d>(const Packet2d& a) { return vec_abs(a); }
/external/clang/lib/Headers/
Daltivec.h101 #define __builtin_altivec_abs_v16qi vec_abs
102 #define __builtin_altivec_abs_v8hi vec_abs
103 #define __builtin_altivec_abs_v4si vec_abs
106 vec_abs(vector signed char __a) { in vec_abs() function
111 vec_abs(vector signed short __a) { in vec_abs() function
116 vec_abs(vector signed int __a) { in vec_abs() function
122 vec_abs(vector signed long long __a) { in vec_abs() function
127 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs() function
138 static __inline__ 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