Searched refs:vec_abs (Results 1 - 11 of 11) sorted by relevance

/external/fec/
H A Dpeakval_av.c48 largest = vec_max(largest,vec_abs(smallest));
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c69 /* vec_abs */
70 res_vsll = vec_abs(vsll);
73 // CHECK-PPC: error: call to 'vec_abs' is ambiguous
75 res_vd = vec_abs(vda);
80 // CHECK-PPC: error: call to 'vec_abs' is ambiguous
H A Dbuiltins-systemz-zvector.c2130 vsc = vec_abs(vsc);
2131 vss = vec_abs(vss);
2132 vsi = vec_abs(vsi);
2133 vsl = vec_abs(vsl);
2890 vd = vec_abs(vd);
H A Dbuiltins-ppc-altivec.c49 /* vec_abs */
50 vsc = vec_abs(vsc);
56 vs = vec_abs(vs);
62 vi = vec_abs(vi);
68 vf = vec_abs(vf);
72 /* vec_abs */
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h189 a1 = vec_abs(a);
190 b1 = vec_abs(b);
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); }
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp3 Function vec_abs [type char] ===> OK
4 Function vec_abs [type short] ===> OK
5 Function vec_abs [type integer] ===> OK
H A DtestVMX.c483 /* Function vec_abs */
486 Caux1.v = vec_abs( Ccons1 );
492 printf("Function vec_abs [type char] ===> Error\n");
494 printf("Function vec_abs [type char] ===> OK\n");
497 Saux1.v = vec_abs( Scons1 );
503 printf("Function vec_abs [type short] ===> Error\n");
505 printf("Function vec_abs [type short] ===> OK\n");
508 Iaux1.v = vec_abs( Icons1 );
514 printf("Function vec_abs [type integer] ===> Error\n");
516 printf("Function vec_abs [typ
[all...]
/external/clang/lib/Headers/
H A Daltivec.h101 /* vec_abs */
103 #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) { function
111 static vector signed short __ATTRS_o_ai vec_abs(vector signed short __a) { function
115 static vector signed int __ATTRS_o_ai vec_abs(vector signed int __a) { function
121 vec_abs(vector signed long long __a) { function
126 static vector float __ATTRS_o_ai vec_abs(vector float __a) { function
133 static vector double __ATTRS_o_ai vec_abs(vecto function
[all...]
H A Dvecintrin.h6371 /*-- vec_abs ----------------------------------------------------------------*/
6374 vec_abs(vector signed char __a) { function
6379 vec_abs(vector signed short __a) { function
6384 vec_abs(vector signed int __a) { function
6389 vec_abs(vector signed long long __a) { function
6394 vec_abs(vector double __a) { function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Daltivec.h99 /* vec_abs */
101 #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) { function
111 vec_abs(vector signed short __a) { function
116 vec_abs(vector signed int __a) { function
122 vec_abs(vector signed long long __a) { function
127 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { function
138 static __inline__ vector double __ATTRS_o_ai vec_abs(vecto function
[all...]
H A Dvecintrin.h6371 /*-- vec_abs ----------------------------------------------------------------*/
6374 vec_abs(vector signed char __a) { function
6379 vec_abs(vector signed short __a) { function
6384 vec_abs(vector signed int __a) { function
6389 vec_abs(vector signed long long __a) { function
6394 vec_abs(vector double __a) { function

Completed in 270 milliseconds