Home | History | Annotate | Download | only in tests

Lines Matching refs:MPFR_SIGN

120         MPFR_SET_SIGN (y, - MPFR_SIGN (x[i]));
132 if (MPFR_SIGN (x[i]) != MPFR_SIGN (y))
136 printf ("expected %d\n", (int) MPFR_SIGN (x[i]));
137 printf ("got %d\n", (int) MPFR_SIGN (y));
173 MPFR_SET_SIGN (y, - MPFR_SIGN (x[i]));
186 if (MPFR_SIGN (x[i]) != MPFR_SIGN (y))
190 printf ("expected %d\n", (int) MPFR_SIGN (x[i]));
191 printf ("got %d\n", (int) MPFR_SIGN (y));