Home
last modified time | relevance | path

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

/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/test/CodeGen/
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/clang/lib/Headers/
Daltivec.h81 #define __builtin_altivec_abs_v16qi vec_abs
82 #define __builtin_altivec_abs_v8hi vec_abs
83 #define __builtin_altivec_abs_v4si vec_abs
86 vec_abs(vector signed char __a) in vec_abs() function
92 vec_abs(vector signed short __a) in vec_abs() function
98 vec_abs(vector signed int __a) in vec_abs() function
104 vec_abs(vector float __a) in vec_abs() function