Lines Matching refs:vec_add
566 /* Function vec_add */
569 Caux1.v = vec_add( Ccons1, Ccons2 );
579 printf("Function vec_add [type char] ===> Error\n");
581 printf("Function vec_add [type char] ===> OK\n");
584 UCaux1.v = vec_add( UCcons1, UCcons2 );
594 printf("Function vec_add [type unsigned char] ===> Error\n");
596 printf("Function vec_add [type unsigned char] ===> OK\n");
599 Saux1.v = vec_add( Scons1, Scons2 );
609 printf("Function vec_add [type short] ===> Error\n");
611 printf("Function vec_add [type short] ===> OK\n");
614 USaux1.v = vec_add( UScons1, UScons2 );
624 printf("Function vec_add [type unsigned short] ===> Error\n");
626 printf("Function vec_add [type unsigned short] ===> OK\n");
629 Iaux1.v = vec_add( Icons1, Icons2 );
639 printf("Function vec_add [type integer] ===> Error\n");
641 printf("Function vec_add [type integer] ===> OK\n");
644 UIaux1.v = vec_add( UIcons1, UIcons3 );
654 printf("Function vec_add [type unsigned int] ===> Error\n");
656 printf("Function vec_add [type unsigned int] ===> OK\n");
660 Faux1.v = vec_add( Fcons1, Fcons2 );
670 printf("Function vec_add [type float] ===> Error\n");
672 printf("Function vec_add [type float] ===> OK\n");