Lines Matching refs:vec_mule
3072 /* Function vec_mule */
3075 Saux1.v = vec_mule( Ccons1, Ccons2 );
3082 printf("Function vec_mule [type char] ===> Error\n");
3084 printf("Function vec_mule [type char] ===> OK\n");
3087 USaux1.v = vec_mule( UCcons1, UCcons2 );
3094 printf("Function vec_mule [type unsigned char] ===> Error\n");
3096 printf("Function vec_mule [type unsigned char] ===> OK\n");
3099 Iaux1.v = vec_mule( Scons1, Scons2 );
3106 printf("Function vec_mule [type short] ===> Error\n");
3108 printf("Function vec_mule [type short] ===> OK\n");
3111 UIaux1.v = vec_mule( UScons1, UScons2 );
3118 printf("Function vec_mule [type unsigned short] ===> Error\n");
3120 printf("Function vec_mule [type unsigned short] ===> OK\n");