Home
last modified time | relevance | path

Searched refs:vec_avg (Results 1 – 8 of 8) sorted by relevance

/external/fec/
Dviterbi27_av.c136 metric = vec_avg(vec_xor(Branchtab27[0].v[0],sym0v),vec_xor(Branchtab27[1].v[0],sym1v)); in update_viterbi27_blk_av()
147 metric = vec_avg(vec_xor(Branchtab27[0].v[1],sym0v),vec_xor(Branchtab27[1].v[1],sym1v)); in update_viterbi27_blk_av()
Dviterbi29_av.c138 metric = vec_avg(vec_xor(Branchtab29[0].v[i],sym1v),vec_xor(Branchtab29[1].v[i],sym2v)); in update_viterbi29_blk_av()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp48 Function vec_avg [type char] ===> OK
49 Function vec_avg [type unsigned char] ===> OK
50 Function vec_avg [type short] ===> OK
51 Function vec_avg [type unsigned short] ===> OK
52 Function vec_avg [type integer] ===> OK
53 Function vec_avg [type unsigned int] ===> OK
DtestVMX.c1015 Caux1.v = vec_avg( Ccons1, Ccons2 ); in main()
1030 UCaux1.v = vec_avg( UCcons1, UCcons2 ); in main()
1045 Saux1.v = vec_avg( Scons1, Scons2 ); in main()
1060 USaux1.v = vec_avg( UScons1, UScons2 ); in main()
1075 Iaux1.v = vec_avg( Icons1, Icons2 ); in main()
1098 UIaux1.v = vec_avg( UIcons1, UIcons2 ); in main()
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c2205 vsc = vec_avg(vsc, vsc); in test_integer()
2207 vuc = vec_avg(vuc, vuc); in test_integer()
2209 vss = vec_avg(vss, vss); in test_integer()
2211 vus = vec_avg(vus, vus); in test_integer()
2213 vsi = vec_avg(vsi, vsi); in test_integer()
2215 vui = vec_avg(vui, vui); in test_integer()
2217 vsl = vec_avg(vsl, vsl); in test_integer()
2219 vul = vec_avg(vul, vul); in test_integer()
Dbuiltins-ppc-altivec.c847 res_vsc = vec_avg(vsc, vsc); in test2()
851 res_vuc = vec_avg(vuc, vuc); in test2()
855 res_vs = vec_avg(vs, vs); in test2()
859 res_vus = vec_avg(vus, vus); in test2()
863 res_vi = vec_avg(vi, vi); in test2()
867 res_vui = vec_avg(vui, vui); in test2()
/external/clang/lib/Headers/
Dvecintrin.h6746 vec_avg(vector signed char __a, vector signed char __b) { in vec_avg() function
6751 vec_avg(vector signed short __a, vector signed short __b) { in vec_avg() function
6756 vec_avg(vector signed int __a, vector signed int __b) { in vec_avg() function
6761 vec_avg(vector signed long long __a, vector signed long long __b) { in vec_avg() function
6766 vec_avg(vector unsigned char __a, vector unsigned char __b) { in vec_avg() function
6771 vec_avg(vector unsigned short __a, vector unsigned short __b) { in vec_avg() function
6776 vec_avg(vector unsigned int __a, vector unsigned int __b) { in vec_avg() function
6781 vec_avg(vector unsigned long long __a, vector unsigned long long __b) { in vec_avg() function
Daltivec.h1384 static vector signed char __ATTRS_o_ai vec_avg(vector signed char __a, in vec_avg() function
1389 static vector unsigned char __ATTRS_o_ai vec_avg(vector unsigned char __a, in vec_avg() function
1394 static vector short __ATTRS_o_ai vec_avg(vector short __a, vector short __b) { in vec_avg() function
1398 static vector unsigned short __ATTRS_o_ai vec_avg(vector unsigned short __a, in vec_avg() function
1403 static vector int __ATTRS_o_ai vec_avg(vector int __a, vector int __b) { in vec_avg() function
1407 static vector unsigned int __ATTRS_o_ai vec_avg(vector unsigned int __a, in vec_avg() function