Lines Matching refs:tester
29 int tester;
44 tester=mpfr_cosh(ch,t,MPFR_RNDD);
45 if (!MPFR_IS_NAN(ch) || tester!=0)
54 tester=mpfr_sinh(sh,t,MPFR_RNDD);
55 if (!MPFR_IS_NAN(sh) || tester!=0)
64 tester=mpfr_tanh(th,t,MPFR_RNDD);
65 if (!MPFR_IS_NAN(th) || tester!=0)
74 tester=mpfr_acosh(ach,t,MPFR_RNDD);
75 if (!MPFR_IS_NAN(ach) || tester!=0)
84 tester=mpfr_asinh(ash,t,MPFR_RNDD);
85 if (!MPFR_IS_NAN(ash) || tester!=0)
94 tester=mpfr_atanh(ath,t,MPFR_RNDD);
95 if (!MPFR_IS_NAN(ath) || tester!=0)
118 int tester;
133 tester = mpfr_cosh (ch, t, MPFR_RNDD);
134 if (mpfr_cmp_ui(ch, 1) || tester)
143 tester = mpfr_sinh (sh, t, MPFR_RNDD);
144 if (!MPFR_IS_ZERO(sh) || tester)
153 tester = mpfr_tanh (th, t, MPFR_RNDD);
154 if (!MPFR_IS_ZERO(th) || tester)
163 tester=mpfr_acosh(ach,t,MPFR_RNDD);
164 if (!MPFR_IS_NAN(ach) || tester)
173 tester=mpfr_asinh(ash,t,MPFR_RNDD);
174 if (!MPFR_IS_ZERO(ash) || tester)
183 tester=mpfr_atanh(ath,t,MPFR_RNDD);
184 if (!MPFR_IS_ZERO(ath) || tester)
207 int tester;
225 tester = mpfr_cosh(ch,t,MPFR_RNDD);
226 if (!MPFR_IS_INF(ch) || MPFR_IS_NEG (ch) || tester!=0)
235 tester=mpfr_sinh(sh,t,MPFR_RNDD);
236 if (!MPFR_IS_INF(sh) || MPFR_IS_NEG (sh) || tester!=0)
245 tester=mpfr_tanh(th,t,MPFR_RNDD);
246 if (mpfr_cmp_ui(th,1) != 0 || tester!=0)
255 tester=mpfr_acosh(ach,t,MPFR_RNDD);
256 if (!MPFR_IS_INF(ach) || MPFR_IS_NEG (ach) || tester!=0)
265 tester=mpfr_asinh(ash,t,MPFR_RNDD);
266 if (!MPFR_IS_INF(ash) || MPFR_IS_NEG (ash) || tester!=0)
275 tester = mpfr_atanh (ath, t, MPFR_RNDD);
276 if (!MPFR_IS_NAN(ath) || tester != 0)
287 tester=mpfr_cosh(ch,t,MPFR_RNDD);
288 if (!MPFR_IS_INF(ch) || MPFR_IS_NEG (ch) || tester!=0)
297 tester=mpfr_sinh(sh,t,MPFR_RNDD);
298 if (!MPFR_IS_INF(sh) || MPFR_IS_POS (sh) || tester!=0)
307 tester=mpfr_tanh(th,t,MPFR_RNDD);
308 if (!mpfr_cmp_ui(th,-1) || tester!=0)
317 tester=mpfr_acosh(ach,t,MPFR_RNDD);
318 if (!MPFR_IS_NAN(ach) || tester!=0)
327 tester=mpfr_asinh(ash,t,MPFR_RNDD);
328 if (!MPFR_IS_INF(ash) || MPFR_IS_POS (ash) || tester!=0)
337 tester = mpfr_atanh (ath, t, MPFR_RNDD);
338 if (!MPFR_IS_NAN(ath) || tester != 0)