Searched refs:mpfr_inf_p (Results 76 - 98 of 98) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtexpm1.c75 if (!mpfr_inf_p (y) || mpfr_sgn (y) < 0)
H A Dtnext.c120 if (!(neg == below && mpfr_inf_p (x))) /* then x = y */
H A Dtset_sj.c146 if (inex == 0 || !mpfr_inf_p (x))
H A Dtexceptions.c322 if (!mpfr_inf_p (x) || (mpfr_sgn(x) <= 0))
342 if (!mpfr_inf_p (x) || (mpfr_sgn(x) <= 0))
H A Dtget_flt.c58 if (mpfr_inf_p (x) == 0 || mpfr_sgn (x) < 0)
69 if (mpfr_inf_p (x) == 0 || mpfr_sgn (x) > 0)
H A Dtlog.c235 MPFR_ASSERTN (mpfr_inf_p (y));
242 MPFR_ASSERTN (mpfr_inf_p (y));
H A Dtgamma.c62 if (!mpfr_inf_p (y) || mpfr_sgn (y) < 0)
70 if (!mpfr_inf_p (y) || mpfr_sgn (y) < 0)
79 if (!mpfr_inf_p (y) || mpfr_sgn (y) > 0)
216 if (!mpfr_inf_p (y))
368 if (!mpfr_inf_p (y) || mpfr_sgn (y) < 0)
404 MPFR_ASSERTN(mpfr_inf_p (x) && inex > 0);
H A Dtadd.c582 MPFR_ASSERTN (mpfr_inf_p (s));
589 MPFR_ASSERTN (mpfr_inf_p (s));
596 MPFR_ASSERTN (mpfr_inf_p (s));
603 MPFR_ASSERTN (mpfr_inf_p (s));
H A Dtcos.c223 if (! (mpfr_inf_p (x) && MPFR_SIGN (x) > 0))
H A Dtfactorial.c173 if (! (mpfr_inf_p (x) && MPFR_SIGN (x) > 0))
H A Dtmul.c426 MPFR_ASSERTN (mpfr_inf_p (p));
433 MPFR_ASSERTN (mpfr_inf_p (p));
H A Dtmul_2exp.c300 if (!mpfr_inf_p (w))
H A Dtexp.c248 if (!mpfr_inf_p (y) || mpfr_sgn (y) < 0)
337 if (!mpfr_inf_p (y) || mpfr_sgn (y) < 0)
576 if (! (mpfr_inf_p (x) && MPFR_SIGN (x) > 0))
H A Dtstrtofr.c117 if (res != 0 || !mpfr_inf_p (x) || *s != 0)
124 if (res != 0 || !mpfr_inf_p (x) || strcmp(s, "ANITY"))
131 if (res != 0 || !mpfr_inf_p (x) || strcmp(s, "*2"))
H A Dtsin_cos.c236 if (! (mpfr_inf_p (y) && MPFR_SIGN (y) > 0))
H A Dtsqrt.c480 MPFR_ASSERTN (mpfr_inf_p (got));
H A Dtsub.c70 if (!mpfr_inf_p (x) || mpfr_sgn (x) < 0)
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A Dtsqr.c157 if (!mpfr_inf_p (MPC_RE (z1)) || mpfr_signbit (MPC_RE (z1))
H A Dread_data.c385 (!mpfr_zero_p (x) && !mpfr_inf_p (x))
H A Dtgeneric.c29 (mpfr_zero_p (b) || mpfr_inf_p (b) \
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dsqrt.c57 if (mpfr_inf_p (MPC_IM (b)))
64 if (mpfr_inf_p (MPC_RE (b)))
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpfr.h606 __MPFR_DECLSPEC int mpfr_inf_p _MPFR_PROTO((mpfr_srcptr));
770 #define mpfr_inf_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_INF) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreal.c5041 if (mpfr_inf_p (m))

Completed in 101 milliseconds

1234