Lines Matching refs:vec_mergel
2639 /* Function vec_mergel */
2642 Caux1.v = vec_mergel( Ccons1, Ccons2 );
2649 printf("Function vec_mergel [type char] ===> Error\n");
2651 printf("Function vec_mergel [type char] ===> OK\n");
2654 UCaux1.v = vec_mergel( UCcons1, UCcons2 );
2661 printf("Function vec_mergel [type unsigned char] ===> Error\n");
2663 printf("Function vec_mergel [type unsigned char] ===> OK\n");
2666 Saux1.v = vec_mergel( Scons1, Scons2 );
2673 printf("Function vec_mergel [type short] ===> Error\n");
2675 printf("Function vec_mergel [type short] ===> OK\n");
2678 USaux1.v = vec_mergel( UScons1, UScons2 );
2685 printf("Function vec_mergel [type unsigned short] ===> Error\n");
2687 printf("Function vec_mergel [type unsigned short] ===> OK\n");
2690 Iaux1.v = vec_mergel( Icons1, Icons2 );
2697 printf("Function vec_mergel [type integer] ===> Error\n");
2699 printf("Function vec_mergel [type integer] ===> OK\n");
2702 UIaux1.v = vec_mergel( UIcons1, UIcons2 );
2709 printf("Function vec_mergel [type unsigned int] ===> Error\n");
2711 printf("Function vec_mergel [type unsigned int] ===> OK\n");
2715 Faux1.v = vec_mergel( Fcons1, Fcons2 );
2722 printf("Function vec_mergel [type float] ===> Error\n");
2724 printf("Function vec_mergel [type float] ===> OK\n");