Lines Matching refs:inex
57 int inex;
105 inex = test_expm1 (x, x, MPFR_RNDN);
108 MPFR_ASSERTN (inex > 0);
112 inex = test_expm1 (x, x, MPFR_RNDU);
115 MPFR_ASSERTN (inex > 0);
119 inex = test_expm1 (x, x, MPFR_RNDD);
122 MPFR_ASSERTN (inex < 0);
128 inex = test_expm1 (x, x, MPFR_RNDN);
131 MPFR_ASSERTN (inex < 0);
134 inex = test_expm1 (x, x, MPFR_RNDD);
137 MPFR_ASSERTN (inex < 0);
140 inex = test_expm1 (x, x, MPFR_RNDZ);
143 MPFR_ASSERTN (inex > 0);
146 inex = test_expm1 (x, x, MPFR_RNDU);
149 MPFR_ASSERTN (inex > 0);
152 inex = test_expm1 (x, x, MPFR_RNDA);
155 MPFR_ASSERTN (inex < 0);