Home | History | Annotate | Download | only in ppc32

Lines Matching full:vec_sub

5818 /*    Function vec_sub    */
5821 Caux1.v = vec_sub( Ccons1, Ccons2 );
5831 printf("Function vec_sub [type char] ===> Error\n");
5833 printf("Function vec_sub [type char] ===> OK\n");
5836 UCaux1.v = vec_sub( UCcons1, UCcons2 );
5846 printf("Function vec_sub [type unsigned char] ===> Error\n");
5848 printf("Function vec_sub [type unsigned char] ===> OK\n");
5851 Saux1.v = vec_sub( Scons1, Scons2 );
5861 printf("Function vec_sub [type short] ===> Error\n");
5863 printf("Function vec_sub [type short] ===> OK\n");
5866 USaux1.v = vec_sub( UScons1, UScons2 );
5876 printf("Function vec_sub [type unsigned short] ===> Error\n");
5878 printf("Function vec_sub [type unsigned short] ===> OK\n");
5881 Iaux1.v = vec_sub( Icons1, Icons2 );
5891 printf("Function vec_sub [type integer] ===> Error\n");
5893 printf("Function vec_sub [type integer] ===> OK\n");
5896 UIaux1.v = vec_sub( UIcons1, UIcons2 );
5906 printf("Function vec_sub [type unsigned int] ===> Error\n");
5908 printf("Function vec_sub [type unsigned int] ===> OK\n");
5912 Faux1.v = vec_sub( Fcons1, Fcons2 );
5922 printf("Function vec_sub [type float] ===> Error\n");
5924 printf("Function vec_sub [type float] ===> OK\n");