Home
last modified time | relevance | path

Searched refs:vec_max (Results 1 – 14 of 14) sorted by relevance

/external/fec/
Dpeakval_av.c27 largest = vec_max(largest,x); in peakval_av()
35 largest = vec_max(largest,x); in peakval_av()
45 largest = vec_max(largest,x); in peakval_av()
48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
51 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
54 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
57 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
Dviterbi39_av.c191 max_metric = vec_max(max_metric,vp->new_metrics->v[i]); in update_viterbi39_blk_av()
194 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi39_blk_av()
196 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi39_blk_av()
198 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi39_blk_av()
Dviterbi615_av.c196 max_metric = vec_max(max_metric,vp->new_metrics->v[i]); in update_viterbi615_blk_av()
199 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi615_blk_av()
201 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi615_blk_av()
203 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi615_blk_av()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c922 res_vsll = vec_max(vsll, vsll); in test1()
927 res_vsll = vec_max(vbll, vsll); in test1()
932 res_vsll = vec_max(vsll, vbll); in test1()
937 res_vull = vec_max(vull, vull); in test1()
942 res_vull = vec_max(vbll, vull); in test1()
947 res_vull = vec_max(vull, vbll); in test1()
1172 res_vsll = vec_max(vsll, vsll); in test1()
1176 res_vsll = vec_max(vbll, vsll); in test1()
1180 res_vsll = vec_max(vsll, vbll); in test1()
1184 res_vull = vec_max(vull, vull); in test1()
[all …]
Dbuiltins-systemz-zvector.c2135 vsc = vec_max(vsc, vsc); in test_integer()
2136 vsc = vec_max(vsc, vbc); in test_integer()
2137 vsc = vec_max(vbc, vsc); in test_integer()
2138 vuc = vec_max(vuc, vuc); in test_integer()
2139 vuc = vec_max(vuc, vbc); in test_integer()
2140 vuc = vec_max(vbc, vuc); in test_integer()
2141 vss = vec_max(vss, vss); in test_integer()
2142 vss = vec_max(vss, vbs); in test_integer()
2143 vss = vec_max(vbs, vss); in test_integer()
2144 vus = vec_max(vus, vus); in test_integer()
[all …]
Dbuiltins-ppc-altivec.c1609 res_vsc = vec_max(vsc, vsc); in test6()
1613 res_vsc = vec_max(vbc, vsc); in test6()
1617 res_vsc = vec_max(vsc, vbc); in test6()
1621 res_vuc = vec_max(vuc, vuc); in test6()
1625 res_vuc = vec_max(vbc, vuc); in test6()
1629 res_vuc = vec_max(vuc, vbc); in test6()
1633 res_vs = vec_max(vs, vs); in test6()
1637 res_vs = vec_max(vbs, vs); in test6()
1641 res_vs = vec_max(vs, vbs); in test6()
1645 res_vus = vec_max(vus, vus); in test6()
[all …]
Dbuiltins-ppc-vsx.c214 res_vf = vec_max(vf, vf); in test1()
218 res_vd = vec_max(vd, vd); in test1()
/external/llvm/test/CodeGen/PowerPC/
Dvsx-minmax.ll90 ; vf1 = vec_max(vf, vf);
91 ; vd1 = vec_max(vd, vd);
/external/valgrind/none/tests/ppc32/
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
DtestVMX.c2424 Caux1.v = vec_max( Ccons1, Ccons2 ); in part2()
2442 UCaux1.v = vec_max( UCcons1, UCcons2 ); in part2()
2460 Saux1.v = vec_max( Scons1, Scons3 ); in part2()
2478 USaux1.v = vec_max( UScons1, UScons2 ); in part2()
2496 Iaux1.v = vec_max( Icons1, Icons2 ); in part2()
2514 UIaux1.v = vec_max( UIcons1, UIcons2 ); in part2()
2533 Faux1.v = vec_max( Fcons1, Fcons2 ); in part2()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h394 …RONG_INLINE Packet4f pmax<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_max(a, b); }
395 …RONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); }
648 b = vec_max(a, vec_sld(a, a, 8));
649 res = vec_max(b, vec_sld(b, b, 4));
656 b = vec_max(a, vec_sld(a, a, 8));
657 res = vec_max(b, vec_sld(b, b, 4));
915 …RONG_INLINE Packet2d pmax<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_max(a, b); }
/external/clang/lib/Headers/
Dvecintrin.h6408 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
6413 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
6419 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
6430 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
6436 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
6442 vec_max(vector signed short __a, vector signed short __b) { in vec_max() function
6447 vec_max(vector signed short __a, vector bool short __b) { in vec_max() function
6453 vec_max(vector bool short __a, vector signed short __b) { in vec_max() function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]
Daltivec.h3028 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
3033 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
3038 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
3043 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
3048 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
3053 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
3057 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
3062 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
3067 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
3073 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h576 …RONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); }
577 …RONG_INLINE Packet2d pmax<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_max(a, b); }