Searched refs:vec_max (Results 1 - 12 of 12) sorted by relevance

/external/fec/
H A Dpeakval_av.c27 largest = vec_max(largest,x);
35 largest = vec_max(largest,x);
45 largest = vec_max(largest,x);
48 largest = vec_max(largest,vec_abs(smallest));
51 largest = vec_max(largest,vec_sro(largest,s.cv));
54 largest = vec_max(largest,vec_sro(largest,s.cv));
57 largest = vec_max(largest,vec_sro(largest,s.cv));
H A Dviterbi39_av.c191 max_metric = vec_max(max_metric,vp->new_metrics->v[i]);
194 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8));
196 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4));
198 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2));
H A Dviterbi615_av.c196 max_metric = vec_max(max_metric,vp->new_metrics->v[i]);
199 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8));
201 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4));
203 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2));
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c920 /* vec_max */
921 res_vsll = vec_max(vsll, vsll);
924 // CHECK-PPC: error: call to 'vec_max' is ambiguous
926 res_vsll = vec_max(vbll, vsll);
929 // CHECK-PPC: error: call to 'vec_max' is ambiguous
931 res_vsll = vec_max(vsll, vbll);
934 // CHECK-PPC: error: call to 'vec_max' is ambiguous
936 res_vull = vec_max(vull, vull);
939 // CHECK-PPC: error: call to 'vec_max' is ambiguous
941 res_vull = vec_max(vbl
[all...]
H A Dbuiltins-systemz-zvector.c2135 vsc = vec_max(vsc, vsc);
2136 vsc = vec_max(vsc, vbc);
2137 vsc = vec_max(vbc, vsc);
2138 vuc = vec_max(vuc, vuc);
2139 vuc = vec_max(vuc, vbc);
2140 vuc = vec_max(vbc, vuc);
2141 vss = vec_max(vss, vss);
2142 vss = vec_max(vss, vbs);
2143 vss = vec_max(vbs, vss);
2144 vus = vec_max(vu
[all...]
H A Dbuiltins-ppc-altivec.c1589 /* vec_max */
1590 res_vsc = vec_max(vsc, vsc);
1594 res_vsc = vec_max(vbc, vsc);
1598 res_vsc = vec_max(vsc, vbc);
1602 res_vuc = vec_max(vuc, vuc);
1606 res_vuc = vec_max(vbc, vuc);
1610 res_vuc = vec_max(vuc, vbc);
1614 res_vs = vec_max(vs, vs);
1618 res_vs = vec_max(vbs, vs);
1622 res_vs = vec_max(v
[all...]
H A Dbuiltins-ppc-vsx.c169 /* vec_max */
170 res_vf = vec_max(vf, vf);
174 res_vd = vec_max(vd, vd);
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h243 template<> EIGEN_STRONG_INLINE Packet4f pmax<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_max(a, b); }
244 template<> EIGEN_STRONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); }
464 b = vec_max(a, vec_sld(a, a, 8));
465 res = vec_max(b, vec_sld(b, b, 4));
472 b = vec_max(a, vec_sld(a, a, 8));
473 res = vec_max(b, vec_sld(b, b, 4));
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp123 Function vec_max [type char] ===> OK
124 Function vec_max [type unsigned char] ===> OK
125 Function vec_max [type short] ===> OK
126 Function vec_max [type unsigned short] ===> OK
127 Function vec_max [type integer] ===> OK
128 Function vec_max [type unsigned int] ===> OK
H A DtestVMX.c2421 /* Function vec_max */
2424 Caux1.v = vec_max( Ccons1, Ccons2 );
2437 printf("Function vec_max [type char] ===> Error\n");
2439 printf("Function vec_max [type char] ===> OK\n");
2442 UCaux1.v = vec_max( UCcons1, UCcons2 );
2455 printf("Function vec_max [type unsigned char] ===> Error\n");
2457 printf("Function vec_max [type unsigned char] ===> OK\n");
2460 Saux1.v = vec_max( Scons1, Scons3 );
2473 printf("Function vec_max [type short] ===> Error\n");
2475 printf("Function vec_max [typ
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h6405 /*-- vec_max ----------------------------------------------------------------*/
6408 vec_max(vector signed char __a, vector signed char __b) { function
6413 vec_max(vector signed char __a, vector bool char __b) { function
6419 vec_max(vector bool char __a, vector signed char __b) { function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { function
6430 vec_max(vector unsigned char __a, vector bool char __b) { function
6436 vec_max(vector bool char __a, vector unsigned char __b) { function
6442 vec_max(vector signed short __a, vector signed short __b) { function
6447 vec_max(vector signed short __a, vector bool short __b) { function
6453 vec_max(vecto function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { function
6464 vec_max(vector unsigned short __a, vector bool short __b) { function
6470 vec_max(vector bool short __a, vector unsigned short __b) { function
6476 vec_max(vector signed int __a, vector signed int __b) { function
6481 vec_max(vector signed int __a, vector bool int __b) { function
6487 vec_max(vector bool int __a, vector signed int __b) { function
6493 vec_max(vector unsigned int __a, vector unsigned int __b) { function
6498 vec_max(vector unsigned int __a, vector bool int __b) { function
6504 vec_max(vector bool int __a, vector unsigned int __b) { function
6510 vec_max(vector signed long long __a, vector signed long long __b) { function
6515 vec_max(vector signed long long __a, vector bool long long __b) { function
6521 vec_max(vector bool long long __a, vector signed long long __b) { function
6527 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
6532 vec_max(vector unsigned long long __a, vector bool long long __b) { function
6538 vec_max(vector bool long long __a, vector unsigned long long __b) { function
6544 vec_max(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h2916 /* vec_max */
2918 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, function
2923 static vector signed char __ATTRS_o_ai vec_max(vector bool char __a, function
2928 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, function
2933 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, function
2938 static vector unsigned char __ATTRS_o_ai vec_max(vector bool char __a, function
2943 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, function
2948 static vector short __ATTRS_o_ai vec_max(vector short __a, vector short __b) { function
2952 static vector short __ATTRS_o_ai vec_max(vector bool short __a, function
2957 static vector short __ATTRS_o_ai vec_max(vecto function
2962 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, function
2967 static vector unsigned short __ATTRS_o_ai vec_max(vector bool short __a, function
2972 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, function
2977 static vector int __ATTRS_o_ai vec_max(vector int __a, vector int __b) { function
2981 static vector int __ATTRS_o_ai vec_max(vector bool int __a, vector int __b) { function
2985 static vector int __ATTRS_o_ai vec_max(vector int __a, vector bool int __b) { function
2989 static vector unsigned int __ATTRS_o_ai vec_max(vector unsigned int __a, function
2994 static vector unsigned int __ATTRS_o_ai vec_max(vector bool int __a, function
2999 static vector unsigned int __ATTRS_o_ai vec_max(vector unsigned int __a, function
3006 vec_max(vector signed long long __a, vector signed long long __b) { function
3011 vec_max(vector bool long long __a, vector signed long long __b) { function
3015 static vector signed long long __ATTRS_o_ai vec_max(vector signed long long __a, function
3021 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
3026 vec_max(vector bool long long __a, vector unsigned long long __b) { function
3031 vec_max(vector unsigned long long __a, vector bool long long __b) { function
3036 static vector float __ATTRS_o_ai vec_max(vector float __a, vector float __b) { function
3045 static vector double __ATTRS_o_ai vec_max(vector double __a, function
[all...]

Completed in 254 milliseconds