Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_subs

5951 /*    Function vec_subs    */
5954 Caux1.v = vec_subs( Ccons1, Ccons3 );
5974 printf("Function vec_subs [type char] ===> Error\n");
5976 printf("Function vec_subs [type char] ===> OK\n");
5979 UCaux1.v = vec_subs( UCcons1, UCcons3 );
5991 printf("Function vec_subs [type unsigned char] ===> Error\n");
5993 printf("Function vec_subs [type unsigned char] ===> OK\n");
5996 Saux1.v = vec_subs( Scons1, Scons3 );
6016 printf("Function vec_subs [type short] ===> Error\n");
6018 printf("Function vec_subs [type short] ===> OK\n");
6021 USaux1.v = vec_subs( UScons1, UScons3 );
6033 printf("Function vec_subs [type unsigned short] ===> Error\n");
6035 printf("Function vec_subs [type unsigned short] ===> OK\n");
6039 Iaux1.v = vec_subs( Icons1, Icons3 );
6062 printf("Function vec_subs [type integer] ===> Error\n");
6064 printf("Function vec_subs [type integer] ===> OK\n");
6067 UIaux1.v = vec_subs( UIcons1, UIcons3 );
6079 printf("Function vec_subs [type unsigned int] ===> Error\n");
6081 printf("Function vec_subs [type unsigned int] ===> OK\n");