Home | History | Annotate | Download | only in tests

Lines Matching refs:inex

56   int inex;
62 inex = test_log1p (x, x, MPFR_RNDN);
63 MPFR_ASSERTN (mpfr_nan_p (x) && inex == 0);
68 inex = test_log1p (x, x, MPFR_RNDN);
69 MPFR_ASSERTN (mpfr_nan_p (x) && inex == 0);
74 inex = test_log1p (x, x, MPFR_RNDN);
75 MPFR_ASSERTN (mpfr_inf_p (x) && mpfr_sgn (x) > 0 && inex == 0);
80 inex = test_log1p (x, x, MPFR_RNDN);
81 MPFR_ASSERTN (mpfr_cmp_ui (x, 0) == 0 && MPFR_IS_POS (x) && inex == 0);
85 inex = test_log1p (x, x, MPFR_RNDN);
86 MPFR_ASSERTN (mpfr_cmp_ui (x, 0) == 0 && MPFR_IS_NEG (x) && inex == 0);
91 inex = test_log1p (x, x, MPFR_RNDN);
92 MPFR_ASSERTN (mpfr_inf_p (x) && mpfr_sgn (x) < 0 && inex == 0);
97 inex = test_log1p (x, x, MPFR_RNDN);
98 MPFR_ASSERTN (mpfr_nan_p (x) && inex == 0);