Lines Matching refs:ath
28 mpfr_t t, ch,sh,th,ach,ash,ath;
38 mpfr_init2(ath,200);
94 tester=mpfr_atanh(ath,t,MPFR_RNDD);
95 if (!MPFR_IS_NAN(ath) || tester!=0)
109 mpfr_clear(ath);
117 mpfr_t t, ch,sh,th,ach,ash,ath;
127 mpfr_init2(ath,200);
183 tester=mpfr_atanh(ath,t,MPFR_RNDD);
184 if (!MPFR_IS_ZERO(ath) || tester)
198 mpfr_clear(ath);
206 mpfr_t t, ch, sh, th, ach, ash, ath;
216 mpfr_init2 (ath, 200);
275 tester = mpfr_atanh (ath, t, MPFR_RNDD);
276 if (!MPFR_IS_NAN(ath) || tester != 0)
337 tester = mpfr_atanh (ath, t, MPFR_RNDD);
338 if (!MPFR_IS_NAN(ath) || tester != 0)
352 mpfr_clear(ath);