Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_avg

1012 /*    Function vec_avg    */
1015 Caux1.v = vec_avg( Ccons1, Ccons2 );
1025 printf("Function vec_avg [type char] ===> Error\n");
1027 printf("Function vec_avg [type char] ===> OK\n");
1030 UCaux1.v = vec_avg( UCcons1, UCcons2 );
1040 printf("Function vec_avg [type unsigned char] ===> Error\n");
1042 printf("Function vec_avg [type unsigned char] ===> OK\n");
1045 Saux1.v = vec_avg( Scons1, Scons2 );
1055 printf("Function vec_avg [type short] ===> Error\n");
1057 printf("Function vec_avg [type short] ===> OK\n");
1060 USaux1.v = vec_avg( UScons1, UScons2 );
1070 printf("Function vec_avg [type unsigned short] ===> Error\n");
1072 printf("Function vec_avg [type unsigned short] ===> OK\n");
1075 Iaux1.v = vec_avg( Icons1, Icons2 );
1093 printf("Function vec_avg [type integer] ===> Error\n");
1095 printf("Function vec_avg [type integer] ===> OK\n");
1098 UIaux1.v = vec_avg( UIcons1, UIcons2 );
1109 printf("Function vec_avg [type unsigned int] ===> Error\n");
1111 printf("Function vec_avg [type unsigned int] ===> OK\n");