Lines Matching refs:inexact
29 int inexact;
36 inexact = mpfr_tanu (y, x, 0, MPFR_RNDN);
41 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
46 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
51 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
56 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
58 MPFR_ASSERTN(inexact == 0);
62 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
64 MPFR_ASSERTN(inexact == 0);
74 int inexact, n;
85 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
87 MPFR_ASSERTN(inexact == 0);
93 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
95 MPFR_ASSERTN(inexact == 0);
101 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
103 MPFR_ASSERTN(inexact == 0);
109 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
111 MPFR_ASSERTN(inexact == 0);
117 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
119 MPFR_ASSERTN(inexact == 0);
125 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
127 MPFR_ASSERTN(inexact == 0);
133 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
135 MPFR_ASSERTN(inexact == 0);
141 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
143 MPFR_ASSERTN(inexact == 0);
149 inexact = mpfr_tanu (y, x, 8, MPFR_RNDN);
150 MPFR_ASSERTN(mpfr_cmp_ui (y, 1) == 0 && inexact == 0);
154 inexact = mpfr_tanu (y, x, 8, MPFR_RNDN);
155 MPFR_ASSERTN(mpfr_cmp_si (y, -1) == 0 && inexact == 0);
159 inexact = mpfr_tanu (y, x, 8, MPFR_RNDN);
160 MPFR_ASSERTN(mpfr_cmp_ui (y, 1) == 0 && inexact == 0);
164 inexact = mpfr_tanu (y, x, 8, MPFR_RNDN);
165 MPFR_ASSERTN(mpfr_cmp_si (y, -1) == 0 && inexact == 0);
175 int inexact;
182 inexact = mpfr_tanu (y, x, 42, MPFR_RNDN);
186 MPFR_ASSERTN(inexact > 0);