Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_abss

531 /*    Function vec_abss    */
534 Caux1.v = vec_abss( Ccons1 );
540 printf("Function vec_abss [type char] ===> Error\n");
542 printf("Function vec_abss [type char] ===> OK\n");
545 Saux1.v = vec_abss( Scons1 );
551 printf("Function vec_abss [type short] ===> Error\n");
553 printf("Function vec_abss [type short] ===> OK\n");
556 Iaux1.v = vec_abss( Icons1 );
562 printf("Function vec_abss [type integer] ===> Error\n");
564 printf("Function vec_abss [type integer] ===> OK\n");