Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_adds

697 /*    Function vec_adds    */
700 Caux1.v = vec_adds( Ccons1, Ccons3 );
720 printf("Function vec_adds [type char] ===> Error\n");
722 printf("Function vec_adds [type char] ===> OK\n");
725 UCaux1.v = vec_adds( UCcons1, UCcons3 );
737 printf("Function vec_adds [type unsigned char] ===> Error\n");
739 printf("Function vec_adds [type unsigned char] ===> OK\n");
742 Saux1.v = vec_adds( Scons1, Scons3 );
762 printf("Function vec_adds [type short] ===> Error\n");
764 printf("Function vec_adds [type short] ===> OK\n");
767 USaux1.v = vec_adds( UScons1, UScons3 );
779 printf("Function vec_adds [type unsigned short] ===> Error\n");
781 printf("Function vec_adds [type unsigned short] ===> OK\n");
785 Iaux1.v = vec_adds( Icons1, Icons3 );
805 printf("Function vec_adds [type integer] ===> Error\n");
807 printf("Function vec_adds [type integer] ===> OK\n");
810 UIaux1.v = vec_adds( UIcons1, UIcons3 );
822 printf("Function vec_adds [type unsigned int] ===> Error\n");
824 printf("Function vec_adds [type unsigned int] ===> OK\n");