Home | History | Annotate | Download | only in tests

Lines Matching refs:inex

29   int inex;
35 inex = mpfr_round_nearest_away (mpfr_sin, y, x);
36 if (inex != 0)
48 inex = mpfr_round_nearest_away (mpfr_exp, y, x);
49 if (inex != 0)
52 printf ("expected 0, got %d\n", inex);
62 inex = mpfr_round_nearest_away (mpfr_cbrt, y, x);
63 if (inex != 0)
82 int inex;
89 inex = mpfr_round_nearest_away (mpfr_sin, y, x);
90 if (inex >= 0)
103 inex = mpfr_round_nearest_away (mpfr_sqr, y, x);
104 if (inex <= 0)
117 inex = mpfr_round_nearest_away (mpfr_sqr, y, x);
118 if (inex <= 0)
130 inex = mpfr_round_nearest_away (mpfr_sqr, y, x);
131 if (inex >= 0)