Lines Matching refs:vec_andc
919 /* Function vec_andc */
922 Caux1.v = vec_andc( Ccons1, Ccons2 );
929 printf("Function vec_andc [type char] ===> Error\n");
931 printf("Function vec_andc [type char] ===> OK\n");
934 UCaux1.v = vec_andc( UCcons1, UCcons2 );
941 printf("Function vec_andc [type unsigned char] ===> Error\n");
943 printf("Function vec_andc [type unsigned char] ===> OK\n");
946 Saux1.v = vec_andc( Scons1, Scons2 );
953 printf("Function vec_andc [type short] ===> Error\n");
955 printf("Function vec_andc [type short] ===> OK\n");
958 USaux1.v = vec_andc( UScons1, UScons2 );
965 printf("Function vec_andc [type unsigned short] ===> Error\n");
967 printf("Function vec_andc [type unsigned short] ===> OK\n");
970 Iaux1.v = vec_andc( Icons1, Icons2 );
977 printf("Function vec_andc [type integer] ===> Error\n");
979 printf("Function vec_andc [type integer] ===> OK\n");
982 UIaux1.v = vec_andc( UIcons1, UIcons2 );
989 printf("Function vec_andc [type unsigned int] ===> Error\n");
991 printf("Function vec_andc [type unsigned int] ===> OK\n");
995 Faux1.v = vec_andc( Fcons1, Fcons2 );
1007 printf("Function vec_andc [type float] ===> Error\n");
1009 printf("Function vec_andc [type float] ===> OK\n");