Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_min

2731 /*    Function vec_min    */
2735 Caux1.v = vec_min( Ccons1, Ccons2 );
2748 printf("Function vec_min [type char] ===> Error\n");
2750 printf("Function vec_min [type char] ===> OK\n");
2754 UCaux1.v = vec_min( UCcons1, UCcons2 );
2767 printf("Function vec_min [type unsigned char] ===> Error\n");
2769 printf("Function vec_min [type unsigned char] ===> OK\n");
2773 Saux1.v = vec_min( Scons1, Scons2 );
2786 printf("Function vec_min [type short] ===> Error\n");
2788 printf("Function vec_min [type short] ===> OK\n");
2791 USaux1.v = vec_min( UScons1, UScons2 );
2804 printf("Function vec_min [type unsigned short] ===> Error\n");
2806 printf("Function vec_min [type unsigned short] ===> OK\n");
2809 Iaux1.v = vec_min( Icons1, Icons2 );
2822 printf("Function vec_min [type integer] ===> Error\n");
2824 printf("Function vec_min [type integer] ===> OK\n");
2827 UIaux1.v = vec_min( UIcons1, UIcons2 );
2840 printf("Function vec_min [type unsigned int] ===> Error\n");
2842 printf("Function vec_min [type unsigned int] ===> OK\n");
2846 Faux1.v = vec_min( Fcons1, Fcons2 );
2859 printf("Function vec_min [type float] ===> Error\n");
2861 printf("Function vec_min [type float] ===> OK\n");